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

NAME

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

VERSION

version 1.255

DESCRIPTION

Configuration classes used by Config::Model

Elements

Device

Select the output device to use [default: /dev/lcd] [ assert: "-d" ]Optional. Type uniline. default: '/dev/ttyS0'.

Size

Select the LCD size [default: 20x4; match: "^\d+x\d+$"]Optional. Type uniline. upstream_default: '20x4'.

Contrast

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

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 communication speed [default: 9600; legal: 1200, 2400, 9600, 19200 or 115200]Optional. Type enum. choice: '1200', '2400', '9600', '19200or115200'. upstream_default: '9600'.

NewFirmware

Set the firmware version (New means >= 2.0) [default: no; legal: yes, no]Optional. Type enum. choice: 'yes', 'no'. upstream_default: 'no'.

Reboot

Reinitialize the LCD's BIOS [default: no; legal: yes, no] normally you shouldn't need this. Optional. Type enum. choice: 'yes', 'no'. upstream_default: 'no'.

SEE ALSO