From c981312c6090947ef34c0e76d356d4dbd26c9362 Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 28 Feb 2009 06:42:08 +0000 Subject: driver for GX series lcd from Matrix Orbital by Abbas Kosan git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@988 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- drivers.m4 | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'drivers.m4') diff --git a/drivers.m4 b/drivers.m4 index 2595214..f2640ee 100644 --- a/drivers.m4 +++ b/drivers.m4 @@ -67,7 +67,7 @@ for driver in $drivers; do D4D="yes" EA232graphic="yes" G15="yes" - GLCD2USB="yes" + GLCD2USB="no" HD44780="yes" IRLCD="yes" LCD2USB="yes" @@ -78,6 +78,7 @@ for driver in $drivers; do LUISE="yes" M50530="yes" MATRIXORBITAL="yes" + MATRIXORBITALGX="yes" MILINST="yes" NORITAKE="yes" NULL="yes" @@ -160,6 +161,9 @@ for driver in $drivers; do MatrixOrbital) MATRIXORBITAL=$val ;; + MatrixOrbitalGX) + MATRIXORBITALGX=$val + ;; MilfordInstruments) MILINST=$val ;; @@ -439,6 +443,18 @@ if test "$MATRIXORBITAL" = "yes"; then AC_DEFINE(WITH_MATRIXORBITAL,1,[MatrixOrbital driver]) fi +if test "$MATRIXORBITALGX" = "yes"; then + if test "$has_usb" = "true"; then + GRAPHIC="yes" + SERIAL="yes" + LIBUSB="yes" + DRIVERS="$DRIVERS drv_MatrixOrbitalGX.o" + AC_DEFINE(WITH_MATRIXORBITALGX,1,[MatrixOrbitalGX driver]) + else + AC_MSG_WARN(usb.h not found: MatrixOrbitalGX driver disabled) + fi +fi + if test "$MILINST" = "yes"; then TEXT="yes" SERIAL="yes" -- cgit v1.2.3