aboutsummaryrefslogtreecommitdiffstats
path: root/drv_HD44780.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2004-06-20[lcd4linux @ 2004-06-20 10:09:52 by reinelt]reinelt1-13/+18
'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-3/+7
chancged splash screen again
2004-06-05[lcd4linux @ 2004-06-05 06:13:11 by reinelt]reinelt1-5/+25
splash screen for all text-based display drivers
2004-06-02[lcd4linux @ 2004-06-02 10:09:22 by reinelt]reinelt1-45/+23
splash screen for HD44780
2004-06-02[lcd4linux @ 2004-06-02 09:41:19 by reinelt]reinelt1-2/+48
prepared support for startup splash screen
2004-06-01[lcd4linux @ 2004-06-01 06:45:28 by reinelt]reinelt1-3/+8
some Fixme's processed documented some code
2004-05-31[lcd4linux @ 2004-05-31 05:38:02 by reinelt]reinelt1-2/+14
fixed possible bugs with user-defined chars (clear high bits) thanks to Andy Baxter for debugging the MilfordInstruments driver!
2004-05-27[lcd4linux @ 2004-05-27 03:39:47 by reinelt]reinelt1-2/+6
changed function naming scheme to plugin::function
2004-05-26[lcd4linux @ 2004-05-26 11:37:35 by reinelt]reinelt1-5/+9
Curses driver ported.
2004-05-22[lcd4linux @ 2004-05-22 04:23:49 by reinelt]reinelt1-3/+7
removed 16*x fix again (next time think before commit :-)
2004-05-22[lcd4linux @ 2004-05-22 04:21:02 by reinelt]reinelt1-3/+7
fix for display RAM layout on 16x4 displays (thanks to toxicated101)
2004-03-20[lcd4linux @ 2004-03-20 07:31:32 by reinelt]reinelt1-7/+23
support for HD66712 (which has a different RAM layout) further threading development
2004-03-19[lcd4linux @ 2004-03-19 09:17:46 by reinelt]reinelt1-4/+9
removed the extra 'goto' function, row and col are additional parameters of the write() function now.
2004-03-11[lcd4linux @ 2004-03-11 06:39:58 by reinelt]reinelt1-5/+13
big patch from Martin: - reuse filehandles - memory leaks fixed - earlier busy-flag checking with HD44780 - reuse memory for strings in RESULT and hash - netdev_fast to wavid time-consuming regex
2004-03-03[lcd4linux @ 2004-03-03 03:47:04 by reinelt]reinelt1-8/+19
big patch from Martin Hejl: - use qprintf() where appropriate - save CPU cycles on gettimeofday() - add quit() functions to free allocated memory - fixed lots of memory leaks
2004-03-01[lcd4linux @ 2004-03-01 04:29:51 by reinelt]reinelt1-2/+8
cfg_number() returns -1 on error, 0 if value not found (but default val used), and 1 if value was used from the configuration. HD44780 driver adopted to new cfg_number() Crystalfontz 631 driver nearly finished
2004-02-15[lcd4linux @ 2004-02-15 21:43:43 by reinelt]reinelt1-2/+8
T6963 driver nearly finished framework for graphic displays done i2c_sensors patch from Xavier some more old generation files removed
2004-02-14[lcd4linux @ 2004-02-14 11:56:11 by reinelt]reinelt1-5/+9
M50530 driver ported changed lots of 'char' to 'unsigned char'
2004-02-04[lcd4linux @ 2004-02-04 19:10:51 by reinelt]reinelt1-16/+4
Crystalfontz driver nearly finished
2004-02-02[lcd4linux @ 2004-02-02 05:22:16 by reinelt]reinelt1-2/+15
Brightness fpr Noritake Displays avaliable as a plugin
2004-02-01[lcd4linux @ 2004-02-01 11:51:22 by hejl]hejl1-7/+10
Fixes for busy flag
2004-02-01[lcd4linux @ 2004-02-01 08:05:12 by reinelt]reinelt1-53/+150
Crystalfontz 633 extensions (CRC checking and stuff) Models table for HD44780 Noritake VFD BVrightness patch from Bill Paxton
2004-01-30[lcd4linux @ 2004-01-30 07:12:35 by reinelt]reinelt1-36/+180
HD44780 busy-flag support from Martin Hejl loadavg() uClibc replacement from Martin Heyl round() uClibc replacement from Martin Hejl warning in i2c_sensors fixed [
2004-01-29[lcd4linux @ 2004-01-29 04:40:02 by reinelt]reinelt1-1/+6
every .c file includes "config.h" now
2004-01-23[lcd4linux @ 2004-01-23 07:04:03 by reinelt]reinelt1-19/+34
icons finished!
2004-01-23[lcd4linux @ 2004-01-23 04:53:23 by reinelt]reinelt1-3/+5
icon widget added (not finished yet!)
2004-01-22[lcd4linux @ 2004-01-22 07:57:45 by reinelt]reinelt1-4/+9
several bugs fixed where segfaulting on layout>display Crystalfontz driver optimized, 632 display already works
2004-01-21[lcd4linux @ 2004-01-21 06:39:27 by reinelt]reinelt1-3/+16
HD44780 missed the "clear display' sequence asc255bug handling added HD44780 tested, works here!
2004-01-20[lcd4linux @ 2004-01-20 15:32:48 by reinelt]reinelt1-0/+483
first version of Next Generation HD44780 (untested! but it compiles...) some cleanup in the other drivers