Microcontroller › 8051 › how to display timer values that is TH0 and TL0 on 16*2 LCD using 89s51 › Hi thereRemember, LCDs need
December 12, 2016 at 5:41 am
#14267
Participant
Hi there
Remember, LCDs need character values, so firstly convert this ASCII form into a character string and then pass this string to the LCD dislpay function. You can use sprintf() to convert your integer ASCII value to a character string.
This might help