From d8134396763fbf4ace33e6adfc98ebcb9ce3d49f Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Mon, 19 Aug 2002 07:36:29 +0000 Subject: [lcd4linux @ 2002-08-19 07:36:29 by reinelt] finished bar.c, USBLCD is the first driver that uses the generic bar functions --- M50530.c | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) (limited to 'M50530.c') diff --git a/M50530.c b/M50530.c index 1928cc3..b6cad32 100644 --- a/M50530.c +++ b/M50530.c @@ -1,4 +1,4 @@ -/* $Id: M50530.c,v 1.3 2002/08/19 04:41:20 reinelt Exp $ +/* $Id: M50530.c,v 1.4 2002/08/19 07:36:29 reinelt Exp $ * * driver for display modules based on the M50530 chip * @@ -20,6 +20,10 @@ * * * $Log: M50530.c,v $ + * Revision 1.4 2002/08/19 07:36:29 reinelt + * + * finished bar.c, USBLCD is the first driver that uses the generic bar functions + * * Revision 1.3 2002/08/19 04:41:20 reinelt * introduced bar.c, moved bar stuff from display.h to bar.h * @@ -72,21 +76,6 @@ #define CHARS 8 #define BARS ( BAR_L | BAR_R | BAR_U | BAR_D | BAR_H2 ) -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; -- cgit v1.2.3