diff options
author | Arksine <arksine.code@gmail.com> | 2019-04-02 12:49:08 -0400 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2019-04-02 15:53:16 -0400 |
commit | 2e16be224efcff315dafaf1f4e4b85e3c7a8c3c8 (patch) | |
tree | 9e8c05b685284c0fc0d6f978e6cbc4544126b88b /config/example-extras.cfg | |
parent | 9bd3e804213b03c1a05eba3c88fabe8f1b9f7c5c (diff) | |
download | kutter-2e16be224efcff315dafaf1f4e4b85e3c7a8c3c8.tar.gz kutter-2e16be224efcff315dafaf1f4e4b85e3c7a8c3c8.tar.xz kutter-2e16be224efcff315dafaf1f4e4b85e3c7a8c3c8.zip |
uc1701: make contrast configurable
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 2d9387ee..9f164476 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -1217,6 +1217,9 @@ #a0_pin: # The pins connected to an uc1701 type lcd. These parameters must be # provided when using an uc1701 display. +#contrast: 40 +# The contrast to set when using a uc1701 type display. The value may +# range from 0 to 63. Default is 40. #cs_pin: #dc_pin: #spi_bus: |