| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2006-01-30 | [lcd4linux @ 2006-01-30 06:25:48 by reinelt] | reinelt | 1 | -7/+18 | |
| added CVS Revision | |||||
| 2006-01-06 | [lcd4linux @ 2006-01-06 08:12:19 by reinelt] | reinelt | 1 | -54/+44 | |
| GPO's for Crystalfontz | |||||
| 2005-09-07 | [lcd4linux @ 2005-09-07 06:51:44 by reinelt] | reinelt | 1 | -19/+23 | |
| Support for CF635 added | |||||
| 2005-08-21 | [lcd4linux @ 2005-08-21 08:18:56 by reinelt] | reinelt | 1 | -66/+106 | |
| CrystalFontz ACK processing | |||||
| 2005-05-08 | [lcd4linux @ 2005-05-08 04:32:43 by reinelt] | reinelt | 1 | -686/+717 | |
| CodingStyle added and applied | |||||
| 2005-04-02 | [lcd4linux @ 2005-04-02 05:28:58 by reinelt] | reinelt | 1 | -13/+15 | |
| fixed gcc4 warnings about signed/unsigned mismatches | |||||
| 2005-03-23 | [lcd4linux @ 2005-03-23 12:23:35 by reinelt] | reinelt | 1 | -27/+32 | |
| fixed some signed/unsigned char mismatches in the Crystalfontz driver (ticket #12) | |||||
| 2005-02-24 | [lcd4linux @ 2005-02-24 07:06:45 by reinelt] | reinelt | 1 | -2/+5 | |
| SimpleLCD driver added | |||||
| 2005-01-18 | [lcd4linux @ 2005-01-18 06:30:21 by reinelt] | reinelt | 1 | -3/+6 | |
| added (C) to all copyright statements | |||||
| 2004-06-26 | [lcd4linux @ 2004-06-26 12:04:59 by reinelt] | reinelt | 1 | -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] | reinelt | 1 | -163/+169 | |
| 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] | reinelt | 1 | -26/+33 | |
| 'const'ified the whole source | |||||
| 2004-06-06 | [lcd4linux @ 2004-06-06 06:51:59 by reinelt] | reinelt | 1 | -3/+9 | |
| do not display end splash screen if quiet=1 | |||||
| 2004-06-05 | [lcd4linux @ 2004-06-05 06:41:39 by reinelt] | reinelt | 1 | -3/+7 | |
| chancged splash screen again | |||||
| 2004-06-05 | [lcd4linux @ 2004-06-05 06:13:11 by reinelt] | reinelt | 1 | -9/+52 | |
| splash screen for all text-based display drivers | |||||
| 2004-06-02 | [lcd4linux @ 2004-06-02 09:41:19 by reinelt] | reinelt | 1 | -2/+6 | |
| prepared support for startup splash screen | |||||
| 2004-06-02 | [lcd4linux @ 2004-06-02 05:56:25 by reinelt] | reinelt | 1 | -2/+6 | |
| extended contrast range for Crystalfontz | |||||
| 2004-06-01 | [lcd4linux @ 2004-06-01 06:45:28 by reinelt] | reinelt | 1 | -5/+9 | |
| some Fixme's processed documented some code | |||||
| 2004-05-31 | [lcd4linux @ 2004-05-31 05:38:02 by reinelt] | reinelt | 1 | -9/+16 | |
| fixed possible bugs with user-defined chars (clear high bits) thanks to Andy Baxter for debugging the MilfordInstruments driver! | |||||
| 2004-05-30 | [lcd4linux @ 2004-05-30 08:25:50 by reinelt] | reinelt | 1 | -26/+76 | |
| Crystalfontz 631 driver finished | |||||
| 2004-05-28 | [lcd4linux @ 2004-05-28 13:51:41 by reinelt] | reinelt | 1 | -2/+7 | |
| ported driver for Beckmann+Egle Mini-Terminals added 'flags' parameter to serial_init() | |||||
| 2004-05-27 | [lcd4linux @ 2004-05-27 03:39:47 by reinelt] | reinelt | 1 | -4/+8 | |
| changed function naming scheme to plugin::function | |||||
| 2004-05-26 | [lcd4linux @ 2004-05-26 11:37:35 by reinelt] | reinelt | 1 | -2/+6 | |
| Curses driver ported. | |||||
| 2004-05-25 | [lcd4linux @ 2004-05-25 14:26:28 by reinelt] | reinelt | 1 | -2/+7 | |
| added "Image" driver (was: Raster.c) for PPM and PNG creation fixed some glitches in the X11 driver | |||||
| 2004-03-19 | [lcd4linux @ 2004-03-19 09:17:46 by reinelt] | reinelt | 1 | -47/+33 | |
| removed the extra 'goto' function, row and col are additional parameters of the write() function now. | |||||
| 2004-03-03 | [lcd4linux @ 2004-03-03 03:41:02 by reinelt] | reinelt | 1 | -9/+11 | |
| Crystalfontz Contrast issue fixed | |||||
| 2004-03-01 | [lcd4linux @ 2004-03-01 04:29:51 by reinelt] | reinelt | 1 | -12/+26 | |
| 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-14 | [lcd4linux @ 2004-02-14 11:56:11 by reinelt] | reinelt | 1 | -6/+10 | |
| M50530 driver ported changed lots of 'char' to 'unsigned char' | |||||
| 2004-02-05 | [lcd4linux @ 2004-02-05 07:10:23 by reinelt] | reinelt | 1 | -39/+272 | |
| evaluator function names are no longer case-sensitive Crystalfontz Fan PWM control, Fan RPM monitoring, temperature monitoring | |||||
| 2004-02-04 | [lcd4linux @ 2004-02-04 19:10:51 by reinelt] | reinelt | 1 | -87/+367 | |
| Crystalfontz driver nearly finished | |||||
| 2004-02-01 | [lcd4linux @ 2004-02-01 08:05:12 by reinelt] | reinelt | 1 | -14/+25 | |
| 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 20:57:55 by reinelt] | reinelt | 1 | -4/+56 | |
| HD44780 patch from Martin Hejl dmalloc integrated | |||||
| 2004-01-29 | [lcd4linux @ 2004-01-29 04:40:02 by reinelt] | reinelt | 1 | -1/+6 | |
| every .c file includes "config.h" now | |||||
| 2004-01-25 | [lcd4linux @ 2004-01-25 05:30:08 by reinelt] | reinelt | 1 | -9/+30 | |
| plugin_netdev for parsing /proc/net/dev added | |||||
| 2004-01-23 | [lcd4linux @ 2004-01-23 07:04:03 by reinelt] | reinelt | 1 | -32/+29 | |
| icons finished! | |||||
| 2004-01-23 | [lcd4linux @ 2004-01-23 04:53:23 by reinelt] | reinelt | 1 | -6/+24 | |
| icon widget added (not finished yet!) | |||||
| 2004-01-22 | [lcd4linux @ 2004-01-22 07:57:45 by reinelt] | reinelt | 1 | -7/+12 | |
| several bugs fixed where segfaulting on layout>display Crystalfontz driver optimized, 632 display already works | |||||
| 2004-01-21 | [lcd4linux @ 2004-01-21 12:36:19 by reinelt] | reinelt | 1 | -0/+292 | |
| Crystalfontz NextGeneration driver added | |||||
