From 302e18d470987cee5ff6956107a5bc5fb0d582f8 Mon Sep 17 00:00:00 2001 From: reinelt Date: Sat, 5 Jun 2004 06:41:40 +0000 Subject: [lcd4linux @ 2004-06-05 06:41:39 by reinelt] chancged splash screen again git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@464 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- drv_USBLCD.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'drv_USBLCD.c') diff --git a/drv_USBLCD.c b/drv_USBLCD.c index eb8d9bd..28d7d00 100644 --- a/drv_USBLCD.c +++ b/drv_USBLCD.c @@ -1,4 +1,4 @@ -/* $Id: drv_USBLCD.c,v 1.7 2004/06/05 06:13:12 reinelt Exp $ +/* $Id: drv_USBLCD.c,v 1.8 2004/06/05 06:41:40 reinelt Exp $ * * new style driver for USBLCD displays * @@ -26,6 +26,10 @@ * * * $Log: drv_USBLCD.c,v $ + * Revision 1.8 2004/06/05 06:41:40 reinelt + * + * chancged splash screen again + * * Revision 1.7 2004/06/05 06:13:12 reinelt * * splash screen for all text-based display drivers @@ -272,7 +276,7 @@ static int drv_UL_start (char *section, int quiet) if (!quiet) { char buffer[40]; qprintf(buffer, sizeof(buffer), "%s %dx%d", Name, DCOLS, DROWS); - if (drv_generic_text_greet (buffer)) { + if (drv_generic_text_greet (buffer, "http://www.usblcd.de")) { sleep (3); drv_UL_clear(); drv_UL_send(); @@ -395,7 +399,7 @@ int drv_UL_quit (void) drv_UL_clear(); // say goodbye... - drv_generic_text_greet ("goodbye!"); + drv_generic_text_greet ("goodbye!", NULL); // flush buffer drv_UL_send(); -- cgit v1.2.3