aboutsummaryrefslogtreecommitdiffstats
path: root/drivers.m4
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2011-07-27 05:58:08 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2011-07-27 05:58:08 +0000
commit6eec23d6f438845b1a646790a83be3053bc194bc (patch)
tree14a77147c2660837366de8622581ff51dd01aa1b /drivers.m4
parent2949be131a5cc198e3f6ec17a0b59e41a746349a (diff)
downloadlcd4linux-6eec23d6f438845b1a646790a83be3053bc194bc.tar.gz
driver for Newhaven's NHD‐0420D3Z‐FL‐GBW. 4x20 LCD by Rusty Clarkson
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1157 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drivers.m4')
-rw-r--r--drivers.m416
1 files changed, 14 insertions, 2 deletions
diff --git a/drivers.m4 b/drivers.m4
index 9e9908c..734903b 100644
--- a/drivers.m4
+++ b/drivers.m4
@@ -35,8 +35,8 @@ AC_ARG_WITH(
[ ASTUSB, BeckmannEgle, BWCT, CrystalFontz, Curses, Cwlinux, D4D,]
[ EA232Graphic, EFN, FW8888, G15, GLCD2USB, HD44780, HD44780-I2C,]
[ IRLCD, LCD2USB, LCDLinux, LEDMatrix, LCDTerm, LPH7508, LUIse,]
- [ LW_ABP, M50530, MatrixOrbital, MatrixOrbitalGX,]
- [ MilfordInstruments, Noritake, NULL, Pertelian, PHAnderson,]
+ [ LW_ABP, M50530, MatrixOrbital, MatrixOrbitalGX, MilfordInstruments,]
+ [ Newhaven, Noritake, NULL, Pertelian, PHAnderson,]
[ PICGraphic, picoLCD, picoLCDGraphic, PNG, PPM, RouterBoard,]
[ Sample, serdisplib, ShuttleVFD, SimpleLCD, st2205, T6963,]
[ Trefon, ULA200, USBHUB, USBLCD, VNC, WincorNixdorf, X11],
@@ -86,6 +86,7 @@ for driver in $drivers; do
MATRIXORBITAL="yes"
MATRIXORBITALGX="yes"
MILINST="yes"
+ NEWHAVEN="yes"
NORITAKE="yes"
NULL="yes"
PERTELIAN="yes"
@@ -188,6 +189,9 @@ for driver in $drivers; do
MilfordInstruments)
MILINST=$val
;;
+ Newhaven)
+ NEWHAVEN=$val
+ ;;
Noritake)
NORITAKE=$val;
;;
@@ -542,6 +546,14 @@ if test "$MILINST" = "yes"; then
AC_DEFINE(WITH_MILINST,1,[Milford Instruments driver])
fi
+if test "$NEWHAVEN" = "yes"; then
+ TEXT="yes"
+ #SERIAL="yes"
+ I2C="yes"
+ DRIVERS="$DRIVERS drv_Newhaven.o"
+ AC_DEFINE(WITH_NEWHAVEN,1,[Newhaven driver])
+fi
+
if test "$NORITAKE" = "yes"; then
if test "$has_parport" = "true"; then
TEXT="yes"