aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* gdispSetOrientation() bugfix (by inmarket)Tectu2012-08-221-1/+1
|
* added old glcd.h header backportTectu2012-08-211-136/+0
|
* coord_t from uint16_t to int16_tTectu2012-08-201-1/+1
|
* Fix compiler warningsKumar Abhishek2012-08-161-1/+1
| | | | Removed redundant dummy read from high level functions
* XPT2046 LLD Major UpdateKumar Abhishek2012-08-161-15/+50
| | | | | | | | | 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
* moved console to src/ and include/Tectu2012-08-131-0/+87
|
* restructureTectu2012-08-138-0/+2004