From 9436ee0cfde00c406e1eadf2a185cc5643833321 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Wed, 21 Jan 2004 12:36:19 +0000 Subject: [lcd4linux @ 2004-01-21 12:36:19 by reinelt] Crystalfontz NextGeneration driver added --- drv.c | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'drv.c') diff --git a/drv.c b/drv.c index f091dbf..4a16fca 100644 --- a/drv.c +++ b/drv.c @@ -1,4 +1,4 @@ -/* $Id: drv.c,v 1.3 2004/01/20 15:32:49 reinelt Exp $ +/* $Id: drv.c,v 1.4 2004/01/21 12:36:19 reinelt Exp $ * * new framework for display drivers * @@ -23,6 +23,9 @@ * * * $Log: drv.c,v $ + * Revision 1.4 2004/01/21 12:36:19 reinelt + * Crystalfontz NextGeneration driver added + * * Revision 1.3 2004/01/20 15:32:49 reinelt * first version of Next Generation HD44780 (untested! but it compiles...) * some cleanup in the other drivers @@ -110,9 +113,11 @@ DRIVER *Driver[] = { #ifdef WITH_BECKMANNEGLE &BeckmannEgle, #endif - #ifdef WITH_CRYSTALFONTZ - &Crystalfontz, - #endif + */ +#ifdef WITH_CRYSTALFONTZ + &drv_Crystalfontz, +#endif + /* Fixme #ifdef WITH_CWLINUX &Cwlinux, #endif -- cgit v1.2.3