Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
CodingStyle added and applied
|
|
added (C) to all copyright statements
|
|
uh-oh... the last CVS log message messed up things a lot...
|
|
added '-W' to CFLAGS
changed all C++ comments to C ones ('//' => '/* */')
cleaned up a lot of signed/unsigned mistakes
|
|
'const'ified the whole source
|
|
do not display end splash screen if quiet=1
|
|
prepared support for startup splash screen
|
|
first version of Next Generation HD44780 (untested! but it compiles...)
some cleanup in the other drivers
|
|
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
|
|
initiated transfer to new driver architecture
new file 'drv.c' will someday replace 'display.c'
new file 'drv_MatrixOrbital.c' will replace 'MatrixOrbital.c'
due to this 'soft' transfer lcd4linux should stay usable during the switch
(at least I hope so)
|