Microcontroller › 8051 › how to display ADC values to 16×2 LCD › to display the numbers on LCD
March 15, 2011 at 12:05 pm
#5752
Participant
to display the numbers on LCD you have to add 48 in the asii number..
for example you have unsigned char i=1;
LCD_write(i+48);
just try that…(i din’t put my hand in your magii….. {code})…