Files
lcdproc/server/drivers
mmdolze dfebe6206d Connect the debug driver to the build system. It has always lived only in
CVS and was not to be compiled by 'make'. However, it may serve as a template
for new drivers. Therefore add it to Makefile.am to have it in the
distribution. Note that it will only get compiled if explicitly given to
configure or if '--enable-debug' is used with '--drivers=all'.
2010-12-27 10:39:35 +00:00
..
2010-02-13 16:43:15 +00:00
2010-02-13 16:43:15 +00:00
2010-02-13 16:43:15 +00:00
2006-10-31 16:19:44 +00:00
2007-04-04 13:52:38 +00:00
2007-04-04 13:52:38 +00:00
2007-04-04 13:52:38 +00:00
2007-04-04 13:52:38 +00:00
2007-04-04 13:52:38 +00:00
2008-11-30 22:34:31 +00:00
2010-02-02 23:20:29 +00:00
2007-11-15 19:33:45 +00:00
2007-11-15 19:33:45 +00:00
2007-11-15 19:33:45 +00:00
2006-09-30 18:18:22 +00:00
2010-02-02 23:20:29 +00:00
2010-02-02 23:20:29 +00:00
2010-02-02 23:20:29 +00:00
2006-04-08 20:35:51 +00:00
2010-02-13 16:43:15 +00:00
2008-12-21 18:50:39 +00:00
2006-09-30 18:18:22 +00:00
2001-12-30 00:15:25 +00:00
2010-02-02 23:20:29 +00:00
2006-04-13 21:22:33 +00:00
2002-02-22 00:21:05 +00:00
2010-12-09 21:25:42 +00:00
2010-12-09 21:25:42 +00:00
2010-12-09 21:25:42 +00:00
2010-12-09 21:25:42 +00:00
2010-12-09 21:25:42 +00:00
2010-12-09 21:25:42 +00:00
2010-02-02 23:20:29 +00:00
2010-11-25 07:11:41 +00:00
2002-02-11 15:22:34 +00:00
2005-01-29 18:49:29 +00:00
2010-02-02 23:20:29 +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.