aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-02-13added new examples to config filevolker1-3/+15
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1194 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2013-02-13Ticket #284volker2-8/+19
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1193 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2013-02-13stabilize text widget when no string is available; info message when ↵volker3-1/+10
serdisplib cannot open port git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1192 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-06-23widget_timer: oops, forgot to update includes...mzuther1-1/+1
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1191 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-06-23widget_timer: timer widgets should not abuse timer groups (fixes ticket #278)mzuther1-1/+1
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1190 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-05-19Mitigate format string exploitsjmccrohan3-5/+5
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-12Add drv_generic_serial.c functions to header filejmccrohan1-0/+2
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-04-09typo fix from Robert Reschmichael1-1/+1
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1187 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-04-09patch to support hex sequences from Marcus Menzelmichael1-0/+38
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1186 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-03-26Fixed realloc error handling in timer_group.c; changed the interval member ↵mjona6-1729/+8764
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-26handle failing realloc() correctly (thanks to Mattia)michael2-52/+20
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1184 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-03-26changed error() to info() to avoid syslog floodingmichael1-2/+2
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1183 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-03-23timer activation: use defines instead of integers for easier readingmzuther3-23/+26
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1182 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-03-15allow fine-grained backlight control for picoLCDGraphicmichael4-8500/+1461
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1181 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-02-27jpeglib dependency typo fixedmichael1-1/+1
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1180 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-02-23drv_SamsungSPF.h removedmichael1-0/+0
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1179 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-02-23some fixes from Sascha Plazarmichael5-3043/+1446
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1178 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-02-22driver for Samsung SPF by Sascha Plazarmichael10-3/+642
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1177 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-02-21driver for Futaba VFD by Marcus Menzelmichael9-4/+484
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1176 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-02-16teakLCM set GPIO='no' which produced linker errors (thanks to Marcus menzel ↵michael1-1/+0
for reporting) git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1175 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-02-15default model chnaged from 'generic' to 'M50530'michael1-1/+1
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1174 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-02-14driver for TeakLCM by Andreas Thienemannmichael10-33/+1113
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1173 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-02-10patch from Robert Tesch: support KIT120-5 and KIT129-6, GPO code repaired, ↵michael1-20/+58
use Scalefont git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1172 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-01-16Patch for Driver EA232Graphic by Robert Reschmichael2-7/+70
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1171 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-01-16scaletext patch from Stefan Kuhnemichael2-4/+16
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1170 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-01-16update to automake 1.11.2michael3-44/+78
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1169 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-01-08DPF driver by Stefan Kuhne 8note that you need libdpf)michael9-4/+337
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1168 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-01-08[PATCH 2/2] gcc warnings by Jonathan McCrohanmichael1-1/+1
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1167 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2012-01-08ATCH 1/2] gcc warnings by Jonathan McCrohanmichael1-2/+2
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1166 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2011-12-26old ancient legacy port access disabled by defaultmichael6-162/+491
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1165 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2011-12-22All compilation related issues in the headers have been fixed. Now each ↵mjona10-0/+11
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-09Replaced parameter NoPowerCycle with PowerCyclesonic741-5/+5
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1163 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2011-12-09Blit speedup, switch PICASO back to 9600 baud when exitingsonic741-47/+46
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1162 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2011-12-08Removed compiler warningsonic741-1/+1
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1161 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2011-12-08SGC supportsonic741-111/+254
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1160 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2011-08-31Fix spelling errors. Flagged by Debian lintian checkjmccrohan4-4/+4
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1159 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2011-07-28driver for Futaba MDM166A Graphic(96x16) vf-displays by Andreas Bracholdmichael9-2/+684
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1158 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2011-07-27driver for Newhaven's NHD‐0420D3Z‐FL‐GBW. 4x20 LCD by Rusty Clarksonmichael9-4/+573
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1157 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2011-07-27indentation :-(michael1-3/+3
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1156 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2011-07-27magic bold escape char by Andrew Thompsonmichael1-1/+9
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1155 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2011-07-27picoLCDGraphics needs keypad linkedmichael2-0/+2
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1154 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2011-07-27various compiler warnings fixedmichael13-60/+39
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1153 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2011-07-27Autoconf 2.68michael3-1455/+2751
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1152 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2011-07-27run smoketest on all of my 8 coresmichael1-2/+2
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1151 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2011-07-27indentationmichael4-330/+320
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1150 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2011-07-27patch to replace outdate library libmpd with recent library libmpdclient ↵michael2-240/+427
from Andreas Brachold git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1149 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2011-07-27lcd4linux-wireless.patch from Hans de Goedemichael1-1/+1
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1148 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2011-07-27st2205-width-height-swap.patch from Hans de Goedemichael1-2/+2
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1147 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2011-07-27hwmon patch from Hans de Goedemichael1-0/+14
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1146 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2011-07-27patch to support SureElectronicsDE-LD023 from Matt Joicemichael1-3/+16
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1145 3ae390bd-cb1e-0410-b409-cd5a39f66f1f