trusty (3) Config::Model::models::LCDd::glcd.3pm.gz

Provided by: libconfig-model-lcdproc-perl_2.041-2_all bug

NAME

       Config::Model::models::LCDd::glcd - Configuration class LCDd::glcd

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: Parallel port to use Optional. Type uniline. upstream_default: '0x378'.

   Size
       Width and height of the display in pixel. The supported sizes may depend on the ConnectionType. Optional.
       Type uniline. upstream_default: '128x64'.

   bidirectional
       t6963: 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
       t6963: 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'.

   serdisp_device
       serdisplib: 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: Name of the underlying serdisplib driver, e.g. ctinclud. See serdisplib documentation for
       details.Optional. Type uniline. default: 't6963'.

   serdisp_options
       serdisplib: 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'.

SEE ALSO

       •   cme