Files
lcdproc/server/drivers
mmdolze 4d73e6660c Pyramid driver:
- Convert set_char to 8 byte bitmap.
- Reset ccmode on clear. Add a custom character cache to avoid unnecessary
  updates of custom characters because of the reset.
- Add support for bignum.
- Remove the FB_modified flag, it did never work. Instead add a backing store
  buffer to compare against. Remove the 40ms block of updates, this was a
  no-op as well. However, pause 40ms after sending a complete screen update.
  The display I have requires this to recognize the following cursor updates.
- Do not treat frame buffer as string. Always use memcpy, memcmp, and memset.
- Remove the changelog. This should be read from SCM.
- Remove contact info as T. Riewe has left Pyramid.
- Pass through indent, preserving 4 space indention.
2011-02-13 17:50:29 +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
2011-01-05 23:34:37 +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
2006-04-08 20:35:51 +00:00
2008-12-21 18:50:39 +00:00
2006-09-30 18:18:22 +00:00
2011-02-13 17:50:29 +00:00
2011-01-25 19:25:53 +00:00
2011-02-13 17:50:29 +00:00
2011-02-13 17:50:29 +00:00
2001-12-30 00:15:25 +00:00
2011-02-10 23:03:04 +00:00
2011-02-10 23:03:04 +00:00
2011-02-10 23:03:04 +00:00
2011-02-10 23:03:04 +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
2011-01-24 19:46:32 +00:00
2011-01-21 06:59:37 +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.