diff options
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: |