Author |
Message |
Topic: TFT code |
Userrr
Replies: 4
Views: 7916
|
Forum: General CCS C Discussion Posted: Mon Oct 10, 2005 4:16 pm Subject: Thanks |
Thanks, I know that)
But how about code. I'm only want principle and algorithm.
Maybe you can offer MC to do that.
Maybe Cygnal or other.
Maybe you can see some projects with the same problem? |
Topic: TFT code |
Userrr
Replies: 4
Views: 7916
|
Forum: General CCS C Discussion Posted: Sun Oct 09, 2005 4:24 pm Subject: TFT code |
Please help me write source code with C (without time limit) for this diagram
---->
http://www.netcolony.com/dspic/diagram.jpg |
Topic: FT245BM |
Userrr
Replies: 6
Views: 13942
|
Forum: General CCS C Discussion Posted: Tue Jun 14, 2005 12:17 pm Subject: FT245BM |
Please answ. me can I use PSP in 18F452 for driving FT245BM
and how mutch speed I can get from it?
Maybe some source code for it? |
Topic: PIC18F4431 |
Userrr
Replies: 1
Views: 6990
|
Forum: General CCS C Discussion Posted: Fri Jan 07, 2005 10:34 am Subject: PIC18F4431 |
Somebody work with that device
I have problem : after setting all portb - input, and pullup them all
I have portb=0b11100101
Help |
Topic: float problem |
Userrr
Replies: 2
Views: 9609
|
Forum: General CCS C Discussion Posted: Tue Dec 28, 2004 2:47 pm Subject: float problem |
Sometimes after devide this:
x unsigned int32;
y float;
z unsigned int32;
x/y=z;
100000/10=9999; --- ? Why not 10000; were 1
But sometimes = 10000 - That correct !
How correct this if I ... |
Topic: Uncoupling RS232 |
Userrr
Replies: 2
Views: 8032
|
Forum: General CCS C Discussion Posted: Fri Dec 24, 2004 9:23 pm Subject: Uncoupling RS232 |
Please help me find easy opto-uncoupling or inductor.
I found ADUM1402 Digital Isolator with 5V supply and current - 1ma per channel. I think use this without max232 and use supply from PC.
but how ... |
Topic: Decemical to 7-segments Convertion |
Userrr
Replies: 1
Views: 7512
|
Forum: General CCS C Discussion Posted: Mon Nov 29, 2004 2:13 pm Subject: Decemical to 7-segments Convertion |
I write example funct to write decemical int32 word to 9 LED 7-segments
displ. but maybe it is not so correct (maybe it can be more optimiz.)
void digit_select(int8 d)
{
switch ... |
Topic: LVD or maybe supervisory |
Userrr
Replies: 6
Views: 12456
|
Forum: General CCS C Discussion Posted: Fri Nov 26, 2004 11:33 pm Subject: LVD or maybe supervisory |
I write in EEPROM 4byte just when POWER down
But sometimes -it write correct, sometime not.
Please answ. how long time it write (4byte) to EEPROM at
20MHz
10MHz
4MHz
Doe's anyone know LD ... |
Topic: Lcd 240x128 help |
Userrr
Replies: 2
Views: 8928
|
Forum: General CCS C Discussion Posted: Sat Nov 20, 2004 9:37 am Subject: Thanks |
Thanks Konrad , maybe you help with function to write pixel with
coordinates? |
Topic: Lcd 240x128 help |
Userrr
Replies: 2
Views: 8928
|
Forum: General CCS C Discussion Posted: Sat Nov 20, 2004 8:26 am Subject: Lcd 240x128 help |
I have an LCD with this documentation
http://orangetide.com/computing/gumstix/documentation/lcd/lm24010.pdf
And write source for sample as draw half of screen - white;
half - black
S:
//**** ... |
Topic: how use printf with 7-segmets leds? |
Userrr
Replies: 9
Views: 17770
|
Forum: General CCS C Discussion Posted: Thu Oct 28, 2004 9:19 am Subject: Ok |
Ok I use 9-digits of 7-segments LED
and this header file all fine work, but maybe I can do this better and
faster ?Ask how ?
void digit_select(int8 d)
{
switch (d) ... |
Topic: how use printf with 7-segmets leds? |
Userrr
Replies: 9
Views: 17770
|
Forum: General CCS C Discussion Posted: Wed Oct 27, 2004 10:24 am Subject: how use printf with 7-segmets leds? |
how use printf with 7-segmets leds? |
Topic: ICD-S as dsPIC Programmer |
Userrr
Replies: 3
Views: 9667
|
Forum: General CCS C Discussion Posted: Sun Oct 17, 2004 4:54 pm Subject: But |
But in ICD-S debugger in "Select Device" I see dsPIC30F2010
I want only programm it with my hex file.
Can I do it? |
Topic: Int_rb using RB3,RB2.. |
Userrr
Replies: 3
Views: 9801
|
Forum: General CCS C Discussion Posted: Sun Oct 17, 2004 4:52 pm Subject: d |
But how realize debounce between this stitch and how realize RB3.
I must
get interrupt for RB4,and for RB3:
How for SW1 get it?
#int_rb
void detect_rb_change() {
int current;
set_tris_b ... |
Topic: Int_rb using RB3,RB2.. |
Userrr
Replies: 3
Views: 9801
|
Forum: General CCS C Discussion Posted: Sat Oct 16, 2004 8:23 pm Subject: Int_rb using RB3,RB2.. |
How do you think is that must work? or not?
www.icd2.front.ru/switch.jpg |
|