NAME
Config::Model::models::LCDd::CFontzPacket - Configuration class LCDd::CFontzPacket
VERSION
version 1.260
DESCRIPTION
Configuration classes used by Config::Model
Elements
Model
Select the LCD model Optional. Type enum. choice: '533', '631', '633', '635'. upstream_default: '633'.
Device
Select the output device to use Optional. Type uniline. upstream_default: '/dev/lcd'.
Contrast
Set the initial contrast Optional. Type integer. upstream_default: '560'.
Brightness
Set the initial brightness Optional. Type integer. upstream_default: '1000'.
OffBrightness
Set the initial off-brightness This value is used when the display is normally switched off in case LCDd is inactive. Optional. Type integer. upstream_default: '0'.
Reboot
Reinitialize the LCD's BIOS on driver start. Optional. Type enum. choice: 'yes', 'no'. upstream_default: 'no'.
USB
Enable the USB flag if the device is connected to an USB port. For serial ports leave it disabled. Optional. Type enum. choice: 'yes', 'no'. upstream_default: 'no'.
OldFirmware
Very old 633 firmware versions do not support partial screen updates using 'Send Data to LCD' command (31). For those devices it may be necessary to enable this flag. Optional. Type enum. choice: 'yes', 'no'. upstream_default: 'no'.
Size
Override the LCD size known for the selected model. Usually setting this value should not be necessary.Optional. Type uniline. default: '20x4'.
Speed
Override the default communication speed known for the selected model.Optional. Type enum. choice: '19200', '115200'. upstream_default: 'dependingonmodel'.