diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2004-05-25 14:26:29 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2004-05-25 14:26:29 +0000 |
commit | bdf3e629a1d65b4a451b335674048962b5cfec2c (patch) | |
tree | b5c9c44407101b4a881a78cf5a163b3b554b38d4 /drv_Crystalfontz.c | |
parent | 7a9143eb1bb07879b7cb77559bb96f1dcfbdb03d (diff) | |
download | lcd4linux-bdf3e629a1d65b4a451b335674048962b5cfec2c.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
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@430 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
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) { |