aboutsummaryrefslogtreecommitdiffstats
path: root/display.h
diff options
context:
space:
mode:
authorltoetsch <ltoetsch@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2001-03-16 16:40:17 +0000
committerltoetsch <ltoetsch@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2001-03-16 16:40:17 +0000
commit3d24b9bd4612dd293bde38976798288ecb4e1722 (patch)
tree169f4a2f4abeba86179b873110769a0100e339ce /display.h
parent8cb47a24a9ab1b5bbf81819d4567be4308db2b54 (diff)
downloadlcd4linux-3d24b9bd4612dd293bde38976798288ecb4e1722.tar.gz
[lcd4linux @ 2001-03-16 16:40:17 by ltoetsch]
implemented time bar git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@127 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-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 {