aboutsummaryrefslogtreecommitdiffstats
path: root/drv_MatrixOrbital.c
diff options
context:
space:
mode:
authorreinelt <>2004-02-14 11:56:17 +0000
committerreinelt <>2004-02-14 11:56:17 +0000
commitec5b32b30499f5bdb44eeb3abc343dd4c9c2e507 (patch)
treea06f315366c4efeb59913dd0eb9cdd3fb929a7f7 /drv_MatrixOrbital.c
parenta974ffca9dd032244eb7fa3505ad0204cbafec99 (diff)
downloadlcd4linux-ec5b32b30499f5bdb44eeb3abc343dd4c9c2e507.tar.gz
[lcd4linux @ 2004-02-14 11:56:11 by reinelt]
M50530 driver ported changed lots of 'char' to 'unsigned char'
Diffstat (limited to 'drv_MatrixOrbital.c')
-rw-r--r--drv_MatrixOrbital.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/drv_MatrixOrbital.c b/drv_MatrixOrbital.c
index 1eb059d..29e2fd2 100644
--- a/drv_MatrixOrbital.c
+++ b/drv_MatrixOrbital.c
@@ -1,4 +1,4 @@
-/* $Id: drv_MatrixOrbital.c,v 1.19 2004/01/29 04:40:02 reinelt Exp $
+/* $Id: drv_MatrixOrbital.c,v 1.20 2004/02/14 11:56:17 reinelt Exp $
*
* new style driver for Matrix Orbital serial display modules
*
@@ -23,6 +23,10 @@
*
*
* $Log: drv_MatrixOrbital.c,v $
+ * Revision 1.20 2004/02/14 11:56:17 reinelt
+ * M50530 driver ported
+ * changed lots of 'char' to 'unsigned char'
+ *
* Revision 1.19 2004/01/29 04:40:02 reinelt
* every .c file includes "config.h" now
*
@@ -192,7 +196,7 @@ static void drv_MO_goto (int row, int col)
}
-static void drv_MO_defchar (int ascii, char *buffer)
+static void drv_MO_defchar (int ascii, unsigned char *buffer)
{
char cmd[3]="\376N";