Two Questions:
Is the DISPLAY ON/OFF instruction unecessary for lcds without backlight?
Is there any necessary BUSY FLAG wait between data nibbles when transmitting in 4-bit mode? In other words, do i need to check the BUSY FLAG between the first and second half of the data?
Display ON / OFF Instruction
Moderator: Mods
-
- Matrix Orbital
- Posts: 745
- Joined: Thu Dec 13, 2001 4:00 pm
- Location: Earth.... I think..
- Contact:
Display ON/OFF command on the hd44780 controls the output to the lcd (if your characters are visible or not) and the cusor (visible/invisible/blinking) the hd44780 controller has no control over the backlight at all.
You do not have to check the busy flag in between nibbles only after a complete command has been send.
You do not have to check the busy flag in between nibbles only after a complete command has been send.