aboutsummaryrefslogtreecommitdiffstats
path: root/drv.c
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2011-07-28 02:09:16 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2011-07-28 02:09:16 +0000
commit6b6d1d868a0c3fc1bca2dee73adf4a14e1698c38 (patch)
tree269669a6d3dad982c79586960759bea1c3810813 /drv.c
parent6eec23d6f438845b1a646790a83be3053bc194bc (diff)
downloadlcd4linux-6b6d1d868a0c3fc1bca2dee73adf4a14e1698c38.tar.gz
driver for Futaba MDM166A Graphic(96x16) vf-displays by Andreas Brachold
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1158 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 778c483..d68069f 100644
--- a/drv.c
+++ b/drv.c
@@ -72,6 +72,7 @@ extern DRIVER drv_LW_ABP;
extern DRIVER drv_M50530;
extern DRIVER drv_MatrixOrbital;
extern DRIVER drv_MatrixOrbitalGX;
+extern DRIVER drv_MDM166A;
extern DRIVER drv_MilfordInstruments;
extern DRIVER drv_Newhaven;
extern DRIVER drv_Noritake;
@@ -180,6 +181,9 @@ DRIVER *Driver[] = {
#ifdef WITH_MATRIXORBITALGX
&drv_MatrixOrbitalGX,
#endif
+#ifdef WITH_MDM166A
+ &drv_MDM166A,
+#endif
#ifdef WITH_MILINST
&drv_MilfordInstruments,
#endif