new options for hd44780 (Frank Jepsen)

This commit is contained in:
marschap
2007-02-04 12:26:54 +00:00
parent e83ebd272f
commit 88acd72197
6 changed files with 72 additions and 2 deletions
+10
View File
@@ -438,6 +438,16 @@ Charmap=hd44780_default
# to increase the delays. Default: 1.
#DelayMult=2
# Some displays (e.g. vdr-wakeup) need a message from the driver to that it
# is still alive. When set to a value bigger then null the character in the
# upper left corner is updated every <KeepAliveDisplay> seconds. Default: 0.
#KeepAliveDisplay=0
# If you experience occasional garbage on your display you can use this
# option as workaround. If set to a value bigger than null it forces a
# full screen refresh <RefreshDiplay> seconds. Default: 0.
#RefreshDisplay=5
# You can reduce the inserted delays by setting this to false.
# On fast PCs it is possible your LCD does not respond correctly.
# Default: true.