aboutsummaryrefslogtreecommitdiffstats
path: root/drv_USBLCD.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2004-06-20[lcd4linux @ 2004-06-20 10:09:52 by reinelt]reinelt1-7/+11
'const'ified the whole source
2004-06-19[lcd4linux @ 2004-06-19 08:20:19 by reinelt]reinelt1-2/+7
compiler warning in image driver fixed bar bug in USBLCD driver fixed
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 14:56:48 by reinelt]reinelt1-9/+10
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-6/+36
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-05-31[lcd4linux @ 2004-05-31 05:38:02 by reinelt]reinelt1-4/+9
fixed possible bugs with user-defined chars (clear high bits) thanks to Andy Baxter for debugging the MilfordInstruments driver!
2004-05-26[lcd4linux @ 2004-05-26 11:37:35 by reinelt]reinelt1-2/+6
Curses driver ported.
2004-05-23[lcd4linux @ 2004-05-23 08:58:30 by reinelt]reinelt1-5/+10
icon bug with USBLCD fixed
2004-03-19[lcd4linux @ 2004-03-19 09:17:46 by reinelt]reinelt1-15/+21
removed the extra 'goto' function, row and col are additional parameters of the write() function now.
2004-02-15[lcd4linux @ 2004-02-15 08:22:47 by reinelt]reinelt1-0/+369
ported USBLCD driver to NextGeneration added drv_M50530.c (I forgot yesterday, sorry) removed old drivers M50530.c and USBLCD.c