diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-11-23 21:41:41 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-11-23 22:04:06 -0500 |
commit | e5150fe187b9f980ea9148f5087c1994595d56c3 (patch) | |
tree | 5d9656819a65e664026117f389d353030788d201 /config/example-extras.cfg | |
parent | 043170265be6124a3b87c040f368ca55ad3ed5f8 (diff) | |
download | kutter-e5150fe187b9f980ea9148f5087c1994595d56c3.tar.gz kutter-e5150fe187b9f980ea9148f5087c1994595d56c3.tar.xz kutter-e5150fe187b9f980ea9148f5087c1994595d56c3.zip |
uc1701: Add support for SSD1306 in i2c mode
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index e79ec469..543f9e32 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -883,13 +883,13 @@ # The pins connected to an st7920 type lcd. These parameters must be # provided when using an st7920 display. #cs_pin: -#a0_pin +#a0_pin: # The pins connected to an uc1701 type lcd. These parameters must be # provided when using an uc1701 display. #cs_pin: -#dc_pin -# The pins connected to an ssd1306 type lcd. These parameters must -# be provided when using an ssd1306 display. +#dc_pin: +# The pins connected to an ssd1306 type lcd when in "4-wire" spi +# mode. The default is to use i2c mode for ssd1306 displays. #menu_root: # Entry point for menu, root menu container name. If this parameter # is not provided then default menu root is used. When provided |