DESCRIPTION
Configuration classes used by Config::Model
generated from LCDd.conf
Elements
Brightness
Set brightness of the backlight if the backlight is switched 'on'. Optional. Type integer. upstream_default: '800'.
CellSize
Width and height of a character cell in pixels. This value is only used if
the driver has been compiled with FreeType and it is enabled. Otherwise the
default 6x8 cell is used. Optional. Type uniline. upstream_default: '12x16'.
ConnectionType
Select what type of connection. See documentation for types. Optional. Type uniline. default: 't6963'.
Contrast
Set the initial contrast if supported by connection type. Optional. Type integer. upstream_default: '600'.
KeyMap_A
Assign key strings to keys. There may be up to 16 keys numbered 'A' to 'Z'.
By default keys 'A' to 'F' are assigned Up, Down, Left, Right, Enter, Escape. Optional. Type uniline. default: 'Up'.
KeyMap_B
Optional. Type uniline. default: 'Down'.
KeyMap_C
Optional. Type uniline. default: 'Enter'.
KeyMap_D
Optional. Type uniline. default: 'Escape'.
KeyRepeatDelay
Time (ms) from first key report to first repeat. Set to 0 to disable repeated
key reports. Optional. Type integer. upstream_default: '500'.
KeyRepeatInterval
Time (ms) between repeated key reports. Ignored if KeyRepeatDelay is disabled
(set to zero). Optional. Type integer. upstream_default: '300'.
OffBrightness
Set brightness of the backlight if the backlight is switched 'off'. Set this
to zero to completely turn off the backlight. Optional. Type integer. upstream_default: '100'.
Port
--- t6963 options ---
Parallel port to use
legal: 0x200-0x400 Optional. Type uniline. upstream_default: '0x378'.
Size
Width and height of the display in pixel. The supported sizes may depend on
the ConnectionType.
legal: 1x1-640x480 Optional. Type uniline. upstream_default: '128x64'.
bidirectional
Use LPT port in bi-directional mode. This should work on most LPT port
and is required for proper timing! Optional. Type boolean. upstream_default: 'yes'.
delayBus
Insert additional delays into reads / writes. Optional. Type boolean. upstream_default: 'no'.
fontHasIcons
Some fonts miss the Unicode characters used to represent icons. In this case
the built-in 5x8 font can used if this option is turned off. Optional. Type boolean. upstream_default: 'yes'.
normal_font
Path to font file to use for FreeType rendering. This font must be monospace
and should contain some special Unicode characters like arrows (Andale Mono
is recommended and can be fetched at
http://corefonts.sf.net). Optional. Type uniline. upstream_default: '/usr/local/lib/X11/fonts/TTF/andalemo.ttf'.
picolcdgfx_Inverted
Inverted: Inverts the pixels. Optional. Type enum. choice: 'yesorno'. upstream_default: 'no'.
picolcdgfx_KeyTimeout
--- picolcdgfx options ---
Time in ms for usb_read to wait on a key press. Optional. Type integer. upstream_default: '125'.
serdisp_device
The display device to use, e.g. serraw:/dev/ttyS0,
parport:/dev/parport0 or USB:07c0/1501. Optional. Type uniline. default: '/dev/ppi0'.
serdisp_name
--- serdisplib options ---
Name of the underlying serdisplib driver, e.g. ctinclud. See
serdisplib documentation for details. Optional. Type uniline. default: 't6963'.
serdisp_options
Options string to pass to serdisplib during initialization. Use
this to set any display related options (e.g. wiring). The display size is
always set based on the Size configured above! By default, no options are
set.
Important: The value must be quoted as it contains equal signs! Optional. Type uniline. upstream_default: 'INVERT=1'.
useFT2
If LCDproc has been compiled with FreeType 2 support this option can be used
to turn if off intentionally. Optional. Type boolean. upstream_default: 'yes'.
x11_BacklightColor
BacklightColor: The color of the backlight as full brightness. Optional. Type uniline. upstream_default: '0x80FF80'.
x11_Border
Border: Adds a border (empty space) around the LCD portion of X11 window. Optional. Type uniline. upstream_default: '20'.
x11_Inverted
Inverted: inverts the pixels Optional. Type boolean. upstream_default: 'no'.
x11_PixelColor
Colors are in RRGGBB format prefixed with ``0x''.
PixelColor: The color of each dot at full contrast. Optional. Type uniline. upstream_default: '0x000000'.
x11_PixelSize
--- x11 options ---
PixelSize is size of each dot in pixels + a pixel gap. Optional. Type uniline. upstream_default: '3+1'.