aboutsummaryrefslogtreecommitdiffstats
path: root/display.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2002-09-11 05:16:33 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2002-09-11 05:16:33 +0000
commitc7f5ce26a88f2a5c2794e675809a643de0ba08d3 (patch)
tree0a0e28cfaf7570295e0544af9a4b8c1da2f18411 /display.c
parent63570aa624fabbfabfefef50d6dc1e6e6cf7a822 (diff)
downloadlcd4linux-c7f5ce26a88f2a5c2794e675809a643de0ba08d3.tar.gz
[lcd4linux @ 2002-09-11 05:16:32 by reinelt]
added Cwlinux driver git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@168 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
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