diff options
Diffstat (limited to 'config')
-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 |