Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/14/01 05:21
Read: times


 
#9977 - RE: printf with LCD
Hello!

I Use:

1.buffer for writing to lcd

unsigned char buff[20];

2. every time I want to use sprintf to lcd:

sprinft(buff,"Hello world");
dtext (1,2,buff);

where dtext is my routine, which transfers buff to lcd, starting in row 1, column 2 (in this example).

If you need dtext routine, I have it written in C.

Hope I helped.

Damjan


List of 3 messages in thread
TopicAuthorDate
Code file too large / printf with LCD            01/01/70 00:00      
RE: printf with LCD            01/01/70 00:00      
RE: Code file too large / printf with LCD            01/01/70 00:00      

Back to Subject List