aboutsummaryrefslogtreecommitdiffstats
path: root/drv_picoLCD.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-31drv_vnc: run as http daemonmichux1-2/+12
2009-03-30fix fps delay errormichux1-1/+1
2009-03-30add fps limitermichux2-2/+33
2009-03-30add UNSECURE password option to drv_vnc - SSH would be the better choice.michux2-1/+17
2009-03-28add keypadframe color as parameter, some minor fixupsmichux2-7/+21
2009-03-28update keypad handling, add more options, remove compiler waarningsmichux2-20/+40
2009-03-27update lcd4linux sample configmichux1-11/+11
2009-03-27add server port as config option, rename optionsmichux2-29/+37
2009-03-27vnc driver: keypad works nowmichux1-29/+35
2009-03-27some more keypad stuff for vnc driver...michux2-24/+50
2009-03-27update keypad function for vnc drivermichux1-5/+79
2009-03-26vnc driver: add beta keypad support michux3-11/+57
2009-03-26remove unneeded libsmichux2-2/+2
2009-03-26add sample cfg for vnc driver, indentmichux3-6/+16
2009-03-26add max client optionmichux1-7/+16
2009-03-26ignore security check for cygwinmichux1-0/+2
2009-03-26string compare is not case sensitive anymoremichux1-1/+1
2009-03-26more cygwin fixesmichux2-2/+2
2009-03-26fix cygwin compilemichux1-0/+19
2009-03-25I just wanted to commit the 1000st change to lcd4linux ;)michux1-2/+2
2009-03-25minor fixupmichux1-9/+4
2009-03-25more vnc driver stuff...michux3-40/+59
2009-03-25add vnc drivermichux9-114/+627
2009-03-23test intersection of (displayable) widgetsvolker9-15/+82
2009-03-16Fixed pot. buffer overflow in glcd2usbharbaum1-1/+1
2009-03-16glcd2usb button supportharbaum1-13/+11
2009-03-16glcd2usb button supportharbaum3-3747/+3087
2009-03-04autoconf updatemichael3-2946/+3598
2009-03-04GLCD2USB by Till Harbaummichael5-13/+59
2009-03-04add asc255bug setting to MatrixOrbital driver by Maik Dilgermichael1-1/+7
2009-02-28indentmichael1-50/+46
2009-02-28driver for GX series lcd from Matrix Orbital by Abbas Kosanmichael7-3/+626
2009-02-28GLCD2USB driver from Till Harbaummichael8-14/+629
2009-02-28added some contrib files from Nicu Pavelmichael6-0/+1101
2009-02-28patch for picoLCDGraphics that adds keypad/gpi/gpo capabilities from Nicu Pavelmichael1-5/+30
2009-02-28uh-oh... changed perl comment to C comment :-)michael1-1/+1
2009-02-28IRLCD patch from Jussi Kilpelainenmichael1-2/+2
2009-01-29removed backslash handling from cfg.c (its now part of the evaluator)michael1-37/+2
2009-01-29add octal escape sequences to evaluatormichael1-0/+15
2009-01-28update st2205 desc.michux1-1/+1
2009-01-26evaluator: escape sequences in strings (fix for ticket #145)michael1-5/+57
2009-01-23wifi ioctl() fixed (ticket #144)michael1-3/+12
2009-01-19style 'H' (hollow) for vertical bars, individual bar colors for vertical bars...michael2-11/+15
2009-01-18Brightness dimms every colorvolker1-5/+1
2009-01-18more descriptive display names with option -lmichael19-19/+20
2009-01-18'emty format string' compiler warning solvedmichael1-1/+1
2009-01-17correct brightness handling, reduced round tripsvolker1-16/+38
2009-01-16Closing XWindow quits without errorvolker1-9/+15
2009-01-16option parsing modifiedmichael1-10/+16
2009-01-16dump config file if verbose_level > 1michael1-0/+24
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 2011-01-05fix for a bug introduced in the DE-LD021 drivermichael1-3/+3 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1140 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2011-01-04indentationmichael2-3/+3 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1139 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2011-01-04support for Sure Electronics DE-LD021 by Natanael Olaizmichael1-10/+8 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1138 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2011-01-02driver for EFN LED modules by Tilman Glötznermichael9-21/+469 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1137 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2010-11-28commented, corrected and beautified both timer and timer group codemzuther11-197/+511 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1136 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2010-11-27finished commenting the timer codemzuther2-46/+138 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1135 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2010-11-20started commenting the timer codemzuther5-52/+170 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 2010-11-19Added brightness support for GLCD2USBharbaum5-28/+8014 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1133 3ae390bd-cb1e-0410-b409-cd5a39f66f1f