Age | Commit message (Collapse) | Author | Files | Lines |
|
added BogoMips() to system.c (not used by now, maybe sometimes we can
calibrate our delay loop with this value)
added delay loop to HD44780 driver. It seems to be quite fast now. Hopefully
no compiler will optimize away the delay loop!
|
|
first version of the HD44780 driver
|
|
releasing 0.96
annoying X11 bugs hopefully fixed
KDE integration
|
|
added '-c key=val' option
|
|
if 'gap' is specified as -1, a gap of (pixelsize+pixelgap) is selected automatically
|
|
bug that caused a segfault in processor.c fixed (thanks to herp)
|
|
configure now handles '--with-x' and '--without-x' correct
|
|
version 0.95 released
X11 driver up and running
minor bugs fixed
|
|
README.Raster added
|
|
bug in pixmap.c that leaded to empty bars fixed
name conflicts with X11 resolved
|
|
enhancements to the PPM driver
|
|
memory leak in Raster_flush closed
driver family logic changed
|
|
new syntax for raster configuration
changed XRES and YRES to be configurable
PPM driver works nice
|
|
PPM driver up and running (but slow!)
|
|
added '-l' switch (list drivers)
generic pixmap driver added
X11 Framework done
|
|
FAQ added
new modules 'processor.c' contains all data processing
|
|
documentation available! README, README.MatrixOrbital, README.Drivers
added Skeleton.c as a starting point for new drivers
|
|
added sensor handling (for temperature etc.)
made data collecting happen only if data is used
(reading /proc/meminfo takes a lot of CPU!)
released lcd4linux-0.92
|
|
vertical bars implemented
bar compaction improved
memory information implemented
|
|
various memory statistics added
|
|
release 0.9
moved row parsing to parser.c
all basic work finished
|
|
first unstable but running release
|
|
system.c cleanup
|