diff options
author | herp <herp@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2000-05-03 17:14:51 +0000 |
---|---|---|
committer | herp <herp@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2000-05-03 17:14:51 +0000 |
commit | 4b2b6ee2f0eed08a6e9117d343360e778734f26e (patch) | |
tree | efb7d5a1bd97fecaeb33f135a24bb1e15ce9a500 | |
parent | 1df2f43206a2cb86e2792d8315b5e14f269ed83f (diff) | |
download | lcd4linux-4b2b6ee2f0eed08a6e9117d343360e778734f26e.tar.gz |
[lcd4linux @ 2000-05-03 17:14:51 by herp]
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@56 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
-rw-r--r-- | Crystalfontz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Crystalfontz.c b/Crystalfontz.c index 377382b..0f778f0 100644 --- a/Crystalfontz.c +++ b/Crystalfontz.c @@ -35,7 +35,7 @@ #define XRES 6 #define YRES 8 -#define BARS ( BAR_L | BAR_R ) +#define BARS ( BAR_L | BAR_R | BAR_H2 ) static LCD Lcd; static char *Port=NULL; |