From ec5b32b30499f5bdb44eeb3abc343dd4c9c2e507 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Sat, 14 Feb 2004 11:56:17 +0000 Subject: [lcd4linux @ 2004-02-14 11:56:11 by reinelt] M50530 driver ported changed lots of 'char' to 'unsigned char' --- drv.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'drv.c') diff --git a/drv.c b/drv.c index 4016c55..32aa57e 100644 --- a/drv.c +++ b/drv.c @@ -1,4 +1,4 @@ -/* $Id: drv.c,v 1.5 2004/01/27 06:34:14 reinelt Exp $ +/* $Id: drv.c,v 1.6 2004/02/14 11:56:17 reinelt Exp $ * * new framework for display drivers * @@ -23,6 +23,10 @@ * * * $Log: drv.c,v $ + * Revision 1.6 2004/02/14 11:56:17 reinelt + * M50530 driver ported + * changed lots of 'char' to 'unsigned char' + * * Revision 1.5 2004/01/27 06:34:14 reinelt * Cwlinux driver portet to NextGeneration (compiles, but not tested!) * @@ -125,11 +129,11 @@ DRIVER *Driver[] = { #endif #ifdef WITH_HD44780 &drv_HD44780, +#endif +#ifdef WITH_M50530 + &drv_M50530, #endif /* Fixme - #ifdef WITH_M50530 - &M50530, - #endif #ifdef WITH_T6963 &T6963, #endif -- cgit v1.2.3