Age | Commit message (Collapse) | Author | Files | Lines |
|
started plugin proc_stat which should parse /proc/stat
which again is a paint in the a**
thinking over implementation methods of delta functions
(CPU load, ...)
|
|
moved lcd4linux.conf.sample to *.old
lcd4linux.conf.sample with new layout
new plugins 'loadavg' and 'meminfo'
text widget have pre- and postfix
|
|
new plugin 'uname' which does what it's called
text widget nearly finished
first results displayed on MatrixOrbital
|
|
new util 'hash' for associative arrays
new plugin 'cpuinfo'
|
|
further widget and layout processing
|
|
added new function 'cfg_list()' (not finished yet)
added layout.c (will replace processor.c someday)
added widget_text.c (will be the first and most important widget)
modified lcd4linux.c so that old-style configs should work, too
|
|
changed initialization order so cfg() gets initialized before plugins.
This way a plugin's init() can use cfg_get().
Thanks to Xavier for reporting this one!
|
|
I2C Sensors plugin from Xavier added
|
|
Evaluator: functions with variable argument lists
Evaluator: plugin_sample.c and README.Plugins added
|
|
Evaluator rearrangements...
|
|
added XMMS plugin from Markus Keil
|
|
extracted plugin_math and plugin_string into extra files
|
|
renamed 'client' to 'plugin'
|