aboutsummaryrefslogtreecommitdiffstats
path: root/drv.h (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2007-04-05import new upstreamReinhard Tartler1-48/+2
2005-05-08[lcd4linux @ 2005-05-08 04:32:43 by reinelt]reinelt1-8/+11
CodingStyle added and applied
2005-01-18[lcd4linux @ 2005-01-18 06:30:21 by reinelt]reinelt1-3/+6
added (C) to all copyright statements
2004-06-26[lcd4linux @ 2004-06-26 12:04:59 by reinelt]reinelt1-2/+6
uh-oh... the last CVS log message messed up things a lot...
2004-06-26[lcd4linux @ 2004-06-26 09:27:20 by reinelt]reinelt1-4/+11
added '-W' to CFLAGS changed all C++ comments to C ones ('//' => '/* */') cleaned up a lot of signed/unsigned mistakes
2004-06-20[lcd4linux @ 2004-06-20 10:09:52 by reinelt]reinelt1-5/+9
'const'ified the whole source
2004-06-06[lcd4linux @ 2004-06-06 06:51:59 by reinelt]reinelt1-4/+7
do not display end splash screen if quiet=1
2004-06-02[lcd4linux @ 2004-06-02 09:41:19 by reinelt]reinelt1-5/+10
prepared support for startup splash screen
2004-01-20[lcd4linux @ 2004-01-20 15:32:48 by reinelt]reinelt1-11/+5
first version of Next Generation HD44780 (untested! but it compiles...) some cleanup in the other drivers
2004-01-10[lcd4linux @ 2004-01-10 20:22:33 by reinelt]reinelt1-2/+8
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
2004-01-09[lcd4linux @ 2004-01-09 17:03:06 by reinelt]reinelt1-0/+65
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)