diff options
author | Thomas Kroll <t.kroll@outlook.com> | 2021-01-25 19:45:44 +0100 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2021-01-31 19:35:40 -0500 |
commit | 60e4cddf36e00f196e16dd514fa8e9d66670693a (patch) | |
tree | f98e966de1d14908fe2c6d0aa1918b6539b05f7a /docs | |
parent | 58cd8da5d1b984f6812069d1f2129f3deca4f0e2 (diff) | |
download | kutter-60e4cddf36e00f196e16dd514fa8e9d66670693a.tar.gz kutter-60e4cddf36e00f196e16dd514fa8e9d66670693a.tar.xz kutter-60e4cddf36e00f196e16dd514fa8e9d66670693a.zip |
hd44780: Add hd44780 protocol init config
LDO OLED needs a different init string.
Fixes: #3722
Signed-off-by: Thomas Kroll <t.kroll@outlook.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Config_Reference.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index 04030887..19fc82a2 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -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: |