aboutsummaryrefslogtreecommitdiffstats
path: root/drv_picoLCDGraphic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-27picoLCDGraphic: change backlight from bool to byteHEADtrunkmasterjmccrohan1-1/+1
2012-03-15allow fine-grained backlight control for picoLCDGraphicmichael1-2/+2
2011-07-27various compiler warnings fixedmichael1-1/+1
2011-02-12timer.c: fixed detection of positive clock skew (and some typos)mzuther1-1/+1
2010-05-17Ticket #184 (LCD::contrast and LCD::backlight segfaulting) fixedmichael1-2/+2
2010-04-22drv_picoLCDGraphic.c: changed two annoying info messages to debugging messagesmzuther1-2/+2
2010-04-18drv_picoLCDGraphic.c: alternative use of keypad widgets (instead of GPIO)mzuther1-2/+78
2010-02-15drv_picoLCDGraphic.c: minimum USB read timeout is now 1 msmzuther1-1/+1
2010-02-14drv_picoLCDGraphic.c: added configuration for USB read timeoutmzuther1-1/+9
2010-01-24picoLCDGraphic: update display regularly using a timer (*much* faster than re...mzuther1-2/+30
2009-11-21* Fix segfault on shutdown in drv_picoLCDGraphic.cedman0071-2/+2
2009-02-28patch for picoLCDGraphics that adds keypad/gpi/gpo capabilities from Nicu Pavelmichael1-5/+30
2008-10-07Replace write to external variable usb_debug by calling usb_set_debug().bwalle1-2/+1
2008-10-06properties fixedmichael1-3/+3
2008-07-15forgot to add drv_picoLCDGraphic.c :-(michael1-0/+613