Clean-up includes and move all defaults to header file.
Fix heartbeat and bignum by mapping character 0 to 8. Fix backlight and contrast handling (by M. T. Jones). Add more icons (by M. T. Jones). Add OffBrightness for 20x4 (idea by S. Crane). Add range checking for config settings.
This commit is contained in:
@@ -864,11 +864,11 @@ Reboot=no
|
||||
## Mini-box.com picoLCD (usblcd) driver ##
|
||||
[picolcd]
|
||||
|
||||
# KeyTimeout is the time that LCDd spends waiting for a key press before cycling
|
||||
# through other duties. Higher values make LCDd use less CPU time and make
|
||||
# key presses more detectable. Lower values make LCDd more responsive but a
|
||||
# little prone to missing key presses. 500 (.5 second) is the default and a
|
||||
# balanced value.
|
||||
# KeyTimeout is the time in ms that LCDd spends waiting for a key press before
|
||||
# cycling through other duties. Higher values make LCDd use less CPU time and
|
||||
# make key presses more detectable. Lower values make LCDd more responsive
|
||||
# but a little prone to missing key presses. 500 (.5 second) is the default
|
||||
# and a balanced value. [default: 500; legal: 0 - 1000]
|
||||
KeyTimeout=500
|
||||
|
||||
# Set the initial brightness [default: 1000; legal: 0 - 1000]
|
||||
@@ -898,8 +898,8 @@ Key5Light=on
|
||||
# UDP port on which LIRC is listening [default: 8765; legal: 1 - 65535]
|
||||
LircPort=8765
|
||||
|
||||
# Threshold in jiffies of synthesized gap that triggers flushing the IR data to lirc
|
||||
# [default: 100 (6.1ms); 0 to suppress]
|
||||
# Threshold in jiffies of synthesized gap that triggers flushing the IR data
|
||||
# to lirc [default: 100 (6.1ms); legal: 16 - 32767; 0 to disable].
|
||||
LircFlushThreshold=100
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user