Microcontroller › 8051 › Lcd interfacing with Attiny Microcontroller › problem with ATtiny + LCD
August 31, 2010 at 6:57 am
#5028
Guest
first of all this code cannot display A to Z.. bcoz in main() u have given:
LCD_senddata(‘A’)
so it will always display ‘A’.. u shud change it to: LCD_senddata(ch)
The possible problems may be:
a. ur connections may be improper
b. u might have connected the LCD data pins to ATtiny pins in d wrong order