diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-12-02 10:12:34 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-12-02 10:25:30 -0500 |
commit | 2d97e0e2189c4dd6d5810c772467fad9e7cccf9c (patch) | |
tree | 5fb160ccce428ce0e068c1625cd7bd33d8558665 /config/example-extras.cfg | |
parent | 2e7f38eaddd070c9712230321b9175ca12411a4c (diff) | |
download | kutter-2d97e0e2189c4dd6d5810c772467fad9e7cccf9c.tar.gz kutter-2d97e0e2189c4dd6d5810c772467fad9e7cccf9c.tar.xz kutter-2d97e0e2189c4dd6d5810c772467fad9e7cccf9c.zip |
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>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 6 |
1 files changed, 4 insertions, 2 deletions
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: |