From 3d24b9bd4612dd293bde38976798288ecb4e1722 Mon Sep 17 00:00:00 2001 From: ltoetsch Date: Fri, 16 Mar 2001 16:40:17 +0000 Subject: [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 --- PalmPilot.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'PalmPilot.c') 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; -- cgit v1.2.3