From 246b8539fe86f8e6636e18b65b70da3169dfabd6 Mon Sep 17 00:00:00 2001 From: reinelt Date: Wed, 2 Jun 2004 09:41:19 +0000 Subject: [lcd4linux @ 2004-06-02 09:41:19 by reinelt] prepared support for startup splash screen git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@461 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- drv_MilfordInstruments.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'drv_MilfordInstruments.c') diff --git a/drv_MilfordInstruments.c b/drv_MilfordInstruments.c index d68f3eb..32b29ab 100644 --- a/drv_MilfordInstruments.c +++ b/drv_MilfordInstruments.c @@ -1,4 +1,4 @@ -/* $Id: drv_MilfordInstruments.c,v 1.5 2004/05/31 05:38:02 reinelt Exp $ +/* $Id: drv_MilfordInstruments.c,v 1.6 2004/06/02 09:41:19 reinelt Exp $ * * driver for Milford Instruments 'BPK' piggy-back serial interface board * for standard Hitachi 44780 compatible lcd modules. @@ -27,6 +27,10 @@ * * * $Log: drv_MilfordInstruments.c,v $ + * Revision 1.6 2004/06/02 09:41:19 reinelt + * + * prepared support for startup splash screen + * * Revision 1.5 2004/05/31 05:38:02 reinelt * * fixed possible bugs with user-defined chars (clear high bits) @@ -196,7 +200,7 @@ int drv_MI_list (void) // initialize driver & display -int drv_MI_init (char *section) +int drv_MI_init (char *section, int quiet) { WIDGET_CLASS wc; int ret; -- cgit v1.2.3