diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-12-18 12:23:09 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-12-18 12:30:20 -0500 |
commit | 0a86190bae46a22a493f447075ab7713fd6ae9ed (patch) | |
tree | 07457fbf365ac45598f0127c6e17c46ba68009d0 /config | |
parent | 7532e4ccea6f89e31d0d2f7f2f7e8ddac64abd46 (diff) | |
download | kutter-0a86190bae46a22a493f447075ab7713fd6ae9ed.tar.gz kutter-0a86190bae46a22a493f447075ab7713fd6ae9ed.tar.xz kutter-0a86190bae46a22a493f447075ab7713fd6ae9ed.zip |
display: Revert "display: Add ST7567 display support (#1540)"
This reverts commit 1b92af60784ea811a7ca04dfbce75224874cf84a.
The standard "uc1701" lcd_type can now be used in place of the custom
"st7567" lcd_type.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config')
-rw-r--r-- | config/example-extras.cfg | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 2297142b..36e6beb7 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -1663,14 +1663,9 @@ # The pins connected to an uc1701 type lcd. The rst_pin is # optional. The cs_pin and a0_pin parameters must be provided when # using an uc1701 display. -#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. +#contrast: 40 +# The contrast to set when using a uc1701 type display. The value may +# range from 0 to 63. Default is 40. #cs_pin: #dc_pin: #spi_bus: |