The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

VERSION

version 1.246

DESCRIPTION

Configuration classes used by Config::Model

Elements

Model

Select the LCD model [default: 12232; legal: 12232, 12832, 1602]Optional. Type enum. choice: '12232', '12832', '1602'. upstream_default: '12232'.

Device

Select the output device to use [default: /dev/lcd]Optional. Type uniline. default: '/dev/ttyUSB0'.

Size

Select the LCD size [default: depending on model: 12232: 20x4, 12832: 21x4, 1602: 16x2]Optional. Type uniline. upstream_default: 'dependingonmodel'.

Speed

Set the communication speed [default: 19200; legal: 9600, 19200]Optional. Type enum. choice: '9600', '19200'. upstream_default: '19200'.

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'.

Keypad

If you have a keypad connected. Keypad layout is currently not configureable from the config file.Optional. Type uniline. default: 'yes'.

keypad_test_mode

If you have a non-standard keypad you can associate any keystrings to keys. There are 6 input keys in the CwLnx hardware that generate characters from 'A' to 'F'.

The following is the built-in default mapping hardcoded in the driver. You can leave those unchanged if you have a standard keypad. You can change it if you want to report other keystrings or have a non standard keypad. KeyMap_A=Up KeyMap_B=Down KeyMap_C=Left KeyMap_D=Right KeyMap_E=Enter KeyMap_F=Escape keypad_test_mode permits to test keypad assignement Default value is no. Optional. Type uniline. default: 'yes'.

SEE ALSO