aboutsummaryrefslogtreecommitdiffstats
path: root/PalmPilot.c
diff options
context:
space:
mode:
authorltoetsch <>2001-03-16 16:40:17 +0000
committerltoetsch <>2001-03-16 16:40:17 +0000
commitd028f79336840a076542ccd17bdbca2e2f25357e (patch)
tree169f4a2f4abeba86179b873110769a0100e339ce /PalmPilot.c
parentb0650f9131a98a02ca65ab15a7f41e99b6822e90 (diff)
downloadlcd4linux-d028f79336840a076542ccd17bdbca2e2f25357e.tar.gz
[lcd4linux @ 2001-03-16 16:40:17 by ltoetsch]
implemented time bar
Diffstat (limited to 'PalmPilot.c')
-rw-r--r--PalmPilot.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/PalmPilot.c b/PalmPilot.c
index 44d7b86..139d99c 100644
--- a/PalmPilot.c
+++ b/PalmPilot.c
@@ -1,4 +1,4 @@
-/* $Id: PalmPilot.c,v 1.4 2001/02/13 09:00:13 reinelt Exp $
+/* $Id: PalmPilot.c,v 1.5 2001/03/16 16:40:17 ltoetsch Exp $
*
* driver for 3Com Palm Pilot
*
@@ -20,6 +20,9 @@
*
*
* $Log: PalmPilot.c,v $
+ * Revision 1.5 2001/03/16 16:40:17 ltoetsch
+ * implemented time bar
+ *
* Revision 1.4 2001/02/13 09:00:13 reinelt
*
* prepared framework for GPO's (general purpose outputs)
@@ -66,7 +69,7 @@
#include "display.h"
#include "pixmap.h"
-#define BARS ( BAR_L | BAR_R | BAR_U | BAR_D | BAR_H2 | BAR_V2 )
+#define BARS ( BAR_L | BAR_R | BAR_U | BAR_D | BAR_H2 | BAR_V2 | BAR_T)
static LCD Lcd;
static char *Port=NULL;