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

NAME

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

VERSION

version 2.041

DESCRIPTION

Configuration classes used by Config::Model

LCDd.conf -- configuration file for the LCDproc server daemon LCDd

This file contains the configuration for the LCDd server.

The format is ini-file-like. It is divided into sections that start at markers that look like [section]. Comments are all line-based comments, and are lines that start with '#' or ';'.

The server has a 'central' section named [server]. For the menu there is a section called [menu]. Further each driver has a section which defines how the driver acts.

The drivers are activated by specifying them in a driver= line in the server section, like:

  Driver=curses

This tells LCDd to use the curses driver. The first driver that is loaded and is capable of output defines the size of the display. The default driver to use is curses. If the driver is specified using the -d <driver> command line option, the Driver= options in the config file are ignored.

The drivers read their own options from the respective sections.

Model information extracted from template /etc/LCDd.conf

BUGS

This model does not support to load several drivers. Loading several drivers is probably a marginal case. Please complain to the author if this assumption is false

Elements

server

Optional. Type node of class LCDd::server .

CFontz

Optional. Type warped_node of class LCDd::CFontz .

CFontzPacket

Optional. Type warped_node of class LCDd::CFontzPacket .

CwLnx

Optional. Type warped_node of class LCDd::CwLnx .

EyeboxOne

Optional. Type warped_node of class LCDd::EyeboxOne .

IOWarrior

Optional. Type warped_node of class LCDd::IOWarrior .

IrMan

Optional. Type warped_node of class LCDd::IrMan .

MD8800

Optional. Type warped_node of class LCDd::MD8800 .

MtxOrb

Optional. Type warped_node of class LCDd::MtxOrb .

NoritakeVFD

Optional. Type warped_node of class LCDd::NoritakeVFD .

SureElec

Optional. Type warped_node of class LCDd::SureElec .

bayrad

Optional. Type warped_node of class LCDd::bayrad .

curses

Optional. Type warped_node of class LCDd::curses .

ea65

Optional. Type warped_node of class LCDd::ea65 .

g15

Optional. Type warped_node of class LCDd::g15 .

glcd

Optional. Type warped_node of class LCDd::glcd .

glcdlib

Optional. Type warped_node of class LCDd::glcdlib .

glk

Optional. Type warped_node of class LCDd::glk .

hd44780

Optional. Type warped_node of class LCDd::hd44780 .

icp_a106

Optional. Type warped_node of class LCDd::icp_a106 .

imon

Optional. Type warped_node of class LCDd::imon .

imonlcd

Optional. Type warped_node of class LCDd::imonlcd .

irtrans

Optional. Type warped_node of class LCDd::irtrans .

joy

Optional. Type warped_node of class LCDd::joy .

lb216

Optional. Type warped_node of class LCDd::lb216 .

lcdm001

Optional. Type warped_node of class LCDd::lcdm001 .

lcterm

Optional. Type warped_node of class LCDd::lcterm .

lirc

Optional. Type warped_node of class LCDd::lirc .

lis

Optional. Type warped_node of class LCDd::lis .

mdm166a

Optional. Type warped_node of class LCDd::mdm166a .

Optional. Type node of class LCDd::menu .

ms6931

Optional. Type warped_node of class LCDd::ms6931 .

mtc_s16209x

Optional. Type warped_node of class LCDd::mtc_s16209x .

mx5000

Optional. Type warped_node of class LCDd::mx5000 .

picolcd

Optional. Type warped_node of class LCDd::picolcd .

pyramid

Optional. Type warped_node of class LCDd::pyramid .

sdeclcd

Optional. Type warped_node of class LCDd::sdeclcd .

sed1330

Optional. Type warped_node of class LCDd::sed1330 .

sed1520

Optional. Type warped_node of class LCDd::sed1520 .

serialPOS

Optional. Type warped_node of class LCDd::serialPOS .

serialVFD

Optional. Type warped_node of class LCDd::serialVFD .

shuttleVFD

Optional. Type warped_node of class LCDd::shuttleVFD .

sli

Optional. Type warped_node of class LCDd::sli .

stv5730

Optional. Type warped_node of class LCDd::stv5730 .

svga

Optional. Type warped_node of class LCDd::svga .

t6963

Optional. Type warped_node of class LCDd::t6963 .

text

Optional. Type warped_node of class LCDd::text .

tyan

Optional. Type warped_node of class LCDd::tyan .

ula200

Optional. Type warped_node of class LCDd::ula200 .

vlsys_m428

Optional. Type warped_node of class LCDd::vlsys_m428 .

xosd

Optional. Type warped_node of class LCDd::xosd .

SEE ALSO

COPYRIGHT

2011-2013, Dominique Dumont
1999-2013, William Ferrell and others

LICENSE

GPL-2