Files
lcdproc/server/drivers
mmdolze 77bf952dd2 Change icon handling and charmaps:
* The full block icon now has index 0 and the heart has index 7. This makes
  the full block work if vBar custom chars are loaded (which use index 1-7).
* Prevent (hbar, vbar, bignum) modes from overwriting custom chars (except
  full block).
* Prevent the heartbeat from overwriting custom chars in vbar and bignum mode.
* Make the driver point to 0x1A and 0x1B characters for right/left arrow
  characters (those are the codes from HD44780 A02) and make all charmaps
  pointing to the correct characters.
* It is now possible to map the tilde character.
* Update other drivers that use hd44780-charmap.h (IOWarrior and ula200).
* Replace characters using charmaps on input instead of output!
* Remove some unnecessary comments.
2011-11-15 21:40:23 +00:00
..
2011-03-28 18:17:58 +00:00
2011-02-27 15:38:57 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2007-04-04 13:52:38 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2007-04-04 13:52:38 +00:00
2011-03-28 18:17:58 +00:00
2007-04-04 13:52:38 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2007-04-04 13:52:38 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2007-04-04 13:52:38 +00:00
2011-11-15 21:40:23 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2011-11-15 19:28:22 +00:00
2011-11-15 21:40:23 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2006-04-08 20:35:51 +00:00
2011-11-15 21:40:23 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2006-09-30 18:18:22 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2011-11-15 19:28:22 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2011-01-25 19:25:53 +00:00
2011-03-28 18:17:58 +00:00
2011-02-13 17:50:29 +00:00
2001-12-30 00:15:25 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2010-12-09 21:25:42 +00:00
2010-12-09 21:25:42 +00:00
2011-03-28 18:17:58 +00:00
2010-12-09 21:25:42 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2011-10-23 11:40:08 +00:00
2011-10-23 11:40:08 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2011-11-15 21:40:23 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00

UNDERSTANDING LCDPROC DRIVERS

LCDproc drivers are compiled as modules that will be loaded by the
LCDd daemon's core on request.

To understand how to write a driver see docs/API-0.5.txt or the
section about the driver API in the Developer's Guide.