aboutsummaryrefslogtreecommitdiffstats
path: root/drv_MilfordInstruments.c
diff options
context:
space:
mode:
authorreinelt <>2004-06-02 09:41:19 +0000
committerreinelt <>2004-06-02 09:41:19 +0000
commitbd38ae11ad3a2e784d134014fd37b1d48c3d3579 (patch)
treefac33297acc1a4d6d49c686f0cac8f2139face8e /drv_MilfordInstruments.c
parentb718f02e5410321865b8e051ca3f33986e218c43 (diff)
downloadlcd4linux-bd38ae11ad3a2e784d134014fd37b1d48c3d3579.tar.gz
[lcd4linux @ 2004-06-02 09:41:19 by reinelt]
prepared support for startup splash screen
Diffstat (limited to '')
-rw-r--r--drv_MilfordInstruments.c8
1 files changed, 6 insertions, 2 deletions
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;