aboutsummaryrefslogtreecommitdiffstats
path: root/drv.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-01-21 12:36:19 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-01-21 12:36:19 +0000
commit05ff9fc0c4691e4f60e9daa642eda28b34c02394 (patch)
treebdaba83d7de4fc6e1c155054ba214f5f6f6b21a6 /drv.c
parent725e33942be7f6481baa128a966f57a62cce59cf (diff)
downloadlcd4linux-05ff9fc0c4691e4f60e9daa642eda28b34c02394.tar.gz
[lcd4linux @ 2004-01-21 12:36:19 by reinelt]
Crystalfontz NextGeneration driver added git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@332 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drv.c')
-rw-r--r--drv.c13
1 files changed, 9 insertions, 4 deletions
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