aboutsummaryrefslogtreecommitdiffstats
path: root/drv_MilfordInstruments.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
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-48/+54
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]reinelt1-6/+10
'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-4/+7
chancged splash screen again
2004-06-05[lcd4linux @ 2004-06-05 06:13:11 by reinelt]reinelt1-5/+31
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-9/+14
fixed possible bugs with user-defined chars (clear high bits) thanks to Andy Baxter for debugging the MilfordInstruments driver!
2004-05-31[lcd4linux @ 2004-05-31 01:31:01 by andy-b]andy-b1-10/+12
fixed bug in Milford Instruments driver which drew extra graphics chars in odd places when drawing double bars. (the display doesn't like it if you put the escape character 0xfe inside a define char sequence).
2004-05-28[lcd4linux @ 2004-05-28 13:51:41 by reinelt]reinelt1-3/+8
ported driver for Beckmann+Egle Mini-Terminals added 'flags' parameter to serial_init()
2004-05-26[lcd4linux @ 2004-05-26 11:37:35 by reinelt]reinelt1-2/+6
Curses driver ported.
2004-05-26[lcd4linux @ 2004-05-26 05:03:24 by reinelt]reinelt1-0/+259
MilfordInstruments driver ported