From d08bf6d19c86486b1e10e023ea2aaa5ac0f2c30c Mon Sep 17 00:00:00 2001 From: peterbailey Date: Tue, 3 Nov 2009 04:59:04 +0000 Subject: adding PICGraphic driver git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1049 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- drivers.m4 | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'drivers.m4') diff --git a/drivers.m4 b/drivers.m4 index 741c0d0..4ade62d 100644 --- a/drivers.m4 +++ b/drivers.m4 @@ -35,7 +35,7 @@ AC_ARG_WITH( [ BeckmannEgle, BWCT, CrystalFontz, Curses, Cwlinux, D4D,] [ G15, GLCD2USB, HD44780, IRLCD, LCD2USB, LCDLinux, LCDTerm,] [ LPH7508, LUIse, LW_ABP, M50530, MatrixOrbital, MilfordInstruments,] - [ Noritake, NULL, PNG, PPM, Pertelian, PHAnderson, picoLCD,] + [ Noritake, NULL, PNG, PPM, Pertelian, PHAnderson, PICGraphic, picoLCD,] [ picoLCDGraphic, RouterBoard, Sample, serdisplib, ShuttleVFD,] [ SimpleLCD, st2205, T6963, Trefon, ULA200, USBLCD, USBHUB,] [ VNC, WincorNixdorf, X11], @@ -85,6 +85,7 @@ for driver in $drivers; do NULL="yes" PERTELIAN="yes" PHANDERSON="yes" + PICGRAPHIC="yes" PICOLCD="yes" PICOLCDGRAPHIC="yes" PNG="yes" @@ -185,6 +186,9 @@ for driver in $drivers; do PHAnderson) PHANDERSON=$val ;; + PICGraphic) + PICGRAPHIC=$val + ;; picoLCD) PICOLCD=$val ;; @@ -510,6 +514,14 @@ if test "$PHANDERSON" = "yes"; then AC_DEFINE(WITH_PHANDERSON,1,[PHAnderson driver]) fi +if test "$PICGRAPHIC" = "yes"; then + GRAPHIC="yes" + GPIO="yes" + SERIAL="yes" + DRIVERS="$DRIVERS drv_PICGraphic.o" + AC_DEFINE(WITH_PICGRAPHIC,1,[PICGraphic driver]) +fi + if test "$PICOLCD" = "yes"; then if test "$has_usb" = "true"; then TEXT="yes" -- cgit v1.2.3