From 8711fdf2faf170315b4de2687354aabf315ee602 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Tue, 13 Feb 2001 12:43:24 +0000 Subject: [lcd4linux @ 2001-02-13 12:43:24 by reinelt] HD_gpo() was missing --- HD44780.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'HD44780.c') diff --git a/HD44780.c b/HD44780.c index 2d0d687..e23865e 100644 --- a/HD44780.c +++ b/HD44780.c @@ -1,4 +1,4 @@ -/* $Id: HD44780.c,v 1.10 2001/02/13 09:00:13 reinelt Exp $ +/* $Id: HD44780.c,v 1.11 2001/02/13 12:43:24 reinelt Exp $ * * driver for display modules based on the HD44780 chip * @@ -20,6 +20,10 @@ * * * $Log: HD44780.c,v $ + * Revision 1.11 2001/02/13 12:43:24 reinelt + * + * HD_gpo() was missing + * * Revision 1.10 2001/02/13 09:00:13 reinelt * * prepared framework for GPO's (general purpose outputs) @@ -498,6 +502,11 @@ int HD_bar (int type, int row, int col, int max, int len1, int len2) return 0; } +int HD_gpo (int num, int val) +{ + return 0; +} + int HD_flush (void) { char buffer[256]; -- cgit v1.2.3