Microcontroller › PIC › LCD interface giving garbage value › for LCD interfacing on any
February 7, 2014 at 10:55 am
#10957
Participant
for LCD interfacing on any platform there are mainly three to four functions
lcd_init()
lcd_send_command()
lcd_send_data()
lcd_print()
lcd_busy()
u can refer tutorials for LCD interfacing on this site.