CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 5 matches
CCS Forum Index
Author Message
  Topic: Show a value on lcd, got a "/" :(
quichedood

Replies: 6
Views: 19647

PostForum: General CCS C Discussion   Posted: Wed Feb 04, 2004 2:50 pm   Subject: Show a value on lcd, got a "/" :(
oops sorry, i re-test like you said and all it's ok Very Happy
so thx a lot once more for the solution and all your explications !

i'll maybe come back later on this forum, very usefull Smile

see y ...
  Topic: Show a value on lcd, got a "/" :(
quichedood

Replies: 6
Views: 19647

PostForum: General CCS C Discussion   Posted: Tue Feb 03, 2004 4:15 pm   Subject: Show a value on lcd, got a "/" :(
little screenshot Smile
http://ofbdood.free.fr/forum/bbox2/lcd06.jpg

but sending a string using send_string doesn't work better Laughing
  Topic: Show a value on lcd, got a "/" :(
quichedood

Replies: 6
Views: 19647

PostForum: General CCS C Discussion   Posted: Tue Feb 03, 2004 3:46 pm   Subject: Show a value on lcd, got a "/" :(
ok so here is my result :p

with that code :
//Envoi d'une chaine au lcd
void send_string(char *str) {
while (*str!='\0') {
send_char(*str++);
} ...
  Topic: Show a value on lcd, got a "/" :(
quichedood

Replies: 6
Views: 19647

PostForum: General CCS C Discussion   Posted: Tue Feb 03, 2004 2:53 pm   Subject: Show a value on lcd, got a "/" :(
thanks a lot for your reply ... but it doesn't work anyway :D
here is the code :

//Send a string to lcd
void send_string(char *str) {
while (*str!='\0') {
...
  Topic: Show a value on lcd, got a "/" :(
quichedood

Replies: 6
Views: 19647

PostForum: General CCS C Discussion   Posted: Mon Feb 02, 2004 3:09 pm   Subject: Show a value on lcd, got a "/" :(
hi everybody,

i'm new to ccs, and i try to realize my project.
i've done some functions who works but i'm locked on something who looks very easy :p

so here a part of my code :


int tempera ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group