diff options
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; |