Author |
Message |
Topic: Creating a string table... |
LTS
Replies: 8
Views: 18975
|
Forum: General CCS C Discussion Posted: Wed Dec 21, 2005 3:49 pm Subject: Creating a string table... |
Yeah, that would work. Thanks! |
Topic: Creating a string table... |
LTS
Replies: 8
Views: 18975
|
Forum: General CCS C Discussion Posted: Wed Dec 21, 2005 3:20 pm Subject: Creating a string table... |
Damn... I guess I could use several arrays, but then again I get an indexing problem. What is the best way to store several strings around 100 chars, and easily use an integer to reach the correct one ... |
Topic: Creating a string table... |
LTS
Replies: 8
Views: 18975
|
Forum: General CCS C Discussion Posted: Wed Dec 21, 2005 2:54 pm Subject: Creating a string table... |
Great, thats exactly what i meant.. but.. how many elements and how many chars per element can i use? I really need each element to contain between 50-100 chars.. |
Topic: Creating a string table... |
LTS
Replies: 8
Views: 18975
|
Forum: General CCS C Discussion Posted: Wed Dec 21, 2005 2:42 pm Subject: Creating a string table... |
Hmm, ok, i guess i could use that method, but is there no way to create a simple table of strings, and then use simple indexes "info[x]" to reach? |
Topic: Creating a string table... |
LTS
Replies: 8
Views: 18975
|
Forum: General CCS C Discussion Posted: Wed Dec 21, 2005 1:59 pm Subject: Creating a string table... |
Hello
I want to store several strings in a table. This is for displaying "info" screens on a graphic lcd.
I have no problem displaying
char info[]="Hello, this is the info screen";
glcd_putc(i ... |
Topic: T6963C Graphic LCD display trouble |
LTS
Replies: 5
Views: 13026
|
Forum: General CCS C Discussion Posted: Tue Dec 20, 2005 5:44 pm Subject: T6963C Graphic LCD display trouble |
I've triple checked the wires several times, but now i resoldered everything with new wires... and guess what.. IT WORKS! great. Thanks! |
Topic: T6963C Graphic LCD display trouble |
LTS
Replies: 5
Views: 13026
|
Forum: General CCS C Discussion Posted: Tue Dec 20, 2005 3:23 pm Subject: T6963C Graphic LCD display trouble |
Hello
Thanks for suggestions, but it didn't change anything.. The LCD shows nothing... i can change contrast and everything but no text appears....What could cause the pic to hang in the lcd routine? ... |
Topic: T6963C problems |
LTS
Replies: 13
Views: 25213
|
Forum: General CCS C Discussion Posted: Fri Dec 16, 2005 8:46 pm Subject: T6963 problem here... |
Im trying to get my T6963 (128x64 pixels) to work with a PIC16F877A
I've tried the code here, but i doesn't work. I think my pic hangs somewhere.
Maybe you could post your code that works matlejah ... |
|