diff options
| author | reinelt <> | 2005-12-20 07:07:44 +0000 | 
|---|---|---|
| committer | reinelt <> | 2005-12-20 07:07:44 +0000 | 
| commit | 3971f3c7af7397861c0db8fa72ba75a2b5d76ce1 (patch) | |
| tree | ab40f6618a5cf52ca1a5d95a2d985ac4194334eb /configure | |
| parent | 7dfeea43c5cbd5bd160fc8ab85872cdbeb225e09 (diff) | |
| download | lcd4linux-3971f3c7af7397861c0db8fa72ba75a2b5d76ce1.tar.gz | |
[lcd4linux @ 2005-12-20 07:07:43 by reinelt]
further work on GPO's, HD44780 GPO support
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 5 | 
1 files changed, 3 insertions, 2 deletions
| @@ -6226,6 +6226,7 @@ if test "$HD44780" = "yes"; then     TEXT="yes"     PARPORT="yes"     I2C="yes" +   GPIO="yes"     DRIVERS="$DRIVERS drv_HD44780.o"  cat >>confdefs.h <<\_ACEOF @@ -6370,8 +6371,8 @@ if test "$SAMPLE" = "yes"; then     # select either text or graphics mode     TEXT="yes"     GRAPHIC="yes" -   # support for GPO's -   GPO="yes" +   # support for GPIO's +   GPIO="yes"     # select bus: serial (including USB), parallel or i2c     SERIAL="yes"     PARPORT="yes" | 
