The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

VERSION

version 1.246

DESCRIPTION

Configuration classes used by Config::Model

Elements

Device

device where the VFD is. Usual values are /dev/ttyS0 and /dev/ttyS1 [default: /dev/lcd]Optional. Type uniline. default: '/dev/ttyS0'.

Size

Specifies the size of the LCD.Optional. Type uniline. default: '20x4'.

Brightness

Set the initial brightness [default: 1000; legal: 0 - 1000]Optional. Type integer. upstream_default: '1000'.

OffBrightness

Set the initial off-brightness [default: 0; legal: 0 - 1000] This value is used when the display is normally switched off in case LCDd is inactive. Optional. Type integer. upstream_default: '0'.

Speed

set the serial port speed [default: 9600, legal: 1200, 2400, 9600, 19200, 115200]Optional. Type enum. choice: '1200', '2400', '9600', '19200', '115200'. upstream_default: '9600'.

Parity

Set serial data parity [default: 0 (None), legal: 0(=none), 1(=odd), 2(=even)]Optional. Type enum. choice: '0'. upstream_default: '0'.

Reboot

re-initialize the VFD [default: no; legal: yes, no]Optional. Type enum. choice: 'yes', 'no'. upstream_default: 'no'.

SEE ALSO