diff options
author | reinelt <> | 2002-08-19 07:36:29 +0000 |
---|---|---|
committer | reinelt <> | 2002-08-19 07:36:29 +0000 |
commit | d8134396763fbf4ace33e6adfc98ebcb9ce3d49f (patch) | |
tree | 0dfe7bde0b7acf69adcbcae058b2939774b21f60 /BeckmannEgle.c | |
parent | 14f4600010f07dfd1e6b91e1038c468b40c8f748 (diff) | |
download | lcd4linux-d8134396763fbf4ace33e6adfc98ebcb9ce3d49f.tar.gz |
[lcd4linux @ 2002-08-19 07:36:29 by reinelt]
finished bar.c, USBLCD is the first driver that uses the generic bar functions
Diffstat (limited to 'BeckmannEgle.c')
-rw-r--r-- | BeckmannEgle.c | 21 |
1 files changed, 5 insertions, 16 deletions
diff --git a/BeckmannEgle.c b/BeckmannEgle.c index 2607397..0e744ce 100644 --- a/BeckmannEgle.c +++ b/BeckmannEgle.c @@ -1,4 +1,4 @@ -/* $Id: BeckmannEgle.c,v 1.7 2002/08/19 04:41:20 reinelt Exp $ +/* $Id: BeckmannEgle.c,v 1.8 2002/08/19 07:36:29 reinelt Exp $ * * driver for Beckmann+Egle mini terminals * @@ -20,6 +20,10 @@ * * * $Log: BeckmannEgle.c,v $ + * Revision 1.8 2002/08/19 07:36:29 reinelt + * + * finished bar.c, USBLCD is the first driver that uses the generic bar functions + * * Revision 1.7 2002/08/19 04:41:20 reinelt * introduced bar.c, moved bar stuff from display.h to bar.h * @@ -88,21 +92,6 @@ typedef struct { int type; } MODEL; -typedef struct { - int len1; - int len2; - int type; - int segment; -} BAR; - -typedef struct { - int len1; - int len2; - int type; - int used; - int ascii; -} SEGMENT; - static LCD Lcd; static char *Port=NULL; static int Device=-1; |