mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
6332ea0ded
minor cleanups git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@120 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
80 lines
2.6 KiB
Plaintext
80 lines
2.6 KiB
Plaintext
ToDo-List / Wishlist for lcd4linux
|
|
|
|
2000-04-04 Michael Reinelt <reinelt@eunet.at>
|
|
implement some sort of 'graphs', similar to bars, but with a time axis
|
|
can be filled (made up of bars) or not (needs raster graphics)
|
|
|
|
// 2000-04-04 Michael Reinelt <reinelt@eunet.at>
|
|
// write a driver for PNG. This should be the first step towards a WWW-driver.
|
|
// Done 2001-03-01 -lt.
|
|
|
|
2000-04-15 Thomas Skyt Jessen <thskyt@foni.net>
|
|
show partition information (used, free, ...)
|
|
|
|
2000-04-25 Michael Mueller <m.mueller@netsystec.de>
|
|
show process information
|
|
|
|
2000-12-03 Ghassan Matar <gmatar@hexapods.com>
|
|
show other sensors than temperature
|
|
we have to use libsensors instead of parsing the proc files directly
|
|
|
|
// 2000-12-03 Ghassan Matar <gmatar@hexapods.com>
|
|
// show contents of any text file
|
|
// the file should only contain one line, with a fixed format
|
|
// there are two possibilities: text and numbers
|
|
// numbers can be used for bars, too
|
|
// Done 2000-03-08, look at %x -lt
|
|
|
|
// 2000-12-03 Ghassan Matar <gmatar@hexapods.com>
|
|
// accept data from external sources (fifo?)
|
|
// Done 2000-03-08, look at %x -lt
|
|
|
|
// 2001-02-11 Carsten Nau <info@cnau.de>
|
|
// connect a LED to a spare pin of the parallel port and show if ISDN
|
|
// is online
|
|
// Done with GPO's -mr
|
|
|
|
// 2001-01-27 Axel Ehnert <axel@ehnert.net>
|
|
// - display numer of emails in a mailbox
|
|
// - display seti@home values
|
|
// done.
|
|
|
|
2001-03-05 Leo Tötsch <lt@toetsch.at>
|
|
rename some tokens: %o->%os, %v->%ov, %r->%or, %p->%op,
|
|
will be done with the big config-rework
|
|
|
|
// 2001-03-05 Leo Tötsch <lt@toetsch.at>
|
|
// replace T_EXTENDED with a Flag similar to 'bar'
|
|
// rejected, T_EXTENDED does a good job -mr
|
|
|
|
// 2001-03-07 Michael Reinelt <reinelt@eunet.at>
|
|
// use ppdev instead of ugly outb()
|
|
// done 2001-03-14 -mr
|
|
|
|
// 2001-03-09 Michael Reinelt <reinelt@eunet.at>
|
|
// replace udelay() assembly loop with rdtsc (read time stamp counter)
|
|
// at least try to....
|
|
// done 2001-03-14 -mr
|
|
|
|
2001-03-09 Leo Tötsch <lt@toetsch.at>
|
|
read configuration file earlier (before forking) so that specific drivers
|
|
(especially 'Text') would not fork.
|
|
There's a reason for forking that early, but I forgot...
|
|
|
|
2001-03-12 Michael Reinelt <reinelt@eunet.at>
|
|
remove USE_OLD_UDELAY after wide testing of new udelay code
|
|
|
|
// 2001-03-12 Michael Reinelt <reinelt@eunet.at>
|
|
// create a NEWS file with changes/enhancements of every release
|
|
// done 2001-03-13 -mr
|
|
|
|
2001-03-14 Leopold Toetsch <lt@toetsch.at>
|
|
improve unseen for mbox (check Status:)
|
|
|
|
2001-03-14 Michael Reinelt <reinelt@eunet.at>
|
|
add a new Token 'nc' for 'network collisions'
|
|
|
|
2001-03-14 Michael Reinelt <reinelt@eunet.at>
|
|
add translation tables ('german umlauts' don't
|
|
follow any scheme on most displays)
|