From 97f92ab56802c16175dc7934a71ce29c9cb271f2 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Wed, 14 Feb 2001 07:40:16 +0000 Subject: [lcd4linux @ 2001-02-14 07:40:16 by reinelt] first (incomplete) GPO implementation --- display.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'display.h') diff --git a/display.h b/display.h index c4c74d6..bf9915f 100644 --- a/display.h +++ b/display.h @@ -1,4 +1,4 @@ -/* $Id: display.h,v 1.12 2001/02/13 09:00:13 reinelt Exp $ +/* $Id: display.h,v 1.13 2001/02/14 07:40:16 reinelt Exp $ * * framework for device drivers * @@ -20,6 +20,10 @@ * * * $Log: display.h,v $ + * Revision 1.13 2001/02/14 07:40:16 reinelt + * + * first (incomplete) GPO implementation + * * Revision 1.12 2001/02/13 09:00:13 reinelt * * prepared framework for GPO's (general purpose outputs) @@ -113,7 +117,7 @@ typedef struct { int lcd_list (void); int lcd_init (char *driver); -int lcd_query (int *rows, int *cols, int *xres, int *yres, int *bars); +int lcd_query (int *rows, int *cols, int *xres, int *yres, int *bars, int *gpos); int lcd_clear (void); int lcd_put (int row, int col, char *text); int lcd_bar (int type, int row, int col, int max, int len1, int len2); -- cgit v1.2.3