diff options
author | reinelt <> | 2004-05-25 14:26:29 +0000 |
---|---|---|
committer | reinelt <> | 2004-05-25 14:26:29 +0000 |
commit | 93a597f22984732e1ac8e35c16dd21aa427de388 (patch) | |
tree | b5c9c44407101b4a881a78cf5a163b3b554b38d4 /drv_Crystalfontz.c | |
parent | 3064dd7dc8e54a153f510ca754551a6704669e74 (diff) | |
download | lcd4linux-93a597f22984732e1ac8e35c16dd21aa427de388.tar.gz |
[lcd4linux @ 2004-05-25 14:26:28 by reinelt]
added "Image" driver (was: Raster.c) for PPM and PNG creation
fixed some glitches in the X11 driver
Diffstat (limited to 'drv_Crystalfontz.c')
-rw-r--r-- | drv_Crystalfontz.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/drv_Crystalfontz.c b/drv_Crystalfontz.c index 164141e..26b897c 100644 --- a/drv_Crystalfontz.c +++ b/drv_Crystalfontz.c @@ -1,4 +1,4 @@ -/* $Id: drv_Crystalfontz.c,v 1.14 2004/03/19 09:17:46 reinelt Exp $ +/* $Id: drv_Crystalfontz.c,v 1.15 2004/05/25 14:26:29 reinelt Exp $ * * new style driver for Crystalfontz display modules * @@ -23,6 +23,11 @@ * * * $Log: drv_Crystalfontz.c,v $ + * Revision 1.15 2004/05/25 14:26:29 reinelt + * + * added "Image" driver (was: Raster.c) for PPM and PNG creation + * fixed some glitches in the X11 driver + * * Revision 1.14 2004/03/19 09:17:46 reinelt * * removed the extra 'goto' function, row and col are additional parameters @@ -695,7 +700,7 @@ static int drv_CF_start (char *section) Protocol = Models[Model].protocol; // regularly process display answers - // Fixme: make 20msec configurable + // Fixme: make 100msec configurable timer_add (drv_CF_timer, NULL, 100, 0); switch (Protocol) { |