aboutsummaryrefslogtreecommitdiffstats
path: root/drv_USBLCD.c (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2007-04-30new upstream versionReinhard Tartler1-7/+7
2007-04-05import new upstreamReinhard Tartler1-105/+3
2006-01-30[lcd4linux @ 2006-01-30 06:25:48 by reinelt]reinelt1-1/+6
added CVS Revision
2005-05-08[lcd4linux @ 2005-05-08 04:32:43 by reinelt]reinelt1-311/+312
CodingStyle added and applied
2005-04-24[lcd4linux @ 2005-04-24 04:33:46 by reinelt]reinelt1-2/+5
driver for TREFON USB LCD's added
2005-04-02[lcd4linux @ 2005-04-02 05:28:58 by reinelt]reinelt1-3/+6
fixed gcc4 warnings about signed/unsigned mismatches
2005-01-30[lcd4linux @ 2005-01-30 06:43:22 by reinelt]reinelt1-3/+6
driver for LCD-Linux finished
2005-01-18[lcd4linux @ 2005-01-18 06:30:21 by reinelt]reinelt1-4/+7
added (C) to all copyright statements
2004-12-22[lcd4linux @ 2004-12-22 20:24:00 by reinelt]reinelt1-4/+7
T6963 fix for displays > 8 rows
2004-10-02[lcd4linux @ 2004-10-02 09:31:55 by reinelt]reinelt1-63/+180
USBLCD driver modified to use libusb
2004-09-24[lcd4linux @ 2004-09-24 21:40:52 by reinelt]reinelt1-2/+13
new driver for the BWCT USB LCD interface board.
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-59/+65
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-6/+16
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-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