uc1701: Add support for SSD1306 in i2c mode

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2018-11-23 21:41:41 -05:00
parent 043170265b
commit e5150fe187
3 changed files with 165 additions and 61 deletions

View file

@ -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