aboutsummaryrefslogtreecommitdiffstats
path: root/drv.c
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2012-02-14 03:17:04 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2012-02-14 03:17:04 +0000
commitcab1c1a4002c5967a26f1ecd1e6384c0f890d454 (patch)
treee95f079a865f981e06324cc963492b98b37f6923 /drv.c
parentaae7a3ee3765f10fc707a2d0d14446a30608ae4f (diff)
downloadlcd4linux-cab1c1a4002c5967a26f1ecd1e6384c0f890d454.tar.gz
driver for TeakLCM by Andreas Thienemann
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1173 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drv.c')
-rw-r--r--drv.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drv.c b/drv.c
index 32883a8..9ce8a39 100644
--- a/drv.c
+++ b/drv.c
@@ -90,6 +90,7 @@ extern DRIVER drv_serdisplib;
extern DRIVER drv_ShuttleVFD;
extern DRIVER drv_SimpleLCD;
extern DRIVER drv_T6963;
+extern DRIVER drv_TeakLCM;
extern DRIVER drv_Trefon;
extern DRIVER drv_ula200;
extern DRIVER drv_USBHUB;
@@ -236,6 +237,9 @@ DRIVER *Driver[] = {
#ifdef WITH_T6963
&drv_T6963,
#endif
+#ifdef WITH_TEAK_LCM
+ &drv_TeakLCM,
+#endif
#ifdef WITH_TREFON
&drv_Trefon,
#endif