From fcb78e50e50dae67d4f335464704e98bff26b8d9 Mon Sep 17 00:00:00 2001 From: Martin Hierholzer Date: Fri, 20 Nov 2020 20:49:38 +0100 Subject: hd44780: allow to configure line length (#3543) This allows to use 16x4 displays rather than only 20x4. Signed-off-by: Martin Hierholzer --- docs/Config_Reference.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/Config_Reference.md') 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: -- cgit v1.2.3-70-g09d2