Files
lcdproc/server/drivers
mmdolze eac9d590a8 glcd driver updates:
1. Remove connection type header files and put prototypes locally and in
   glcd-drivers.h. Don't fall into the pitfall of too many header files again.
2. Create a separate frame buffer structure (this allows easier re-use of
   the frame buffer functions).
3. Add a function to retrieve pixel values from framebuffer.
4. Add the 'serdisplib' connection type.
5. Support display width that are not a multiple of 8 (e.g. 122x32).
2011-11-22 23:14:45 +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-11-22 23:14:45 +00:00
2011-11-22 23:14:45 +00:00
2011-11-22 23:14:45 +00:00
2011-11-22 23:14:45 +00:00
2011-11-22 23:14:45 +00:00
2011-11-22 23:14:45 +00:00
2011-11-22 23:14:45 +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-11-22 23:14:45 +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.