aboutsummaryrefslogtreecommitdiffstats
path: root/drv.c
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2007-10-01 15:04:49 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2007-10-01 15:04:49 +0000
commit354b411f9ddf943fe35b380f11d52bd6201df131 (patch)
treedd12acd3f92bb6d592b252f12d1a8b05aab75df1 /drv.c
parent2dfe05bcccd321f4907cf976edceb409c27f2677 (diff)
downloadlcd4linux-354b411f9ddf943fe35b380f11d52bd6201df131.tar.gz
driver for Pertelian display by Andy Powell
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@843 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 fb292f7..31d6aa2 100644
--- a/drv.c
+++ b/drv.c
@@ -67,6 +67,7 @@ extern DRIVER drv_MatrixOrbital;
extern DRIVER drv_MilfordInstruments;
extern DRIVER drv_Noritake;
extern DRIVER drv_NULL;
+extern DRIVER drv_Pertelian;
extern DRIVER drv_picoLCD;
extern DRIVER drv_RouterBoard;
extern DRIVER drv_Sample;
@@ -146,6 +147,9 @@ DRIVER *Driver[] = {
#ifdef WITH_NULL
&drv_NULL,
#endif
+#ifdef WITH_PERTELIAN
+ &drv_Pertelian,
+#endif
#ifdef WITH_picoLCD
&drv_picoLCD,
#endif