NAME
Config::Model::models::LCDd::picolcd - Configuration class LCDd::picolcd
VERSION
version 1.252
DESCRIPTION
Configuration classes used by Config::Model
Elements
KeyTimeout
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.Optional. Type uniline. default: '500'.
Brightness
Set the initial brightness [default: 1000; legal: 0 - 1000]Optional. Type integer. upstream_default: '1000'.
Contrast
Set the initial contrast [default: 1000; legal: 0 - 1000]Optional. Type integer. upstream_default: '1000'.
Keylights
Light the keys? i[default: on; legal: on, off]Optional. Type enum. choice: 'on', 'off'. upstream_default: 'on'.
Key0Light
If Keylights is on, the you can unlight specific keys below: Key0 is the directional pad. Key1 - Key5 correspond to the F1 - F5 keys. There is no LED for the +/- keys. This is a handy way to indicate to users which keys are disabled. [default: on; legal: on, off]Optional. Type enum. choice: 'on', 'off'. upstream_default: 'on'.
Key1Light
Optional. Type uniline. default: 'on'.
Key2Light
Optional. Type uniline. default: 'on'.
Key3Light
Optional. Type uniline. default: 'on'.
Key4Light
Optional. Type uniline. default: 'on'.
Key5Light
Optional. Type uniline. default: 'on'.
LircHost
Host name or IP address of the LIRC instance that is to receive IR codes If not set, or set to an empty value, IR support is disabled.Optional. Type uniline. default: '127.0.0.1'.
LircPort
UDP port on which LIRC is listening [default: 8765; legal: 1 - 65535]Optional. Type integer. upstream_default: '8765'.
LircFlushThreshold
Threshold in jiffies of synthesized gap that triggers flushing the IR data to lirc [default: 100 (6.1ms); 0 to suppress]Optional. Type uniline. upstream_default: '100'.