Djsarkar
Member level 3
Hi,
I am looking help to understand datasheet https://www.sparkfun.com/datasheets/LCD/HD44780.pdf
Let's consider for following connection
page 45, figure 24
Power ON
Wait 40ms
PORTD = 0b0011
Should I send only 4 bit data at time ? or should I send in upper and lower nibble ?
I am looking help to understand datasheet https://www.sparkfun.com/datasheets/LCD/HD44780.pdf
Let's consider for following connection
PORT D7 - LCD Data pin 7
PORT D6 - LCD Data pin 6
PORT D5 - LCD Data pin 5
PORT D4 - LCD Data pin 4
PORT RC6 - EN
PORT RC5 - RW
PORT RC4 - RS
page 45, figure 24
Power ON
Wait 40ms
PORTD = 0b0011
Should I send only 4 bit data at time ? or should I send in upper and lower nibble ?
Last edited by a moderator: