aboutsummaryrefslogtreecommitdiffstats
path: root/display.h
diff options
context:
space:
mode:
authorltoetsch <>2001-03-16 16:40:17 +0000
committerltoetsch <>2001-03-16 16:40:17 +0000
commitd028f79336840a076542ccd17bdbca2e2f25357e (patch)
tree169f4a2f4abeba86179b873110769a0100e339ce /display.h
parentb0650f9131a98a02ca65ab15a7f41e99b6822e90 (diff)
downloadlcd4linux-d028f79336840a076542ccd17bdbca2e2f25357e.tar.gz
[lcd4linux @ 2001-03-16 16:40:17 by ltoetsch]
implemented time bar
Diffstat (limited to 'display.h')
-rw-r--r--display.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/display.h b/display.h
index bf9915f..3afc736 100644
--- a/display.h
+++ b/display.h
@@ -1,4 +1,4 @@
-/* $Id: display.h,v 1.13 2001/02/14 07:40:16 reinelt Exp $
+/* $Id: display.h,v 1.14 2001/03/16 16:40:17 ltoetsch Exp $
*
* framework for device drivers
*
@@ -20,6 +20,9 @@
*
*
* $Log: display.h,v $
+ * Revision 1.14 2001/03/16 16:40:17 ltoetsch
+ * implemented time bar
+ *
* Revision 1.13 2001/02/14 07:40:16 reinelt
*
* first (incomplete) GPO implementation
@@ -88,9 +91,10 @@
#define BAR_H2 (1<<4)
#define BAR_V2 (1<<5)
#define BAR_LOG (1<<6)
+#define BAR_T (1<<7)
#define BAR_H (BAR_L | BAR_R)
-#define BAR_V (BAR_U | BAR_D)
+#define BAR_V (BAR_U | BAR_D | BAR_T)
#define BAR_HV (BAR_H | BAR_V)
typedef struct LCD {