klipper/klippy/extras/display
Kevin O'Connor 65a49d17dd hd44780: Make the 4-bit init sequence more robust
The previous init sequence relied on the display ignoring commands if
they are sent faster than 40us.  Some displays may not have this
limit.

Rework the init to make it more robust to command transmission times.
The new init should still transition the display into 4-bit mode even
if the display processes commands faster than 40us.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2020-12-12 10:07:53 -05:00
..
__init__.py
display.cfg
display.py
font8x14.py
hd44780.py hd44780: Make the 4-bit init sequence more robust 2020-12-12 10:07:53 -05:00
menu.cfg
menu.py
menu_keys.py
st7920.py
uc1701.py