diff options
Diffstat (limited to '')
-rw-r--r-- | lcd4linux.c | 10 | ||||
-rw-r--r-- | lcd4linux.conf.sample | 14 |
2 files changed, 18 insertions, 6 deletions
diff --git a/lcd4linux.c b/lcd4linux.c index 4b92032..0eed8c0 100644 --- a/lcd4linux.c +++ b/lcd4linux.c @@ -1,4 +1,4 @@ -/* $Id: lcd4linux.c,v 1.74 2004/06/26 12:04:59 reinelt Exp $ +/* $Id: lcd4linux.c,v 1.75 2004/09/24 21:41:00 reinelt Exp $ * * LCD4Linux * @@ -23,6 +23,9 @@ * * * $Log: lcd4linux.c,v $ + * Revision 1.75 2004/09/24 21:41:00 reinelt + * new driver for the BWCT USB LCD interface board. + * * Revision 1.74 2004/06/26 12:04:59 reinelt * * uh-oh... the last CVS log message messed up things a lot... @@ -384,11 +387,10 @@ static char *release = "LCD4Linux " VERSION; static char *copyright = "Copyright 1999-2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>"; static char **my_argv; -static int got_signal=0; - -int tick, tack; extern char* output; +int got_signal=0; + static void usage(void) { diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample index 644a780..9d9acfe 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -137,6 +137,15 @@ Display USBLCD { } +Display BWCT { + Driver 'BWCT' + Size '16x2' + Contrast 30 + asc255bug 1 + Icons 1 +} + + Display T6963-240x64 { Driver 'T6963' Port '/dev/parports/0' @@ -655,8 +664,8 @@ Layout testMySQL { #Display 'MI240' #Display 'CW12232' #Display 'HD44780-20x4' -#Display 'SC1602D' -Display 'LCM-162' +#Display 'SC1602D' +#Display 'LCM-162' #Display 'CF631' #Display 'CF632' #Display 'CF633' @@ -666,6 +675,7 @@ Display 'LCM-162' #Display 'T6963-240x64' #Display 'XWindow' #Display 'USBLCD' +Display 'BWCT' #Display 'Image' #Layout 'Default' |