Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-01-30 | [lcd4linux @ 2006-01-30 05:47:34 by reinelt] | reinelt | 1 | -2/+4 | |
graphic subsystem changed to full-color RGBA | |||||
2006-01-03 | [lcd4linux @ 2006-01-03 06:13:44 by reinelt] | reinelt | 1 | -3/+6 | |
GPIO's for MatrixOrbital | |||||
2005-05-08 | [lcd4linux @ 2005-05-08 04:32:43 by reinelt] | reinelt | 1 | -19/+22 | |
CodingStyle added and applied | |||||
2005-01-18 | [lcd4linux @ 2005-01-18 06:30:21 by reinelt] | reinelt | 1 | -3/+6 | |
added (C) to all copyright statements | |||||
2004-11-28 | [lcd4linux @ 2004-11-28 15:50:24 by reinelt] | reinelt | 1 | -2/+6 | |
Cwlinux fixes (invalidation of user-defined chars) | |||||
2004-06-26 | [lcd4linux @ 2004-06-26 12:04:59 by reinelt] | reinelt | 1 | -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] | reinelt | 1 | -11/+17 | |
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] | reinelt | 1 | -8/+11 | |
'const'ified the whole source | |||||
2004-06-05 | [lcd4linux @ 2004-06-05 06:41:39 by reinelt] | reinelt | 1 | -2/+6 | |
chancged splash screen again | |||||
2004-06-02 | [lcd4linux @ 2004-06-02 10:09:22 by reinelt] | reinelt | 1 | -1/+6 | |
splash screen for HD44780 | |||||
2004-06-01 | [lcd4linux @ 2004-06-01 06:45:28 by reinelt] | reinelt | 1 | -8/+6 | |
some Fixme's processed documented some code | |||||
2004-05-26 | [lcd4linux @ 2004-05-26 11:37:35 by reinelt] | reinelt | 1 | -2/+6 | |
Curses driver ported. | |||||
2004-03-19 | [lcd4linux @ 2004-03-19 09:17:46 by reinelt] | reinelt | 1 | -3/+7 | |
removed the extra 'goto' function, row and col are additional parameters of the write() function now. | |||||
2004-02-18 | [lcd4linux @ 2004-02-18 06:39:20 by reinelt] | reinelt | 1 | -2/+5 | |
T6963 driver for graphic displays finished | |||||
2004-02-15 | [lcd4linux @ 2004-02-15 21:43:43 by reinelt] | reinelt | 1 | -2/+7 | |
T6963 driver nearly finished framework for graphic displays done i2c_sensors patch from Xavier some more old generation files removed | |||||
2004-02-14 | [lcd4linux @ 2004-02-14 11:56:11 by reinelt] | reinelt | 1 | -3/+7 | |
M50530 driver ported changed lots of 'char' to 'unsigned char' | |||||
2004-01-23 | [lcd4linux @ 2004-01-23 07:04:03 by reinelt] | reinelt | 1 | -21/+18 | |
icons finished! | |||||
2004-01-23 | [lcd4linux @ 2004-01-23 04:53:23 by reinelt] | reinelt | 1 | -3/+10 | |
icon widget added (not finished yet!) | |||||
2004-01-22 | [lcd4linux @ 2004-01-22 07:57:45 by reinelt] | reinelt | 1 | -2/+6 | |
several bugs fixed where segfaulting on layout>display Crystalfontz driver optimized, 632 display already works | |||||
2004-01-20 | [lcd4linux @ 2004-01-20 05:36:59 by reinelt] | reinelt | 1 | -15/+16 | |
moved text-display-specific stuff to drv_generic_text moved all the bar stuff from drv_generic_bar to generic_text | |||||
2004-01-20 | [lcd4linux @ 2004-01-20 04:51:39 by reinelt] | reinelt | 1 | -0/+74 | |
moved generic stuff from drv_MatrixOrbital to drv_generic implemented new-stylish bars which are nearly finished |