====== LCD-Linux ====== This driver supports the HD44780 kernel driver [[http://lcd-linux.sourceforge.net|LCD-Linux]]. Note that this project is called //LCD-Linux//, not //LCD4Linux//. Nevertheless there's a LCD4Linux-driver for LCD-Linux :-) For instructions about compiling, configuring and installing LCD-Linux see their [[http://lcd-linux.sourceforge.net|project page]]. ---- ===== Display Section ===== Display { Driver 'LCD-Linux' Size UseBusy <0|1> asc255bug <0|1> Icons } ---- ===== Parameters ===== |**Driver**|'LCD-Linux'| |**Size**|x e.g. "16x2"; overwrites the size specified when loading the kernel module| |**UseBusy**|0 (don't use Busy-Flag checking, default) or 1 (use Busy-Flag checking)| |**asc255bug**|set to 1 if you don't get solid blocks in bars, but an inverted P (the //Portishead syndrome// :-)| |**Icons**|Number of user-defined chars reserved for Icons (default: 0)| ---- ===== Example ===== Display LCD-Linux { Driver 'LCD-Linux' Size '20x2' UseBusy 0 asc255bug 0 Icons 1 } ----