uc1701: Add support for rst_pin
Add support for an optional uc1701 rst_pin. Use the same reset pin code handling with the SSD1306 code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -1671,8 +1671,10 @@
|
||||
# provided when using an st7920 display.
|
||||
#cs_pin:
|
||||
#a0_pin:
|
||||
# The pins connected to an uc1701 type lcd. These parameters must be
|
||||
# provided when using an uc1701 display.
|
||||
#rst_pin:
|
||||
# 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:
|
||||
|
||||
Reference in New Issue
Block a user