From 0ae1c79ba49993e79360ba3d4bdc3059ad99159e Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Sun, 11 Feb 2001 23:34:07 +0000 Subject: [lcd4linux @ 2001-02-11 23:34:07 by reinelt] fixed a small bug where the throughput of an offline ISDN connection is displayed as '----', but the online value is 5 chars long. corrected to ' ----'. thanks to Carsten Nau --- TODO | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index ef90d30..323a7a6 100644 --- a/TODO +++ b/TODO @@ -26,4 +26,11 @@ numbers can be used for bars, too 2000-12-03 Ghassan Matar accept data from external sources (fifo?) -$Id: TODO,v 1.3 2000/12/07 20:47:54 reinelt Exp $ +2001-02-11 Carsten Nau +connect a LED to a spare pin of the parallel port and show if ISDN +is online + +2001-01-27 Axel Ehnert +- display numer of emails in a mailbox +- display seti@home values + -- cgit v1.2.3 > lcd4linuxJonathan McCrohan
aboutsummaryrefslogtreecommitdiffstats
blob: 256edccdf03ca0e38b415d91d7ef5792c435bed0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#! /bin/bash

#  $Id$
#  $URL$


rm -f smoketest.log lcd4linux

make distclean
./bootstrap

for driver in BeckmannEgle BWCT CrystalFontz Curses Cwlinux EA232graphic G15 HD44780 LCD2USB LCDLinux LCDTerm LEDMatrix LPH7508 LUIse M50530 MatrixOrbital MilfordInstruments Noritake NULL Pertelian picoLCD PNG PPM RouterBoard Sample serdisplib SimpleLCD T6963 Trefon USBHUB USBLCD WincorNixdorf X11; do

    make distclean
    ./configure --with-drivers=$driver
    make
    
    if [ -x lcd4linux ]; then
	echo "Success: $driver" >>smoketest.log
    else
	echo "FAILED:  $driver" >>smoketest.log
    fi
    
done

make distclean
./configure