From 9ca2c5a005bc4f309b93d36880c543787e823eab Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Thu, 11 Sep 2003 04:09:53 +0000 Subject: [lcd4linux @ 2003-09-11 04:09:52 by reinelt] minor cleanups --- HD44780.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'HD44780.c') diff --git a/HD44780.c b/HD44780.c index 1db6df2..b59aff4 100644 --- a/HD44780.c +++ b/HD44780.c @@ -1,4 +1,4 @@ -/* $Id: HD44780.c,v 1.39 2003/09/10 03:48:22 reinelt Exp $ +/* $Id: HD44780.c,v 1.40 2003/09/11 04:09:52 reinelt Exp $ * * driver for display modules based on the HD44780 chip * @@ -27,6 +27,9 @@ * * * $Log: HD44780.c,v $ + * Revision 1.40 2003/09/11 04:09:52 reinelt + * minor cleanups + * * Revision 1.39 2003/09/10 03:48:22 reinelt * Icons for M50530, new processing scheme (Ticks.Text...) * @@ -504,7 +507,7 @@ int HD_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, HD_define_char); Self->icons=Icons; Lcd.icons=Icons; -- cgit v1.2.3