aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/touchpad
Commit message (Collapse)AuthorAgeFilesLines
* Makefile LCD replaced with GFXJoel Bodenmann2012-10-044-6/+6
|
* cleanupsJoel Bodenmann2012-09-262-18/+0
|
* renaming from ChibiOS-LCD-Driver to ChibiOS/GFXJoel Bodenmann2012-09-254-16/+16
|
* readme updatesTectu2012-08-172-4/+2
|
* ADS7843 cleanupTectu2012-08-161-237/+248
|
* XPT2046 cleanupTectu2012-08-161-63/+62
|
* ADS7843 updateKumar Abhishek2012-08-161-146/+237
| | | | Same changes as the XPT2046
* XPT2046 LLD Major UpdateKumar Abhishek2012-08-161-32/+123
| | | | | | | | | Added 7 point median filtering to reduce noise TOUCHPADDriver structure now encapsulates the IRQ pin, so removed the TP_CS_ and TP_IRQ_ macros Added generic tp_lld_read_value method to read any ADC channel from the XPT2046, this includes on-chip temperature sensor and VBAT input Improved SPI bus sharing, with the optional TOUCHPAD_SPI_PROLOGUE and TOUCHPAD_SPI_EPILOGUE macros
* removed touchpad prefix on touchpad driversTectu2012-08-1410-12/+12
|
* touchpad driver fixesTectu2012-08-132-9/+9
|
* restructureTectu2012-08-138-0/+422
|
* restructureTectu2012-08-134-196/+0
|
* added new license headers to all files, expect /halextTectu2012-08-024-0/+80
|
* touchpad fixTectu2012-07-224-12/+12
|
* changed TP_CS macros. Added TP_CS_PORTTectu2012-06-292-10/+10
|
* removed glcdconf.hThomas Saunders2012-06-222-2/+2
| | | | | it makes more sense for this config to be in the board file / application header / chconf.h
* restructureTectu2012-06-174-0/+116