aboutsummaryrefslogtreecommitdiffstats
path: root/USBLCD.c
diff options
context:
space:
mode:
authorreinelt <>2003-09-11 04:09:53 +0000
committerreinelt <>2003-09-11 04:09:53 +0000
commit9ca2c5a005bc4f309b93d36880c543787e823eab (patch)
treed17d4de75c046c1d10f0e19e33c0dc35449ee79c /USBLCD.c
parent0459e86692f8d1f8df67ef67431f122f4db298b6 (diff)
downloadlcd4linux-9ca2c5a005bc4f309b93d36880c543787e823eab.tar.gz
[lcd4linux @ 2003-09-11 04:09:52 by reinelt]
minor cleanups
Diffstat (limited to 'USBLCD.c')
-rw-r--r--USBLCD.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/USBLCD.c b/USBLCD.c
index 55917c4..47c43b0 100644
--- a/USBLCD.c
+++ b/USBLCD.c
@@ -1,4 +1,4 @@
-/* $Id: USBLCD.c,v 1.16 2003/09/10 03:48:23 reinelt Exp $
+/* $Id: USBLCD.c,v 1.17 2003/09/11 04:09:53 reinelt Exp $
*
* Driver for USBLCD ( see http://www.usblcd.de )
* This Driver is based on HD44780.c
@@ -22,6 +22,9 @@
*
*
* $Log: USBLCD.c,v $
+ * Revision 1.17 2003/09/11 04:09:53 reinelt
+ * minor cleanups
+ *
* Revision 1.16 2003/09/10 03:48:23 reinelt
* Icons for M50530, new processing scheme (Ticks.Text...)
*
@@ -286,7 +289,7 @@ int USBLCD_init (LCD *Self)
if (cfg_number("Icons", 0, 0, CHARS, &Icons)<0) return -1;
if (Icons>0) {
- info ("reserving %d of %d user-defined characters for icons", Icons, CHARS);
+ debug ("reserving %d of %d user-defined characters for icons", Icons, CHARS);
icon_init(Lcd.rows, Lcd.cols, XRES, YRES, CHARS, Icons, USBLCD_define_char);
Self->icons=Icons;
Lcd.icons=Icons;