aboutsummaryrefslogtreecommitdiffstats
path: root/display.c
diff options
context:
space:
mode:
authorreinelt <>2002-09-11 05:16:33 +0000
committerreinelt <>2002-09-11 05:16:33 +0000
commit2f52ad6d174cf677d3c1e8e286f658b79a8b1b07 (patch)
tree0a0e28cfaf7570295e0544af9a4b8c1da2f18411 /display.c
parent33a43b7658084eaaf169b516e5c18d5e879cb2d2 (diff)
downloadlcd4linux-2f52ad6d174cf677d3c1e8e286f658b79a8b1b07.tar.gz
[lcd4linux @ 2002-09-11 05:16:32 by reinelt]
added Cwlinux driver
Diffstat (limited to 'display.c')
-rw-r--r--display.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/display.c b/display.c
index 4c038d0..1b5d1b8 100644
--- a/display.c
+++ b/display.c
@@ -1,4 +1,4 @@
-/* $Id: display.c,v 1.32 2002/08/19 04:41:20 reinelt Exp $
+/* $Id: display.c,v 1.33 2002/09/11 05:16:33 reinelt Exp $
*
* framework for device drivers
*
@@ -20,6 +20,9 @@
*
*
* $Log: display.c,v $
+ * Revision 1.33 2002/09/11 05:16:33 reinelt
+ * added Cwlinux driver
+ *
* Revision 1.32 2002/08/19 04:41:20 reinelt
* introduced bar.c, moved bar stuff from display.h to bar.h
*
@@ -198,6 +201,7 @@
extern LCD BeckmannEgle[];
extern LCD Crystalfontz[];
+extern LCD Cwlinux[];
extern LCD HD44780[];
extern LCD M50530[];
extern LCD T6963[];
@@ -217,6 +221,9 @@ FAMILY Driver[] = {
#ifdef WITH_CRYSTALFONTZ
{ "Crystalfontz", Crystalfontz },
#endif
+#ifdef WITH_CWLINUX
+ { "Cwlinux", Cwlinux },
+#endif
#ifdef WITH_HD44780
{ "HD 44780 based", HD44780 },
#endif