aboutsummaryrefslogtreecommitdiffstats
path: root/drv_MatrixOrbital.c (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2011-08-26Import upstream version 0.11.0~svn1158Reinhard Tartler1-5/+18
2007-04-30new upstream versionReinhard Tartler1-6/+6
2007-04-05import new upstreamReinhard Tartler1-177/+3
2006-01-30[lcd4linux @ 2006-01-30 06:25:48 by reinelt]reinelt1-3/+10
added CVS Revision
2006-01-05[lcd4linux @ 2006-01-05 18:56:57 by reinelt]reinelt1-19/+15
more GPO stuff
2006-01-03[lcd4linux @ 2006-01-03 06:13:44 by reinelt]reinelt1-169/+110
GPIO's for MatrixOrbital
2005-05-08[lcd4linux @ 2005-05-08 04:32:43 by reinelt]reinelt1-423/+446
CodingStyle added and applied
2005-01-22[lcd4linux @ 2005-01-22 12:44:41 by reinelt]reinelt1-3/+6
MatrixOrbital backlight micro-fix
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-70/+76
added '-W' to CFLAGS changed all C++ comments to C ones ('//' => '/* */') cleaned up a lot of signed/unsigned mistakes
2004-06-26[lcd4linux @ 2004-06-26 06:12:14 by reinelt]reinelt1-15/+23
support for Beckmann+Egle Compact Terminals some mostly cosmetic changes in the MatrixOrbital and USBLCD driver added debugging to the generic serial driver fixed a bug in the generic text driver where icons could be drawn outside the display bounds
2004-06-20[lcd4linux @ 2004-06-20 10:09:52 by reinelt]reinelt1-10/+14
'const'ified the whole source
2004-06-06[lcd4linux @ 2004-06-06 06:51:59 by reinelt]reinelt1-4/+10
do not display end splash screen if quiet=1
2004-06-05[lcd4linux @ 2004-06-05 06:41:39 by reinelt]reinelt1-6/+7
chancged splash screen again
2004-06-05[lcd4linux @ 2004-06-05 06:13:11 by reinelt]reinelt1-12/+40
splash screen for all text-based display drivers
2004-06-02[lcd4linux @ 2004-06-02 09:41:19 by reinelt]reinelt1-2/+6
prepared support for startup splash screen
2004-06-01[lcd4linux @ 2004-06-01 06:45:28 by reinelt]reinelt1-3/+8
some Fixme's processed documented some code
2004-05-31[lcd4linux @ 2004-05-31 21:23:16 by reinelt]reinelt1-37/+49
some cleanups in the MatrixOrbital driver
2004-05-31[lcd4linux @ 2004-05-31 16:39:05 by reinelt]reinelt1-106/+219
added NULL display driver (for debugging/profiling purposes) added backlight/contrast initialisation for matrixOrbital added Backlight initialisation for Cwlinux
2004-05-31[lcd4linux @ 2004-05-31 05:38:02 by reinelt]reinelt1-5/+13
fixed possible bugs with user-defined chars (clear high bits) thanks to Andy Baxter for debugging the MilfordInstruments driver!
2004-05-28[lcd4linux @ 2004-05-28 13:51:41 by reinelt]reinelt1-2/+7
ported driver for Beckmann+Egle Mini-Terminals added 'flags' parameter to serial_init()
2004-05-27[lcd4linux @ 2004-05-27 03:39:47 by reinelt]reinelt1-6/+10
changed function naming scheme to plugin::function
2004-05-26[lcd4linux @ 2004-05-26 11:37:35 by reinelt]reinelt1-2/+6
Curses driver ported.
2004-03-19[lcd4linux @ 2004-03-19 09:17:46 by reinelt]reinelt1-4/+11
removed the extra 'goto' function, row and col are additional parameters of the write() function now.
2004-02-14[lcd4linux @ 2004-02-14 11:56:11 by reinelt]reinelt1-2/+6
M50530 driver ported changed lots of 'char' to 'unsigned char'
2004-01-29[lcd4linux @ 2004-01-29 04:40:02 by reinelt]reinelt1-1/+6
every .c file includes "config.h" now
2004-01-23[lcd4linux @ 2004-01-23 07:04:03 by reinelt]reinelt1-19/+32
icons finished!
2004-01-23[lcd4linux @ 2004-01-23 04:53:23 by reinelt]reinelt1-7/+10
icon widget added (not finished yet!)
2004-01-22[lcd4linux @ 2004-01-22 07:57:45 by reinelt]reinelt1-4/+9
several bugs fixed where segfaulting on layout>display Crystalfontz driver optimized, 632 display already works
2004-01-21[lcd4linux @ 2004-01-21 12:36:19 by reinelt]reinelt1-10/+13
Crystalfontz NextGeneration driver added
2004-01-20[lcd4linux @ 2004-01-20 15:32:48 by reinelt]reinelt1-2/+6
first version of Next Generation HD44780 (untested! but it compiles...) some cleanup in the other drivers
2004-01-20[lcd4linux @ 2004-01-20 14:25:12 by reinelt]reinelt1-36/+9
some reorganization moved drv_generic to drv_generic_serial moved port locking stuff to drv_generic_serial
2004-01-20[lcd4linux @ 2004-01-20 12:45:47 by reinelt]reinelt1-10/+5
"Default screen" working with MatrixOrbital
2004-01-20[lcd4linux @ 2004-01-20 05:36:59 by reinelt]reinelt1-3/+7
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]reinelt1-419/+94
moved generic stuff from drv_MatrixOrbital to drv_generic implemented new-stylish bars which are nearly finished
2004-01-18[lcd4linux @ 2004-01-18 21:25:16 by reinelt]reinelt1-5/+25
Framework for bar widget opened
2004-01-15[lcd4linux @ 2004-01-15 07:47:02 by reinelt]reinelt1-5/+13
debian/ postinst and watch added (did CVS forget about them?) evaluator: conditional expressions (a?b:c) added text widget nearly finished
2004-01-14[lcd4linux @ 2004-01-14 11:33:00 by reinelt]reinelt1-69/+171
new plugin 'uname' which does what it's called text widget nearly finished first results displayed on MatrixOrbital
2004-01-11[lcd4linux @ 2004-01-11 18:26:02 by reinelt]reinelt1-2/+5
further widget and layout processing
2004-01-11[lcd4linux @ 2004-01-11 09:26:15 by reinelt]reinelt1-4/+7
layout starts to exist...
2004-01-10[lcd4linux @ 2004-01-10 20:22:33 by reinelt]reinelt1-138/+173
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-10[lcd4linux @ 2004-01-10 17:34:40 by reinelt]reinelt1-108/+122
further matrixOrbital changes widgets initialized
2004-01-10[lcd4linux @ 2004-01-10 10:20:22 by reinelt]reinelt1-7/+595
new MatrixOrbital changes
2004-01-09[lcd4linux @ 2004-01-09 17:03:06 by reinelt]reinelt1-0/+82
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)