From 2d97e0e2189c4dd6d5810c772467fad9e7cccf9c Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Mon, 2 Dec 2019 10:12:34 -0500 Subject: 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 --- config/example-extras.cfg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/example-extras.cfg b/config/example-extras.cfg index c5a2712c..9d58d5ba 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -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: -- cgit v1.2.3-70-g09d2