diff options
author | Martin Hierholzer <martin.hierholzer@desy.de> | 2020-11-20 20:49:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-20 14:49:38 -0500 |
commit | fcb78e50e50dae67d4f335464704e98bff26b8d9 (patch) | |
tree | cf0a55dd511574a0c8b22286a2e657c32b4ec03d /docs/Config_Reference.md | |
parent | c6f0884140e8b5d2076af688b149c632336d9a29 (diff) | |
download | kutter-fcb78e50e50dae67d4f335464704e98bff26b8d9.tar.gz kutter-fcb78e50e50dae67d4f335464704e98bff26b8d9.tar.xz kutter-fcb78e50e50dae67d4f335464704e98bff26b8d9.zip |
hd44780: allow to configure line length (#3543)
This allows to use 16x4 displays rather than only 20x4.
Signed-off-by: Martin Hierholzer <hier@beta-centauri.de>
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r-- | docs/Config_Reference.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index 869c9c94..9036dfe0 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -2983,6 +2983,10 @@ lcd_type: #d7_pin: # The pins connected to an hd44780 type lcd. These parameters must # be provided when using an hd44780 display. +#line_length: +# Set the number of characters per line for an hd44780 type lcd. +# Possible values are 20 (default) and 16. The number of lines is +# fixed to 4. #cs_pin: #sclk_pin: #sid_pin: |