Files
lcdproc/server/drivers
mmdolze 37563b5fd7 glcd driver: Add direct support for framebuffer with paged memory layout.
'struct glcd_framebuf' now contains a layout type which can either be
FB_TYPE_LINEAR (this is the default) or FB_TYPE_VPAGED. This actually affects
the drawing function and the frame-buffer memory calculation. A new 'size'
field is added to store the pre-calculated length.

Adopt existing driver to make use of the new feature (currently only glcd2usb
driver).
2013-01-17 21:44:30 +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
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
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
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.