Document missing or new settings for picoLCD driver.

This commit is contained in:
mmdolze
2011-01-23 14:07:41 +00:00
parent a99c51aa29
commit b0a8da6079
2 changed files with 52 additions and 22 deletions
+10 -1
View File
@@ -871,9 +871,18 @@ Reboot=no
# and a balanced value. [default: 500; legal: 0 - 1000]
KeyTimeout=500
# Set the initial brightness [default: 1000; legal: 0 - 1000]
# Sets the initial state of the backlight upon start-up.
# [default: on; legal: on, off]
#Backlight=on
# Set the initial brightness [default: 1000; legal: 0 - 1000]. Works only
# with the 20x4 device
Brightness=1000
# Set the brightness while the backlight is 'off' [default: 0; legal: 0 - 1000].
# Works only with the 20x4 device.
#OffBrightness=0
# Set the initial contrast [default: 1000; legal: 0 - 1000]
Contrast=1000