From 218552b9a4c9e453c09ff31134ea9b909371b3f4 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Sun, 13 Aug 2006 09:53:10 +0000 Subject: [lcd4linux @ 2006-08-13 09:53:10 by reinelt] dynamic properties added (used by 'style' of text widget) --- drv_LEDMatrix.c | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'drv_LEDMatrix.c') diff --git a/drv_LEDMatrix.c b/drv_LEDMatrix.c index 34f9f48..38e10ca 100644 --- a/drv_LEDMatrix.c +++ b/drv_LEDMatrix.c @@ -1,4 +1,4 @@ -/* $Id: drv_LEDMatrix.c,v 1.4 2006/08/13 06:46:51 reinelt Exp $ +/* $Id: drv_LEDMatrix.c,v 1.5 2006/08/13 09:53:10 reinelt Exp $ * * LED matrix driver for LCD4Linux * (see http://www.harbaum.org/till/ledmatrix for hardware) @@ -23,6 +23,9 @@ * * * $Log: drv_LEDMatrix.c,v $ + * 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 * @@ -160,12 +163,6 @@ static int drv_LEDMatrix_start(const char *section) } free(s); - s = cfg_get(section, "fontstyle", NULL); - if (s != NULL) { - if (strstr(s, "bold") != NULL) - FONT_STYLE |= FONT_STYLE_BOLD; - } - /* contact display */ info("%s: contacting %s", Name, IPAddress); -- cgit v1.2.3