mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-01-06 14:57:53 -07:00
hd44780: Add hd44780 protocol init config
LDO OLED needs a different init string. Fixes: #3722 Signed-off-by: Thomas Kroll <t.kroll@outlook.com>
This commit is contained in:
parent
58cd8da5d1
commit
60e4cddf36
2 changed files with 11 additions and 1 deletions
|
|
@ -3025,6 +3025,11 @@ lcd_type:
|
|||
# Controller" type displays), "uc1701" (which is used in "MKS Mini
|
||||
# 12864" type displays), "ssd1306", or "sh1106". This parameter must
|
||||
# be provided.
|
||||
#hd44780_protocol_init: True
|
||||
# Perform 8-bit/4-bit protocol initialization on an hd44780 display.
|
||||
# This is necessary on real hd44780 devices. However, one may
|
||||
# need to disable this on some "clone" devices. The default
|
||||
# is True.
|
||||
#rs_pin:
|
||||
#e_pin:
|
||||
#d4_pin:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue