LCD interface using ZIlog

Thread Starter

endaya_walatch

Joined Sep 13, 2009
33
good afternoon... just want to ask how to convert a character to its equivalent integer value in LCD...

example..

if I want to convert an ascii character in LCD to integer?


every relevant information is greatly appreciated..
 

andrew24

Joined Aug 20, 2008
76
Hallo. Do you want to send some data to the LCD? then just use SPRINT function like this: sprintf(MYArray,"Temp.=%4.1f ",temperature);
 
Top