Age | Commit message (Collapse) | Author | Files | Lines |
|
do not display end splash screen if quiet=1
|
|
chancged splash screen again
|
|
splash screen for all text-based display drivers
|
|
splash screen for HD44780
|
|
prepared support for startup splash screen
|
|
some Fixme's processed
documented some code
|
|
fixed possible bugs with user-defined chars (clear high bits)
thanks to Andy Baxter for debugging the MilfordInstruments driver!
|
|
changed function naming scheme to plugin::function
|
|
Curses driver ported.
|
|
removed 16*x fix again (next time think before commit :-)
|
|
fix for display RAM layout on 16x4 displays (thanks to toxicated101)
|
|
support for HD66712 (which has a different RAM layout)
further threading development
|
|
removed the extra 'goto' function, row and col are additional parameters
of the write() function now.
|
|
big patch from Martin:
- reuse filehandles
- memory leaks fixed
- earlier busy-flag checking with HD44780
- reuse memory for strings in RESULT and hash
- netdev_fast to wavid time-consuming regex
|
|
big patch from Martin Hejl:
- use qprintf() where appropriate
- save CPU cycles on gettimeofday()
- add quit() functions to free allocated memory
- fixed lots of memory leaks
|
|
cfg_number() returns -1 on error, 0 if value not found (but default val used),
and 1 if value was used from the configuration.
HD44780 driver adopted to new cfg_number()
Crystalfontz 631 driver nearly finished
|
|
T6963 driver nearly finished
framework for graphic displays done
i2c_sensors patch from Xavier
some more old generation files removed
|
|
M50530 driver ported
changed lots of 'char' to 'unsigned char'
|
|
Crystalfontz driver nearly finished
|
|
Brightness fpr Noritake Displays avaliable as a plugin
|
|
Fixes for busy flag
|
|
Crystalfontz 633 extensions (CRC checking and stuff)
Models table for HD44780
Noritake VFD BVrightness patch from Bill Paxton
|
|
HD44780 busy-flag support from Martin Hejl
loadavg() uClibc replacement from Martin Heyl
round() uClibc replacement from Martin Hejl
warning in i2c_sensors fixed
[
|
|
every .c file includes "config.h" now
|
|
icons finished!
|
|
icon widget added (not finished yet!)
|
|
several bugs fixed where segfaulting on layout>display
Crystalfontz driver optimized, 632 display already works
|
|
HD44780 missed the "clear display' sequence
asc255bug handling added
HD44780 tested, works here!
|
|
first version of Next Generation HD44780 (untested! but it compiles...)
some cleanup in the other drivers
|