]> git.webhop.me Git - lcd4linux.git/log
lcd4linux.git
12 years agoraspi: Disabled unless explicitly enabled by user
jmccrohan [Wed, 15 May 2013 22:58:56 +0000 (22:58 +0000)]
raspi: Disabled unless explicitly enabled by user

Add a raspi enabled stanza to lcd4linux.conf file to enable:

Plugin raspi {
    enabled 1
}

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1197 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

12 years agodisable plugin sensors if not found
volker [Sun, 10 Mar 2013 19:43:13 +0000 (19:43 +0000)]
disable plugin sensors if not found

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1196 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

12 years agonew plugin raspi
volker [Tue, 19 Feb 2013 23:17:43 +0000 (23:17 +0000)]
new plugin raspi

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1195 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

12 years agoadded new examples to config file
volker [Wed, 13 Feb 2013 15:15:34 +0000 (15:15 +0000)]
added new examples to config file

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1194 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

12 years agoTicket #284
volker [Wed, 13 Feb 2013 14:00:30 +0000 (14:00 +0000)]
Ticket #284

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1193 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

12 years agostabilize text widget when no string is available; info message when serdisplib canno...
volker [Wed, 13 Feb 2013 13:49:22 +0000 (13:49 +0000)]
stabilize text widget when no string is available; info message when serdisplib cannot open port

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1192 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

13 years agowidget_timer: oops, forgot to update includes...
mzuther [Sat, 23 Jun 2012 21:52:34 +0000 (21:52 +0000)]
widget_timer: oops, forgot to update includes...

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1191 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

13 years agowidget_timer: timer widgets should not abuse timer groups (fixes ticket #278)
mzuther [Sat, 23 Jun 2012 21:47:50 +0000 (21:47 +0000)]
widget_timer: timer widgets should not abuse timer groups (fixes ticket #278)

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1190 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

13 years agoMitigate format string exploits
jmccrohan [Sat, 19 May 2012 12:46:24 +0000 (12:46 +0000)]
Mitigate format string exploits

error: format not a string literal and no format arguments
[-Werror=format-security]

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1189 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

13 years agoAdd drv_generic_serial.c functions to header file
jmccrohan [Sat, 12 May 2012 13:24:40 +0000 (13:24 +0000)]
Add drv_generic_serial.c functions to header file

New functions were added in rev1171, but were not added to
drv_generic_serial.h

Fixes Debian buildd [-Wimplicit-function-declaration] warnings.

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1188 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

13 years agotypo fix from Robert Resch
michael [Mon, 9 Apr 2012 04:46:59 +0000 (04:46 +0000)]
typo fix from Robert Resch

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1187 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

13 years agopatch to support hex sequences from Marcus Menzel
michael [Mon, 9 Apr 2012 04:45:07 +0000 (04:45 +0000)]
patch to support hex sequences from Marcus Menzel

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1186 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

13 years agoFixed realloc error handling in timer_group.c; changed the interval member in the...
mjona [Mon, 26 Mar 2012 13:24:37 +0000 (13:24 +0000)]
Fixed realloc error handling in timer_group.c; changed the interval member in the TIMER_GROUP structure from int* to int.

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1185 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

13 years agohandle failing realloc() correctly (thanks to Mattia)
michael [Mon, 26 Mar 2012 04:39:46 +0000 (04:39 +0000)]
handle failing realloc() correctly (thanks to Mattia)

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1184 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

13 years agochanged error() to info() to avoid syslog flooding
michael [Mon, 26 Mar 2012 04:31:55 +0000 (04:31 +0000)]
changed error() to info() to avoid syslog flooding

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1183 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

13 years agotimer activation: use defines instead of integers for easier reading
mzuther [Fri, 23 Mar 2012 19:54:21 +0000 (19:54 +0000)]
timer activation: use defines instead of integers for easier reading

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1182 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

13 years agoallow fine-grained backlight control for picoLCDGraphic
michael [Thu, 15 Mar 2012 03:48:49 +0000 (03:48 +0000)]
allow fine-grained backlight control for picoLCDGraphic

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1181 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

13 years agojpeglib dependency typo fixed
michael [Mon, 27 Feb 2012 10:27:40 +0000 (10:27 +0000)]
jpeglib dependency typo fixed

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1180 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

13 years agodrv_SamsungSPF.h removed
michael [Thu, 23 Feb 2012 06:37:15 +0000 (06:37 +0000)]
drv_SamsungSPF.h removed

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1179 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

13 years agosome fixes from Sascha Plazar
michael [Thu, 23 Feb 2012 06:36:53 +0000 (06:36 +0000)]
some fixes from Sascha Plazar

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1178 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

13 years agodriver for Samsung SPF by Sascha Plazar
michael [Wed, 22 Feb 2012 03:11:31 +0000 (03:11 +0000)]
driver for Samsung SPF by Sascha Plazar

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1177 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

13 years agodriver for Futaba VFD by Marcus Menzel
michael [Tue, 21 Feb 2012 03:53:17 +0000 (03:53 +0000)]
driver for Futaba VFD by Marcus Menzel

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1176 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

13 years agoteakLCM set GPIO='no' which produced linker errors (thanks to Marcus menzel for repor...
michael [Thu, 16 Feb 2012 12:50:59 +0000 (12:50 +0000)]
teakLCM set GPIO='no' which produced linker errors (thanks to Marcus menzel for reporting)

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1175 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

13 years agodefault model chnaged from 'generic' to 'M50530'
michael [Wed, 15 Feb 2012 13:07:53 +0000 (13:07 +0000)]
default model chnaged from 'generic' to 'M50530'

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1174 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

13 years agodriver for TeakLCM by Andreas Thienemann
michael [Tue, 14 Feb 2012 03:17:04 +0000 (03:17 +0000)]
driver for TeakLCM by Andreas Thienemann

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1173 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

13 years agopatch from Robert Tesch: support KIT120-5 and KIT129-6, GPO code repaired, use Scalefont
michael [Fri, 10 Feb 2012 16:04:36 +0000 (16:04 +0000)]
patch from Robert Tesch: support KIT120-5 and KIT129-6, GPO code repaired, use Scalefont

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1172 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

13 years agoPatch for Driver EA232Graphic by Robert Resch
michael [Mon, 16 Jan 2012 02:53:14 +0000 (02:53 +0000)]
Patch for Driver EA232Graphic by Robert Resch

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1171 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

13 years agoscaletext patch from Stefan Kuhne
michael [Mon, 16 Jan 2012 02:50:03 +0000 (02:50 +0000)]
scaletext patch from Stefan Kuhne

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1170 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

13 years agoupdate to automake 1.11.2
michael [Mon, 16 Jan 2012 02:45:24 +0000 (02:45 +0000)]
update to automake 1.11.2

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1169 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

13 years agoDPF driver by Stefan Kuhne 8note that you need libdpf)
michael [Sun, 8 Jan 2012 08:25:54 +0000 (08:25 +0000)]
DPF driver by Stefan Kuhne 8note that you need libdpf)

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1168 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

13 years ago[PATCH 2/2] gcc warnings by Jonathan McCrohan
michael [Sun, 8 Jan 2012 08:14:32 +0000 (08:14 +0000)]
[PATCH 2/2] gcc warnings by Jonathan McCrohan

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1167 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

13 years agoATCH 1/2] gcc warnings by Jonathan McCrohan
michael [Sun, 8 Jan 2012 08:14:04 +0000 (08:14 +0000)]
ATCH 1/2] gcc warnings by Jonathan McCrohan

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1166 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

13 years agoold ancient legacy port access disabled by default
michael [Mon, 26 Dec 2011 06:28:05 +0000 (06:28 +0000)]
old ancient legacy port access disabled by default

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1165 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

13 years agoAll compilation related issues in the headers have been fixed. Now each header compil...
mjona [Thu, 22 Dec 2011 10:48:01 +0000 (10:48 +0000)]
All compilation related issues in the headers have been fixed. Now each header compiles with no warnings as a standalone file.

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1164 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

13 years agoReplaced parameter NoPowerCycle with PowerCycle
sonic74 [Fri, 9 Dec 2011 03:16:17 +0000 (03:16 +0000)]
Replaced parameter NoPowerCycle with PowerCycle

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1163 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

13 years agoBlit speedup, switch PICASO back to 9600 baud when exiting
sonic74 [Fri, 9 Dec 2011 03:08:20 +0000 (03:08 +0000)]
Blit speedup, switch PICASO back to 9600 baud when exiting

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1162 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

13 years agoRemoved compiler warning
sonic74 [Thu, 8 Dec 2011 16:16:08 +0000 (16:16 +0000)]
Removed compiler warning

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1161 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

13 years agoSGC support
sonic74 [Thu, 8 Dec 2011 15:51:23 +0000 (15:51 +0000)]
SGC support

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1160 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

14 years agoFix spelling errors. Flagged by Debian lintian check
jmccrohan [Wed, 31 Aug 2011 22:00:29 +0000 (22:00 +0000)]
Fix spelling errors. Flagged by Debian lintian check

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1159 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

14 years agodriver for Futaba MDM166A Graphic(96x16) vf-displays by Andreas Brachold
michael [Thu, 28 Jul 2011 02:09:16 +0000 (02:09 +0000)]
driver for Futaba MDM166A Graphic(96x16) vf-displays by Andreas Brachold

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1158 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

14 years agodriver for Newhaven's NHD‐0420D3Z‐FL‐GBW. 4x20 LCD by Rusty Clarkson
michael [Wed, 27 Jul 2011 05:58:08 +0000 (05:58 +0000)]
driver for Newhaven's NHD‐0420D3Z‐FL‐GBW. 4x20 LCD by Rusty Clarkson

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1157 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

14 years agoindentation :-(
michael [Wed, 27 Jul 2011 05:41:42 +0000 (05:41 +0000)]
indentation :-(

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1156 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

14 years agomagic bold escape char by Andrew Thompson
michael [Wed, 27 Jul 2011 05:41:22 +0000 (05:41 +0000)]
magic bold escape char by Andrew Thompson

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1155 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

14 years agopicoLCDGraphics needs keypad linked
michael [Wed, 27 Jul 2011 05:39:37 +0000 (05:39 +0000)]
picoLCDGraphics needs keypad linked

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1154 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

14 years agovarious compiler warnings fixed
michael [Wed, 27 Jul 2011 05:12:30 +0000 (05:12 +0000)]
various compiler warnings fixed

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1153 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

14 years agoAutoconf 2.68
michael [Wed, 27 Jul 2011 04:21:44 +0000 (04:21 +0000)]
Autoconf 2.68

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1152 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

14 years agorun smoketest on all of my 8 cores
michael [Wed, 27 Jul 2011 04:19:37 +0000 (04:19 +0000)]
run smoketest on all of my 8 cores

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1151 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

14 years agoindentation
michael [Wed, 27 Jul 2011 02:53:04 +0000 (02:53 +0000)]
indentation

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1150 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

14 years agopatch to replace outdate library libmpd with recent library libmpdclient from Andreas...
michael [Wed, 27 Jul 2011 02:36:25 +0000 (02:36 +0000)]
patch to replace outdate library libmpd with recent library libmpdclient from Andreas Brachold

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1149 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

14 years agolcd4linux-wireless.patch from Hans de Goede
michael [Wed, 27 Jul 2011 02:21:48 +0000 (02:21 +0000)]
lcd4linux-wireless.patch from Hans de Goede

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1148 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

14 years agost2205-width-height-swap.patch from Hans de Goede
michael [Wed, 27 Jul 2011 02:20:51 +0000 (02:20 +0000)]
st2205-width-height-swap.patch from Hans de Goede

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1147 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

14 years agohwmon patch from Hans de Goede
michael [Wed, 27 Jul 2011 02:19:58 +0000 (02:19 +0000)]
hwmon patch from Hans de Goede

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1146 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

14 years agopatch to support SureElectronicsDE-LD023 from Matt Joice
michael [Wed, 27 Jul 2011 02:14:11 +0000 (02:14 +0000)]
patch to support SureElectronicsDE-LD023 from Matt Joice

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1145 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

14 years agoFixed keypad widget in GLCD2USB
harbaum [Fri, 6 May 2011 18:21:47 +0000 (18:21 +0000)]
Fixed keypad widget in GLCD2USB

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1144 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

14 years agotimer.c: fixed detection of positive clock skew (and some typos)
mzuther [Sat, 12 Feb 2011 22:46:19 +0000 (22:46 +0000)]
timer.c: fixed detection of positive clock skew (and some typos)

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1143 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

14 years agotimer.c: fixed clock skew detection
mzuther [Sun, 23 Jan 2011 22:45:46 +0000 (22:45 +0000)]
timer.c: fixed clock skew detection

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1142 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

14 years agotimer.c: skip intermediate timer intervals
mzuther [Sun, 23 Jan 2011 17:01:08 +0000 (17:01 +0000)]
timer.c: skip intermediate timer intervals

"timer_inc()" now checks how many trigger intervals have passed since
a given timer has been updated.  This might be due to "negative clock
skew" (think of summer time) or the fact that some processing took too
long (i.e. fetching of a web site).  These missed trigger intervals
are then skipped and the user is notified so that he may adapt his
timer settings.  This handling is essential, otherwise unprocessed
timers might stack up and would trigger continuously while at the same
time becoming notoriously late and unreliable.

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1141 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

14 years agofix for a bug introduced in the DE-LD021 driver
michael [Wed, 5 Jan 2011 03:49:07 +0000 (03:49 +0000)]
fix for a bug introduced in the DE-LD021 driver

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1140 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

14 years agoindentation
michael [Tue, 4 Jan 2011 01:58:59 +0000 (01:58 +0000)]
indentation

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1139 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

14 years agosupport for Sure Electronics DE-LD021 by Natanael Olaiz
michael [Tue, 4 Jan 2011 01:58:25 +0000 (01:58 +0000)]
support for Sure Electronics DE-LD021 by Natanael Olaiz

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1138 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

14 years agodriver for EFN LED modules by Tilman Glötzner
michael [Sun, 2 Jan 2011 00:39:10 +0000 (00:39 +0000)]
driver for EFN LED modules by Tilman Glötzner

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1137 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

14 years agocommented, corrected and beautified both timer and timer group code
mzuther [Sun, 28 Nov 2010 16:07:16 +0000 (16:07 +0000)]
commented, corrected and beautified both timer and timer group code

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1136 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

14 years agofinished commenting the timer code
mzuther [Sat, 27 Nov 2010 14:35:10 +0000 (14:35 +0000)]
finished commenting the timer code

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1135 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

14 years agostarted commenting the timer code
mzuther [Sat, 20 Nov 2010 20:22:05 +0000 (20:22 +0000)]
started commenting the timer code

I'm not done yet, but my system is currently very unstable, and I
don't want the changes to get lost... :(

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1134 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

14 years agoAdded brightness support for GLCD2USB
harbaum [Fri, 19 Nov 2010 09:02:34 +0000 (09:02 +0000)]
Added brightness support for GLCD2USB

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1133 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

14 years agoAdded 128x64 sample graphic
harbaum [Thu, 18 Nov 2010 19:22:00 +0000 (19:22 +0000)]
Added 128x64 sample graphic

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1132 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

15 years agoRemoved accidentially added file
harbaum [Sun, 31 Oct 2010 19:23:40 +0000 (19:23 +0000)]
Removed accidentially added file

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1131 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

15 years agoMinor description fixes
harbaum [Sun, 31 Oct 2010 19:21:45 +0000 (19:21 +0000)]
Minor description fixes

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1130 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

15 years agopatch from Jar: typo fixed, documentation which is now in the wiki removed
michael [Sun, 19 Sep 2010 01:18:52 +0000 (01:18 +0000)]
patch from Jar: typo fixed, documentation which is now in the wiki removed

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1129 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

15 years agoadded netmask_short in plugin_netinfo for CIDR notation
volker [Wed, 25 Aug 2010 11:38:18 +0000 (11:38 +0000)]
added netmask_short in plugin_netinfo for CIDR notation

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1128 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

15 years agocompile error fixed (thanks to Tom)
michael [Fri, 16 Jul 2010 04:58:05 +0000 (04:58 +0000)]
compile error fixed (thanks to Tom)

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1127 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

15 years agosupport for Sure Electronics's 1602 LCD Display Board with USB from Mikhail
michael [Tue, 13 Jul 2010 03:25:44 +0000 (03:25 +0000)]
support for Sure Electronics's 1602 LCD Display Board with USB from Mikhail

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1126 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

15 years agoX11 driver: possibility to ignore auto-repeated KeyPress events
mzuther [Sun, 11 Jul 2010 11:17:41 +0000 (11:17 +0000)]
X11 driver: possibility to ignore auto-repeated KeyPress events

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1125 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

15 years agoooops... forgot to add drv_ASTUSB.c
michael [Fri, 25 Jun 2010 03:22:39 +0000 (03:22 +0000)]
ooops... forgot to add drv_ASTUSB.c

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1124 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

15 years agodriver for Allnet FW8888 from Claas Hilbrecht
michael [Mon, 21 Jun 2010 02:07:13 +0000 (02:07 +0000)]
driver for Allnet FW8888 from Claas Hilbrecht

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1123 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

15 years agoASTUSB driver from Henrik Schondorff
michael [Mon, 21 Jun 2010 01:49:28 +0000 (01:49 +0000)]
ASTUSB driver from Henrik Schondorff

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1122 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

15 years agoTicket #170 (picolcd graphic build error) fixed by matt
michael [Wed, 19 May 2010 02:26:47 +0000 (02:26 +0000)]
Ticket #170 (picolcd graphic build error) fixed by matt

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1121 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

15 years agoTicket #184 (LCD::contrast and LCD::backlight segfaulting) fixed
michael [Mon, 17 May 2010 07:02:10 +0000 (07:02 +0000)]
Ticket #184 (LCD::contrast and LCD::backlight segfaulting) fixed

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1120 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

15 years agodrv_picoLCDGraphic.c: changed two annoying info messages to debugging messages
mzuther [Thu, 22 Apr 2010 22:35:19 +0000 (22:35 +0000)]
drv_picoLCDGraphic.c: changed two annoying info messages to debugging messages

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1119 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

15 years agodrv_picoLCDGraphic.c: alternative use of keypad widgets (instead of GPIO)
mzuther [Sun, 18 Apr 2010 17:22:41 +0000 (17:22 +0000)]
drv_picoLCDGraphic.c: alternative use of keypad widgets (instead of GPIO)

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1118 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

15 years agoX11 driver: correctly handle key releases
mzuther [Sun, 18 Apr 2010 11:47:58 +0000 (11:47 +0000)]
X11 driver: correctly handle key releases

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1117 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

15 years agochanged hardcoded pixel resolution to configuration; usb_*_np functions only if avail...
volker [Fri, 12 Mar 2010 22:17:15 +0000 (22:17 +0000)]
changed hardcoded pixel resolution to configuration; usb_*_np functions only if available; try to get USB vendor name

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1116 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

15 years ago'Fix the huawei e220 at commands' by Jar
michael [Tue, 23 Feb 2010 03:27:16 +0000 (03:27 +0000)]
'Fix the huawei e220 at commands' by Jar

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1115 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

15 years agodrv_picoLCDGraphic.c: minimum USB read timeout is now 1 ms
mzuther [Mon, 15 Feb 2010 21:44:43 +0000 (21:44 +0000)]
drv_picoLCDGraphic.c: minimum USB read timeout is now 1 ms

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1114 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

15 years agodrv_picoLCDGraphic.c: added configuration for USB read timeout
mzuther [Sun, 14 Feb 2010 12:05:58 +0000 (12:05 +0000)]
drv_picoLCDGraphic.c: added configuration for USB read timeout

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1113 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

15 years agoindent.sh run
michael [Sun, 14 Feb 2010 02:47:49 +0000 (02:47 +0000)]
indent.sh run

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1112 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

15 years agoplugin_huawei-fix-interval-check_V2.patch from Jar
michael [Sun, 14 Feb 2010 02:46:43 +0000 (02:46 +0000)]
plugin_huawei-fix-interval-check_V2.patch from Jar

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1111 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

15 years agoImproved config behavior.
mjona [Fri, 12 Feb 2010 13:18:16 +0000 (13:18 +0000)]
Improved config behavior.

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1110 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

15 years agoFixed a segmentation fault bug in cfg_get().
mjona [Fri, 12 Feb 2010 13:16:27 +0000 (13:16 +0000)]
Fixed a segmentation fault bug in cfg_get().

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1109 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

15 years agoAll static memory allocations were turned into dynamical ones.
mjona [Thu, 11 Feb 2010 16:48:56 +0000 (16:48 +0000)]
All static memory allocations were turned into dynamical ones.
Improved configuration parameters:
- FifoPath to specify the fifo path (if absent, a built in replacement is used)
- FifoBufSize to specify the size of the internal buffer (this parameter is optional as
the plugin will try to match the number of display columns; if it fails and
no FifoBufSize parameter is supplied then a built in replacement is used)
Simplified and rationalized init and exit functions:
most global variables have been localized.
Fixed several off-by-one overflows memory bugs.

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1108 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

15 years agotimer.c: two small optimizations (removed "flag"; tv_usec can't be negative)
mzuther [Sun, 7 Feb 2010 20:45:51 +0000 (20:45 +0000)]
timer.c: two small optimizations (removed "flag"; tv_usec can't be negative)

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1107 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

15 years agoadded grouping of widgets by update interval (new file "timer_group.c")
mzuther [Sun, 7 Feb 2010 14:03:46 +0000 (14:03 +0000)]
added grouping of widgets by update interval (new file "timer_group.c")

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1106 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

15 years agoBUG: handle negative delays in timer_process() (timer.c)
mzuther [Sun, 7 Feb 2010 02:52:59 +0000 (02:52 +0000)]
BUG: handle negative delays in timer_process() (timer.c)

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1105 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

15 years agotimer.c: I had forgotten how to initialize a "struct" :)
mzuther [Sat, 6 Feb 2010 23:51:27 +0000 (23:51 +0000)]
timer.c: I had forgotten how to initialize a "struct" :)

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1104 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

15 years agoBUG: compensate timers for processing delay ("timer.c")
mzuther [Sat, 6 Feb 2010 21:42:05 +0000 (21:42 +0000)]
BUG: compensate timers for processing delay ("timer.c")

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1103 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

15 years agotimer.c: exchanged "proprietary code" with timeradd() and timersub() functions
mzuther [Sat, 6 Feb 2010 11:29:12 +0000 (11:29 +0000)]
timer.c: exchanged "proprietary code" with timeradd() and timersub() functions

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1102 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

15 years agotimer.c: removed fruitless changes to variable "flag" from timer_process()
mzuther [Thu, 4 Feb 2010 13:48:59 +0000 (13:48 +0000)]
timer.c: removed fruitless changes to variable "flag" from timer_process()

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1101 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

15 years agoAccording to its man page, timercmp() is broken on some systems -- applied the recomm...
mzuther [Thu, 4 Feb 2010 13:18:13 +0000 (13:18 +0000)]
According to its man page, timercmp() is broken on some systems -- applied the recommended (and equivalent) change.

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1100 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

15 years agosmall warning removed
michael [Thu, 4 Feb 2010 09:37:37 +0000 (09:37 +0000)]
small warning removed

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1099 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

15 years agoclear errno after creating the FIFO by Claas Hilbrecht
michael [Thu, 4 Feb 2010 09:37:12 +0000 (09:37 +0000)]
clear errno after creating the FIFO by Claas Hilbrecht

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1098 3ae390bd-cb1e-0410-b409-cd5a39f66f1f