aboutsummaryrefslogtreecommitdiffstats
path: root/drv_USBLCD.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_USBLCD.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_USBLCD.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/drv_USBLCD.c b/drv_USBLCD.c
index 17c2cd2..a185e13 100644
--- a/drv_USBLCD.c
+++ b/drv_USBLCD.c
@@ -1,4 +1,4 @@
-/* $Id: drv_USBLCD.c,v 1.5 2004/05/31 05:38:02 reinelt Exp $
+/* $Id: drv_USBLCD.c,v 1.6 2004/06/02 09:41:19 reinelt Exp $
*
* new style driver for USBLCD displays
*
@@ -26,6 +26,10 @@
*
*
* $Log: drv_USBLCD.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)
@@ -289,7 +293,7 @@ int drv_UL_list (void)
// initialize driver & display
-int drv_UL_init (char *section)
+int drv_UL_init (char *section, int quiet)
{
WIDGET_CLASS wc;
int asc255bug;