diff options
author | reinelt <> | 2001-09-11 06:43:43 +0000 |
---|---|---|
committer | reinelt <> | 2001-09-11 06:43:43 +0000 |
commit | 5ec29297c395576455f2f64fe0c26b51b0f323c6 (patch) | |
tree | b012d06a15879b5bb24fb5c4c6fcd6ac37ec4a26 /TODO | |
parent | 7cc74543ed3cf39c641898c1c310535022e3affd (diff) | |
download | lcd4linux-5ec29297c395576455f2f64fe0c26b51b0f323c6.tar.gz |
[lcd4linux @ 2001-09-11 06:43:43 by reinelt]
TODO items
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -91,10 +91,19 @@ at the moment the sum of all eth* devices is calculated 2001-03-24 Brian Cleven <lcleven@home.com> support 40x4 displays with two HD44780 chips on it we need another 'Enable' line for this -this way one could connect two displays to on e parallel port, too +this way one could connect two displays to one parallel port, too // 2001-05-25 Jens Garthe <outline@xslan.de> // detect wether curses.h and libncurses is installed, and // don't include the 'Text'-driver if not. // _should_ work now 2001-05-31 -lt +2001-09-11 Michael Reinelt <reinelt@eunet.at> +use new extended tokens to split up several data sources +(CPU, Net, Disk, ISDN, ...) +e.g. '%nw' is 'network transmit' for _all_ devices + '%n0w' is 'network transmit' for eth0 + '%n1w' for eth1 + +2001-09-11 Michael Reinelt <reinelt@eunet.at> +remove bar code from drivers and create a common bar library |