fli4l
  1. fli4l

lcd4linux

Public
AuthorCommitMessageCommit dateIssues
jmccrohanjmccrohan
cb69a93a450picoLCDGraphic: change backlight from bool to byteBased on patch submitted by Mike Edwards <pf-debian-bugs@mirkwood.net> to Debian Bug #861993 (https://bugs.debian.org/861993). See excerpt from bug report below. ----------------------------------------- Dear Maintainer, Using driver 'picoLCDGraphic' in lcd4linux.conf, backlight can only be set to 0 or 1 (off/on). While the backlight of the picolcd is on at boot, the moment lcd4linux starts, ...
jmccrohanjmccrohan
4e055ed9cbdReplace non-portable datatypes with C99 versionsFound during OpenWrt's migration from uClibc to musl. Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com> git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1203 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
michaelmichael
d38b3dc0f50drv_HD44780: add 8bit i2c mode for HD44780 by Michael Grzeschik <m.grzeschik@pengutronix.de>git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1202 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
michaelmichael
00c0fae78c4updated to automake 1.14.1git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1201 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
michaelmichael
2b70773fe8fautotools update (iconv?)git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1200 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
michaelmichael
745168103cfindentationgit-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1199 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
michaelmichael
ab5d1fd17f1DPF patch by superelchigit-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1198 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
jmccrohanjmccrohan
151f501456fraspi: Disabled unless explicitly enabled by userAdd 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
volkervolker
09d2a732eacdisable plugin sensors if not foundgit-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1196 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
volkervolker
4dc83784b22new plugin raspigit-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1195 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
volkervolker
9b3ccb8ecadadded new examples to config filegit-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1194 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
volkervolker
1024b52f2cdTicket #284git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1193 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
volkervolker
5559e7f6cb8stabilize text widget when no string is available; info message when serdisplib cannot open portgit-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1192 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
mzuthermzuther
71df54522bbwidget_timer: oops, forgot to update includes... git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1191 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
mzuthermzuther
9d72353c29fwidget_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
jmccrohanjmccrohan
0070c296459Mitigate format string exploitserror: 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
jmccrohanjmccrohan
b0fd4a33835Add drv_generic_serial.c functions to header fileNew 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
michaelmichael
ff1279f56aetypo fix from Robert Reschgit-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1187 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
michaelmichael
2c23bdcb1d4patch to support hex sequences from Marcus Menzelgit-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1186 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
mjonamjona
13c974ad615Fixed 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
michaelmichael
3ede2a57df6handle failing realloc() correctly (thanks to Mattia)git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1184 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
michaelmichael
7ae0d560e1dchanged error() to info() to avoid syslog floodinggit-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1183 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
mzuthermzuther
2a72a238872timer 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
michaelmichael
446db7af452allow fine-grained backlight control for picoLCDGraphicgit-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1181 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
michaelmichael
981ce7826f0jpeglib dependency typo fixedgit-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1180 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
michaelmichael
61e4d8a0d3edrv_SamsungSPF.h removedgit-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1179 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
michaelmichael
88dde26adb2some fixes from Sascha Plazargit-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1178 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
michaelmichael
eafd9557e50driver for Samsung SPF by Sascha Plazargit-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1177 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
michaelmichael
c5fc726e3bedriver for Futaba VFD by Marcus Menzelgit-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1176 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
michaelmichael
69ca09755b1teakLCM 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
michaelmichael
2e6d972471ddefault model chnaged from 'generic' to 'M50530'git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1174 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
michaelmichael
cab1c1a4002driver for TeakLCM by Andreas Thienemanngit-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1173 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
michaelmichael
aae7a3ee376patch from Robert Tesch: support KIT120-5 and KIT129-6, GPO code repaired, use Scalefontgit-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1172 3ae390bd-cb1e-0410-b409-cd5a39f66f1f2 Jira Issues
michaelmichael
2a553a0ff26Patch for Driver EA232Graphic by Robert Reschgit-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1171 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
michaelmichael
c98cf9ae78escaletext patch from Stefan Kuhnegit-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1170 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
michaelmichael
8c2ea5ba970update to automake 1.11.2git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1169 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
michaelmichael
33d1f71e7ebDPF 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
michaelmichael
0b52f082263[PATCH 2/2] gcc warnings by Jonathan McCrohangit-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1167 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
michaelmichael
d63168bd84bATCH 1/2] gcc warnings by Jonathan McCrohangit-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1166 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
michaelmichael
b225453a3f4old ancient legacy port access disabled by defaultgit-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1165 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
mjonamjona
67c14024676All 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
sonic74sonic74
2362171db08Replaced parameter NoPowerCycle with PowerCyclegit-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1163 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
sonic74sonic74
4b251367af1Blit speedup, switch PICASO back to 9600 baud when exitinggit-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1162 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
sonic74sonic74
27da4769fd4Removed compiler warninggit-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1161 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
sonic74sonic74
5d473ec959cSGC supportgit-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1160 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
jmccrohanjmccrohan
288cd40479dFix spelling errors. Flagged by Debian lintian checkgit-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1159 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
michaelmichael
6b6d1d868a0driver for Futaba MDM166A Graphic(96x16) vf-displays by Andreas Bracholdgit-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1158 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
michaelmichael
6eec23d6f43driver for Newhaven's NHD‐0420D3Z‐FL‐GBW. 4x20 LCD by Rusty Clarksongit-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1157 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
michaelmichael
2949be131a5indentation :-(git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1156 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
michaelmichael
e6130f4f65emagic bold escape char by Andrew Thompsongit-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1155 3ae390bd-cb1e-0410-b409-cd5a39f66f1f