diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-06-21 09:58:35 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-06-21 09:58:35 -0400 |
commit | d94c8561180bdd080c389e14c63ed1d862d7e2f9 (patch) | |
tree | 7075bfd5c23bb4ac224acd7f2a0feff1a770541d /config/example-extras.cfg | |
parent | 3ac9fc6e633ff76aa8ecf47671b8e63d53deca1c (diff) | |
download | kutter-d94c8561180bdd080c389e14c63ed1d862d7e2f9.tar.gz kutter-d94c8561180bdd080c389e14c63ed1d862d7e2f9.tar.xz kutter-d94c8561180bdd080c389e14c63ed1d862d7e2f9.zip |
display: Allow the ST7920_DISPLAY parameter to be configured
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 81231f75..1398f992 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -539,6 +539,10 @@ #sid_pin: # The pins connected to an st7920 type lcd. These parameters must be # provided when using an st7920 display. +#chip_delay: +# This parameter specifies the internal command delay (in seconds) +# on st7920 displays. It may be necessary to increase this if the +# display shows garbled data. The default is 0.000020. # Custom thermistors (one may define any number of sections with a |