aboutsummaryrefslogtreecommitdiffstats
path: root/drv.c
diff options
context:
space:
mode:
authorreinelt <>2004-01-20 15:32:49 +0000
committerreinelt <>2004-01-20 15:32:49 +0000
commit71d7ee5ffd96b87b0d01ee9759b065cf53fbb92e (patch)
tree811d8fc7e4d57b9874599653185e1487cea4c5d2 /drv.c
parentce06b149c567b050150d3bff2b904df5aa12ffae (diff)
downloadlcd4linux-71d7ee5ffd96b87b0d01ee9759b065cf53fbb92e.tar.gz
[lcd4linux @ 2004-01-20 15:32:48 by reinelt]
first version of Next Generation HD44780 (untested! but it compiles...) some cleanup in the other drivers
Diffstat (limited to 'drv.c')
-rw-r--r--drv.c14
1 files changed, 10 insertions, 4 deletions
diff --git a/drv.c b/drv.c
index 334fc04..f091dbf 100644
--- a/drv.c
+++ b/drv.c
@@ -1,4 +1,4 @@
-/* $Id: drv.c,v 1.2 2004/01/10 10:20:22 reinelt Exp $
+/* $Id: drv.c,v 1.3 2004/01/20 15:32:49 reinelt Exp $
*
* new framework for display drivers
*
@@ -23,6 +23,10 @@
*
*
* $Log: drv.c,v $
+ * 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
+ *
* Revision 1.2 2004/01/10 10:20:22 reinelt
* new MatrixOrbital changes
*
@@ -112,9 +116,11 @@ DRIVER *Driver[] = {
#ifdef WITH_CWLINUX
&Cwlinux,
#endif
- #ifdef WITH_HD44780
- &HD44780,
- #endif
+ */
+#ifdef WITH_HD44780
+ &drv_HD44780,
+#endif
+ /* Fixme
#ifdef WITH_M50530
&M50530,
#endif