aboutsummaryrefslogtreecommitdiffstats
path: root/drv_Cwlinux.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2004-06-20[lcd4linux @ 2004-06-20 10:09:52 by reinelt]reinelt1-8/+12
'const'ified the whole source
2004-06-06[lcd4linux @ 2004-06-06 06:51:59 by reinelt]reinelt1-3/+9
do not display end splash screen if quiet=1
2004-06-05[lcd4linux @ 2004-06-05 14:56:48 by reinelt]reinelt1-13/+19
Cwlinux splash screen fixed USBLCD splash screen fixed plugin_i2c qprintf("%f") replaced with snprintf()
2004-06-05[lcd4linux @ 2004-06-05 06:41:39 by reinelt]reinelt1-3/+7
chancged splash screen again
2004-06-05[lcd4linux @ 2004-06-05 06:13:11 by reinelt]reinelt1-15/+42
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-2/+7
some Fixme's processed documented some code
2004-05-31[lcd4linux @ 2004-05-31 21:05:13 by reinelt]reinelt1-10/+17
fixed lots of bugs in the Cwlinux driver do not emit EAGAIN error on the first retry made plugin_i2c_sensors a bit less 'chatty' moved init and exit functions to the bottom of plugin_pop3
2004-05-31[lcd4linux @ 2004-05-31 16:39:05 by reinelt]reinelt1-18/+55
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-2/+7
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-2/+6
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-5/+12
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-3/+7
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-27[lcd4linux @ 2004-01-27 06:34:14 by reinelt]reinelt1-0/+343
Cwlinux driver portet to NextGeneration (compiles, but not tested!)