jmccrohan
151f501456
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
2013-05-15 22:58:56 +00:00
volker
09d2a732ea
disable plugin sensors if not found
...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1196 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2013-03-10 19:43:13 +00:00
volker
4dc83784b2
new plugin raspi
...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1195 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2013-02-19 23:17:43 +00:00
volker
9b3ccb8eca
added new examples to config file
...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1194 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2013-02-13 15:15:34 +00:00
volker
1024b52f2c
Ticket #284
...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1193 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2013-02-13 14:00:30 +00:00
volker
5559e7f6cb
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
2013-02-13 13:49:22 +00:00
mzuther
71df54522b
widget_timer: oops, forgot to update includes...
...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1191 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-06-23 21:52:34 +00:00
mzuther
9d72353c29
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
2012-06-23 21:47:50 +00:00
jmccrohan
0070c29645
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
2012-05-19 12:46:24 +00:00
jmccrohan
b0fd4a3383
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
2012-05-12 13:24:40 +00:00
michael
ff1279f56a
typo fix from Robert Resch
...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1187 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-04-09 04:46:59 +00:00
michael
2c23bdcb1d
patch to support hex sequences from Marcus Menzel
...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1186 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-04-09 04:45:07 +00:00
mjona
13c974ad61
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
2012-03-26 13:24:37 +00:00
michael
3ede2a57df
handle failing realloc() correctly (thanks to Mattia)
...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1184 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-03-26 04:39:46 +00:00
michael
7ae0d560e1
changed error() to info() to avoid syslog flooding
...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1183 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-03-26 04:31:55 +00:00
mzuther
2a72a23887
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
2012-03-23 19:54:21 +00:00
michael
446db7af45
allow fine-grained backlight control for picoLCDGraphic
...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1181 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-03-15 03:48:49 +00:00
michael
981ce7826f
jpeglib dependency typo fixed
...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1180 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-02-27 10:27:40 +00:00
michael
61e4d8a0d3
drv_SamsungSPF.h removed
...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1179 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-02-23 06:37:15 +00:00
michael
88dde26adb
some fixes from Sascha Plazar
...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1178 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-02-23 06:36:53 +00:00
michael
eafd9557e5
driver for Samsung SPF by Sascha Plazar
...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1177 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-02-22 03:11:31 +00:00
michael
c5fc726e3b
driver for Futaba VFD by Marcus Menzel
...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1176 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-02-21 03:53:17 +00:00
michael
69ca09755b
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
2012-02-16 12:50:59 +00:00
michael
2e6d972471
default model chnaged from 'generic' to 'M50530'
...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1174 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-02-15 13:07:53 +00:00
michael
cab1c1a400
driver for TeakLCM by Andreas Thienemann
...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1173 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-02-14 03:17:04 +00:00
michael
aae7a3ee37
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
2012-02-10 16:04:36 +00:00
michael
2a553a0ff2
Patch for Driver EA232Graphic by Robert Resch
...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1171 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-01-16 02:53:14 +00:00
michael
c98cf9ae78
scaletext patch from Stefan Kuhne
...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1170 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-01-16 02:50:03 +00:00
michael
8c2ea5ba97
update to automake 1.11.2
...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1169 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-01-16 02:45:24 +00:00
michael
33d1f71e7e
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
2012-01-08 08:25:54 +00:00
michael
0b52f08226
[PATCH 2/2] gcc warnings by Jonathan McCrohan
...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1167 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-01-08 08:14:32 +00:00
michael
d63168bd84
ATCH 1/2] gcc warnings by Jonathan McCrohan
...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1166 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-01-08 08:14:04 +00:00
michael
b225453a3f
old ancient legacy port access disabled by default
...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1165 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2011-12-26 06:28:05 +00:00
mjona
67c1402467
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
2011-12-22 10:48:01 +00:00
sonic74
2362171db0
Replaced parameter NoPowerCycle with PowerCycle
...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1163 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2011-12-09 03:16:17 +00:00
sonic74
4b251367af
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
2011-12-09 03:08:20 +00:00
sonic74
27da4769fd
Removed compiler warning
...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1161 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2011-12-08 16:16:08 +00:00
sonic74
5d473ec959
SGC support
...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1160 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2011-12-08 15:51:23 +00:00
jmccrohan
288cd40479
Fix spelling errors. Flagged by Debian lintian check
...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1159 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2011-08-31 22:00:29 +00:00
michael
6b6d1d868a
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
2011-07-28 02:09:16 +00:00
michael
6eec23d6f4
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
2011-07-27 05:58:08 +00:00
michael
2949be131a
indentation :-(
...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1156 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2011-07-27 05:41:42 +00:00
michael
e6130f4f65
magic bold escape char by Andrew Thompson
...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1155 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2011-07-27 05:41:22 +00:00
michael
bd2948ce2f
picoLCDGraphics needs keypad linked
...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1154 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2011-07-27 05:39:37 +00:00
michael
7318d07f89
various compiler warnings fixed
...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1153 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2011-07-27 05:12:30 +00:00
michael
616665a32d
Autoconf 2.68
...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1152 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2011-07-27 04:21:44 +00:00
michael
a6019b1671
run smoketest on all of my 8 cores
...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1151 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2011-07-27 04:19:37 +00:00
michael
2a765ae84d
indentation
...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1150 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2011-07-27 02:53:04 +00:00
michael
48ea1dd640
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
2011-07-27 02:36:25 +00:00
michael
22169050ad
lcd4linux-wireless.patch from Hans de Goede
...
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1148 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2011-07-27 02:21:48 +00:00