aboutsummaryrefslogtreecommitdiffstats
path: root/drv.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2004-06-20[lcd4linux @ 2004-06-20 10:09:52 by reinelt]reinelt1-3/+7
'const'ified the whole source
2004-06-06[lcd4linux @ 2004-06-06 06:51:59 by reinelt]reinelt1-3/+7
do not display end splash screen if quiet=1
2004-06-02[lcd4linux @ 2004-06-02 10:09:22 by reinelt]reinelt1-40/+5
splash screen for HD44780
2004-06-02[lcd4linux @ 2004-06-02 09:41:19 by reinelt]reinelt1-9/+52
prepared support for startup splash screen
2004-05-31[lcd4linux @ 2004-05-31 16:39:05 by reinelt]reinelt1-3/+13
added NULL display driver (for debugging/profiling purposes) added backlight/contrast initialisation for matrixOrbital added Backlight initialisation for Cwlinux
2004-05-28[lcd4linux @ 2004-05-28 13:51:41 by reinelt]reinelt1-6/+9
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-7/+9
Curses driver ported.
2004-05-26[lcd4linux @ 2004-05-26 05:03:24 by reinelt]reinelt1-9/+11
MilfordInstruments driver ported
2004-05-25[lcd4linux @ 2004-05-25 19:54:11 by reinelt]reinelt1-8/+6
'make distcheck' bugs fixed release number changed to 0.10.0-RC1
2004-05-25[lcd4linux @ 2004-05-25 14:26:28 by reinelt]reinelt1-6/+11
added "Image" driver (was: Raster.c) for PPM and PNG creation fixed some glitches in the X11 driver
2004-02-24[lcd4linux @ 2004-02-24 05:54:57 by reinelt]reinelt1-5/+11
X11 driver ported
2004-02-15[lcd4linux @ 2004-02-15 21:43:43 by reinelt]reinelt1-6/+10
T6963 driver nearly finished framework for graphic displays done i2c_sensors patch from Xavier some more old generation files removed
2004-02-15[lcd4linux @ 2004-02-15 08:22:47 by reinelt]reinelt1-5/+12
ported USBLCD driver to NextGeneration added drv_M50530.c (I forgot yesterday, sorry) removed old drivers M50530.c and USBLCD.c
2004-02-14[lcd4linux @ 2004-02-14 11:56:11 by reinelt]reinelt1-4/+8
M50530 driver ported changed lots of 'char' to 'unsigned char'
2004-01-27[lcd4linux @ 2004-01-27 06:34:14 by reinelt]reinelt1-6/+7
Cwlinux driver portet to NextGeneration (compiles, but not tested!)
2004-01-21[lcd4linux @ 2004-01-21 12:36:19 by reinelt]reinelt1-4/+9
Crystalfontz NextGeneration driver added
2004-01-20[lcd4linux @ 2004-01-20 15:32:48 by reinelt]reinelt1-4/+10
first version of Next Generation HD44780 (untested! but it compiles...) some cleanup in the other drivers
2004-01-10[lcd4linux @ 2004-01-10 10:20:22 by reinelt]reinelt1-7/+10
new MatrixOrbital changes
2004-01-09[lcd4linux @ 2004-01-09 17:03:06 by reinelt]reinelt1-0/+184
initiated transfer to new driver architecture new file 'drv.c' will someday replace 'display.c' new file 'drv_MatrixOrbital.c' will replace 'MatrixOrbital.c' due to this 'soft' transfer lcd4linux should stay usable during the switch (at least I hope so)