Files
lcdproc/server/drivers
mmdolze 27bb3801b2 Add new connection type 'piplate' to the hd44780 driver (by J. Brogdon).
In the documentation replace the list of the connection types for hd44780
driver with the table also used in the configuration options description
(use only a single place to list and link everyting). While there, remove the
assembly code for lcdserializer.
2013-04-07 11:50:29 +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
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
2013-02-22 15:20:16 +00:00
2013-02-22 15:20:16 +00:00
2012-02-22 22:07: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
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-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-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-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
2013-03-24 13:56:59 +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.