Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

config::model::models::lcdd::picolcd(3pm) [debian man page]

Config::Model::models::LCDd::picolcd(3pm)		User Contributed Perl Documentation		 Config::Model::models::LCDd::picolcd(3pm)

NAME
Config::Model::models::LCDd::picolcd - Configuration class LCDd::picolcd VERSION
version 2.021 DESCRIPTION
Configuration classes used by Config::Model generated from LCDd.conf Elements KeyTimeout 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. Optional. Type integer. upstream_default: '500'. Backlight Sets the initial state of the backlight upon start-up.Optional. Type enum. choice: 'on', 'off'. upstream_default: 'on'. Brightness Set the initial brightness . Works only with the 20x4 device. Optional. Type integer. upstream_default: '1000'. OffBrightness Set the brightness while the backlight is 'off' . Works only with the 20x4 device.Optional. Type integer. upstream_default: '0'. Contrast Set the initial contrast Optional. Type integer. upstream_default: '1000'. Keylights Light the keys? 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. 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 Optional. Type integer. upstream_default: '8765'. LircFlushThreshold Threshold in jiffies of synthesized gap that triggers flushing the IR data to lirc 100 means 6.1ms. legal: 16 - 32767; Use 0 to disable.Optional. Type integer. upstream_default: '100'. SEE ALSO
o cme perl v5.14.2 2012-11-09 Config::Model::models::LCDd::picolcd(3pm)

Check Out this Related Man Page

Config::Model::models::LCDd::hd44780(3pm)		User Contributed Perl Documentation		 Config::Model::models::LCDd::hd44780(3pm)

NAME
Config::Model::models::LCDd::hd44780 - Configuration class LCDd::hd44780 VERSION
version 2.021 DESCRIPTION
Configuration classes used by Config::Model generated from LCDd.conf Elements ConnectionType Select what type of connection. See documentation for types.Optional. Type uniline. default: '4bit'. Port Port where the LPT is. Usual value are: 0x278, 0x378 and 0x3BC. Optional. Type uniline. default: '0x378'. Device Device of the serial interface Optional. Type uniline. upstream_default: '/dev/lcd'. Speed Bitrate of the serial port (0 for interface default)Optional. Type uniline. default: '0'. Keypad If you have a keypad connected. You may also need to configure the keypad layout further on in this file.Optional. Type uniline. default: 'no'. Contrast Set the initial contrast (bwctusb and lcd2usb) Optional. Type integer. upstream_default: '500'. Brightness Set brightness of the backlight (lcd2usb only) Optional. Type integer. upstream_default: '0'. OffBrightness Optional. Type uniline. default: '0'. Backlight If you have a switchable backlight.Optional. Type uniline. default: 'no'. OutputPort If you have the additional output port ("bargraph") and you want to be able to control it with the lcdproc OUTPUT command. Optional. Type uniline. default: 'no'. Lastline Specifies if the last line is pixel addressable (yes) or it controls an underline effect (no). Optional. Type enum. choice: 'yes', 'no'. upstream_default: 'yes'. Size Specifies the size of the LCD. In case of multiple combined displays, this should be the total size.Optional. Type uniline. default: '20x4'. vspan For multiple combined displays: how many lines does each display have. Vspan=2,2 means both displays have 2 lines.Optional. Type uniline. default: '2,2'. ExtendedMode If you have an HD66712, a KS0073 or another 'almost HD44780-compatible', set this flag to get into extended mode (4-line linear).Optional. Type uniline. default: 'yes'. LineAddress In extended mode, on some controllers like the ST7036 (in 3 line mode) the next line in DDRAM won't start 0x20 higher. Optional. Type uniline. upstream_default: '0x20'. CharMap Character map to to map ISO-8859-1 to the LCD's character set (hd44780_koi8_r, hd44780_cp1251, hd44780_8859_5 and upd16314 are possible if compiled with additional charmaps)Optional. Type enum. choice: 'hd44780_default', 'hd44780_euro', 'ea_ks0073', 'sed1278f_0b', 'hd44780_koi8_r', 'hd44780_cp1251', 'hd44780_8859_5', 'upd16314'. upstream_default: 'hd44780_default'. DelayMult If your display is slow and cannot keep up with the flow of data from LCDd, garbage can appear on the LCDd. Set this delay factor to 2 or 4 to increase the delays. Default: 1.Optional. Type uniline. default: '2'. KeepAliveDisplay 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.Optional. Type uniline. default: '0'. RefreshDisplay 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.Optional. Type uniline. default: '5'. DelayBus 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.Optional. Type uniline. default: 'true'. KeyMatrix_4_1 If you have a keypad you can assign keystrings to the keys. See documentation for used terms and how to wire it. For example to give directly connected key 4 the string "Enter", use: KeyDirect_4=Enter For matrix keys use the X and Y coordinates of the key: KeyMatrix_1_3=Enter. Optional. Type uniline. default: 'Enter'. KeyMatrix_4_2 Optional. Type uniline. default: 'Up'. KeyMatrix_4_3 Optional. Type uniline. default: 'Down'. KeyMatrix_4_4 Optional. Type uniline. default: 'Escape'. SEE ALSO
o cme perl v5.14.2 2012-11-09 Config::Model::models::LCDd::hd44780(3pm)
Man Page