Age | Commit message (Collapse) | Author | Files | Lines |
|
T6963 fix for displays > 8 rows
|
|
USBLCD driver modified to use libusb
|
|
new driver for the BWCT USB LCD interface board.
|
|
uh-oh... the last CVS log message messed up things a lot...
|
|
added '-W' to CFLAGS
changed all C++ comments to C ones ('//' => '/* */')
cleaned up a lot of signed/unsigned mistakes
|
|
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
|
|
'const'ified the whole source
|
|
compiler warning in image driver fixed
bar bug in USBLCD driver fixed
|
|
do not display end splash screen if quiet=1
|
|
Cwlinux splash screen fixed
USBLCD splash screen fixed
plugin_i2c qprintf("%f") replaced with snprintf()
|
|
chancged splash screen again
|
|
splash screen for all text-based display drivers
|
|
prepared support for startup splash screen
|
|
fixed possible bugs with user-defined chars (clear high bits)
thanks to Andy Baxter for debugging the MilfordInstruments driver!
|
|
Curses driver ported.
|
|
icon bug with USBLCD fixed
|
|
removed the extra 'goto' function, row and col are additional parameters
of the write() function now.
|
|
ported USBLCD driver to NextGeneration
added drv_M50530.c (I forgot yesterday, sorry)
removed old drivers M50530.c and USBLCD.c
|