Config::Model::models::LCDd::imonlcd(3pm) | User Contributed Perl Documentation | Config::Model::models::LCDd::imonlcd(3pm) |
Config::Model::models::LCDd::imonlcd - Configuration class LCDd::imonlcd
Configuration classes used by Config::Model
generated from LCDd.conf
Set the backlight state Optional. Type boolean.
Select the displays contrast Optional. Type integer.
Select the output device to use Optional. Type uniline.
Note: Device is computed with '"my $l = '/dev/lcd-imon'; -e $l ? $l : '/dev/lcd0';"' and with:
Set the disc mode 0 => spin the "slim" disc - two disc segments, 1 => their complement spinning; Optional. Type enum. choice: '0', '1'.
Set the exit behavior 0 means leave shutdown message, 1 means show the big clock, 2 means blank device. Optional. Type integer.
Specify which iMon protocol should be used
Choose 0 for 15c2:ffdc device, Choose 1 for 15c2:0038 device. Optional. Type enum. choice: '0', '1'.
Note: Protocol is computed with '" `lsusb -d 15c2:` =~ /:0038/ ;"' and with:
Specify the size of the display in pixels Optional. Type uniline.
2023-10-13 | perl v5.36.0 |