Add an option to switch from adjustable backlight (0..1000) to on/off mode.

Refactor the get_info() function.
This commit is contained in:
mmdolze
2009-05-17 18:30:16 +00:00
parent 8bd28df1ee
commit 40528392ef
5 changed files with 197 additions and 140 deletions
+5
View File
@@ -759,6 +759,11 @@ Type=lkd
# is a vfd or vkd as they don't have this feature
Contrast=480
# Some old displays do not have an adjustable backlight but only can
# switch the backlight on/off. If you experience randomly appearing block
# characters, try setting this to false. [default: yes; legal: yes, no]
hasAdjustableBacklight=no
# Set the initial brightness [default: 1000; legal: 0 - 1000]
Brightness=1000
# Set the initial off-brightness [default: 0; legal: 0 - 1000]