aboutsummaryrefslogtreecommitdiffstats
path: root/MatrixOrbital.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2003-09-11 04:09:53 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2003-09-11 04:09:53 +0000
commit42eb8ba4829ed60addd82f178e3cc1459634e541 (patch)
treed17d4de75c046c1d10f0e19e33c0dc35449ee79c /MatrixOrbital.c
parent35b12c1caeb9e9e3f326511c429f69eaf864ac32 (diff)
downloadlcd4linux-42eb8ba4829ed60addd82f178e3cc1459634e541.tar.gz
[lcd4linux @ 2003-09-11 04:09:52 by reinelt]
minor cleanups git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@240 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'MatrixOrbital.c')
-rw-r--r--MatrixOrbital.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/MatrixOrbital.c b/MatrixOrbital.c
index bf0c48f..ac947eb 100644
--- a/MatrixOrbital.c
+++ b/MatrixOrbital.c
@@ -1,4 +1,4 @@
-/* $Id: MatrixOrbital.c,v 1.39 2003/09/10 03:48:23 reinelt Exp $
+/* $Id: MatrixOrbital.c,v 1.40 2003/09/11 04:09:53 reinelt Exp $
*
* driver for Matrix Orbital serial display modules
*
@@ -20,6 +20,9 @@
*
*
* $Log: MatrixOrbital.c,v $
+ * Revision 1.40 2003/09/11 04:09:53 reinelt
+ * minor cleanups
+ *
* Revision 1.39 2003/09/10 03:48:23 reinelt
* Icons for M50530, new processing scheme (Ticks.Text...)
*
@@ -376,7 +379,7 @@ static int MO_init (LCD *Self, int protocol)
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, MO_define_char);
Self->icons=Icons;
Lcd.icons=Icons;