uc1701: Add support for a reset line on SSD1306 displays

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2019-08-17 22:03:51 -04:00
parent 05bb5484b4
commit 96fdb6ef36
2 changed files with 19 additions and 0 deletions

View File

@@ -1404,6 +1404,10 @@
# mode. The parameters that start with "spi_" are optional and they
# control the spi settings used to communicate with the chip. The
# default is to use i2c mode for ssd1306 displays.
#reset_pin:
# A reset pin may be specified on ssd1306 displays. If it is not
# specified then the hardware must have a pull-up on the
# corresponding lcd line.
#menu_root:
# Entry point for menu, root menu container name. If this parameter
# is not provided then default menu root is used. When provided