diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2001-09-11 06:43:43 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2001-09-11 06:43:43 +0000 |
commit | 9e49a79d95a7c61099ab86b6106d98a77b66a79e (patch) | |
tree | b012d06a15879b5bb24fb5c4c6fcd6ac37ec4a26 | |
parent | 9463b103078c3c5d63f5e532c7db150638234cf4 (diff) | |
download | lcd4linux-9e49a79d95a7c61099ab86b6106d98a77b66a79e.tar.gz |
[lcd4linux @ 2001-09-11 06:43:43 by reinelt]
TODO items
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@146 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
-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 |