diff options
author | Dmitry <condemil@gmail.com> | 2019-04-16 03:07:29 +0200 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2019-04-15 21:07:29 -0400 |
commit | 1b92af60784ea811a7ca04dfbce75224874cf84a (patch) | |
tree | 9d9b73deb92630936e51d1a2916ce10ab7b00c42 /config/example-extras.cfg | |
parent | c440c6b7aaf8bf863ac4596d2870126759fcec4d (diff) | |
download | kutter-1b92af60784ea811a7ca04dfbce75224874cf84a.tar.gz kutter-1b92af60784ea811a7ca04dfbce75224874cf84a.tar.xz kutter-1b92af60784ea811a7ca04dfbce75224874cf84a.zip |
display: Add ST7567 display support (#1540)
Signed-off-by: Dmitry Budaev <condemil@gmail.com>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 6adf0592..f4033e5c 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -1221,9 +1221,14 @@ #a0_pin: # The pins connected to an uc1701 type lcd. These parameters must be # provided when using an uc1701 display. -#contrast: 40 -# The contrast to set when using a uc1701 type display. The value may -# range from 0 to 63. Default is 40. +#rs_pin: +#cs_pin: +#a0_pin: +# The pins connected to an st7567 type lcd. These parameters must be +# provided when using an st7567 display. +#contrast: +# The contrast to set when using a uc1701/st7567 type displays. The value +# may range from 0 to 63. Default is 40 for uc1701 and 60 for st7567. #cs_pin: #dc_pin: #spi_bus: |