aboutsummaryrefslogtreecommitdiffstats
path: root/MatrixOrbital.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2002-08-19 07:36:29 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2002-08-19 07:36:29 +0000
commit3459cefb2dcd1736f50e8134fdc2518aa8edc402 (patch)
tree0dfe7bde0b7acf69adcbcae058b2939774b21f60 /MatrixOrbital.c
parentd72755a9609479f9b3463a96c3a71fd7084f2fb3 (diff)
downloadlcd4linux-3459cefb2dcd1736f50e8134fdc2518aa8edc402.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 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@159 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'MatrixOrbital.c')
-rw-r--r--MatrixOrbital.c21
1 files changed, 5 insertions, 16 deletions
diff --git a/MatrixOrbital.c b/MatrixOrbital.c
index 1b3f443..b9c9876 100644
--- a/MatrixOrbital.c
+++ b/MatrixOrbital.c
@@ -1,4 +1,4 @@
-/* $Id: MatrixOrbital.c,v 1.23 2002/08/19 04:41:20 reinelt Exp $
+/* $Id: MatrixOrbital.c,v 1.24 2002/08/19 07:36:29 reinelt Exp $
*
* driver for Matrix Orbital serial display modules
*
@@ -20,6 +20,10 @@
*
*
* $Log: MatrixOrbital.c,v $
+ * Revision 1.24 2002/08/19 07:36:29 reinelt
+ *
+ * finished bar.c, USBLCD is the first driver that uses the generic bar functions
+ *
* Revision 1.23 2002/08/19 04:41:20 reinelt
* introduced bar.c, moved bar stuff from display.h to bar.h
*
@@ -149,21 +153,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;
static char *Port=NULL;
static speed_t Speed;