From d0c7529cb9833ede3595051df5599a11fe03be48 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Thu, 5 Apr 2007 15:25:19 +0200 Subject: import new upstream --- drv_LEDMatrix.c | 35 +++-------------------------------- 1 file changed, 3 insertions(+), 32 deletions(-) (limited to 'drv_LEDMatrix.c') diff --git a/drv_LEDMatrix.c b/drv_LEDMatrix.c index 55234be..afb58bc 100644 --- a/drv_LEDMatrix.c +++ b/drv_LEDMatrix.c @@ -1,4 +1,5 @@ -/* $Id: drv_LEDMatrix.c,v 1.9 2006/08/14 19:24:22 harbaum Exp $ +/* $Id: drv_LEDMatrix.c 728 2007-01-14 11:14:38Z michael $ + * $URL: https://ssl.bulix.org/svn/lcd4linux/branches/0.10.1/drv_LEDMatrix.c $ * * LED matrix driver for LCD4Linux * (see http://www.harbaum.org/till/ledmatrix for hardware) @@ -21,36 +22,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * - * - * $Log: drv_LEDMatrix.c,v $ - * Revision 1.9 2006/08/14 19:24:22 harbaum - * Umlaut support, added KVV HTTP-User-Agent - * - * Revision 1.8 2006/08/14 05:54:04 reinelt - * minor warnings fixed, CFLAGS changed (no-strict-aliasing) - * - * Revision 1.7 2006/08/13 18:45:25 harbaum - * Little cleanup ... - * - * Revision 1.6 2006/08/13 18:14:03 harbaum - * Added KVV plugin - * - * Revision 1.5 2006/08/13 09:53:10 reinelt - * dynamic properties added (used by 'style' of text widget) - * - * Revision 1.4 2006/08/13 06:46:51 reinelt - * T6963 soft-timing & enhancements; indent - * - * Revision 1.3 2006/08/09 17:25:34 harbaum - * Better bar color support and new bold font - * - * Revision 1.2 2006/08/08 20:16:28 harbaum - * Added "extracolor" (used for e.g. bar border) and RGB support for LEDMATRIX - * - * Revision 1.1 2006/08/05 21:08:01 harbaum - * New LEDMATRIX driver (see http://www.harbaum.org/till/ledmatrix) - * - * */ /* @@ -206,7 +177,7 @@ static int drv_LEDMatrix_start(const char *section) info("%s: port set to %d", Name, val); port = val; } else { - info("%s: using default port", Name, port); + info("%s: using default port %d", Name, port); } /* display size is hard coded */ -- cgit v1.2.3