diff options
author | herp <> | 2000-05-03 17:14:51 +0000 |
---|---|---|
committer | herp <> | 2000-05-03 17:14:51 +0000 |
commit | a22830eeaa29706909f55116c5634849a7c2b309 (patch) | |
tree | efb7d5a1bd97fecaeb33f135a24bb1e15ce9a500 | |
parent | e4499a2f1f9d5f7fe0233fc7a868a6ed8323daa4 (diff) | |
download | lcd4linux-a22830eeaa29706909f55116c5634849a7c2b309.tar.gz |
[lcd4linux @ 2000-05-03 17:14:51 by herp]
Diffstat (limited to '')
-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; |