aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Collapse)AuthorAgeFilesLines
* readme updatesTectu2012-08-176-12/+6
|
* 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
|
* removed gdisp prefix on gdisp driversTectu2012-08-1433-27/+27
|
* SSD1289 fixTectu2012-08-141-1/+1
|
* gdispVMT makefile updateTectu2012-08-131-4/+4
|
* touchpad driver fixesTectu2012-08-132-9/+9
|
* restructureTectu2012-08-1336-0/+4577
|
* restructureTectu2012-08-139-1471/+0
|
* added new license headers to all files, expect /halextTectu2012-08-029-0/+161
|
* lcdVerticalScroll() fixTectu2012-07-252-2/+2
|
* cleanupTectu2012-07-231-3/+3
|
* ssd1289 lld_lcdReadStream() fixTectu2012-07-221-1/+1
|
* touchpad fixTectu2012-07-224-12/+12
|
* fix SSD1289 inverted modetrsaunders2012-07-221-9/+9
|
* fix orientations in ssd1289trsaunders2012-07-221-2/+2
|
* fix orientations in ssd1289trsaunders2012-07-221-19/+34
|
* F4 FSMC support, add support for different orientations, tidyuptrsaunders2012-07-221-146/+271
|
* ssd1289 fixTectu2012-07-221-5/+3
|
* whitespaceTectu2012-07-221-2/+0
|
* fixTectu2012-07-221-10/+1
|
* small fixTectu2012-07-221-1/+1
|
* small fixTectu2012-07-222-3/+4
|
* changed TP_CS macros. Added TP_CS_PORTTectu2012-06-292-10/+10
|
* fixed lld_lcdReadStream()Tectu2012-06-271-6/+17
|
* merge upstream changestrsaunders2012-06-272-183/+202
|\
| * ssd1289 fixTectu2012-06-251-1/+1
| |
| * whitespacesTectu2012-06-251-0/+3
| |
| * GPIO interfacing rewriteTectu2012-06-251-17/+1
| |
| * lld GPIO lsb/msb order fixTectu2012-06-251-4/+4
| |
| * ssd1289 driver fixTectu2012-06-251-4/+4
| |
| * lld_lcdWriteGPIO() return typeTectu2012-06-251-1/+1
| |
| * ssd1289 GPIO interface abstractionTectu2012-06-241-2/+4
| |
| * implemented lld_lcdWriteGPIO() for SSD1289Tectu2012-06-241-6/+9
| |
| * ssd1289 GPIO split into two 8-bit groupsTectu2012-06-241-3/+6
| |
| * ssd1289 powermodes implemented (powerOn, powerOff, sleepOn, sleepOff)Tectu2012-06-231-5/+13
| |
| * added lcdSetPowerMode()Tectu2012-06-202-42/+56
| |
| * cleanupsTectu2012-06-192-129/+131
| |
* | tidy up commentstrsaunders2012-06-271-1/+2
| |
* | add missing semi colontrsaunders2012-06-271-1/+1
| |
* | use max(height,width) to calculate buffer sizetrsaunders2012-06-272-2/+3
| |
* | more safety checkstrsaunders2012-06-271-13/+6
| |
* | tidy uptrsaunders2012-06-271-4/+36
| |
* | more console worktrsaunders2012-06-261-14/+59
| |
* | tidy uptrsaunders2012-06-251-2/+0
| |
* | work in progress for partial area scrollThomas Saunders2012-06-251-10/+42
| |
* | add vertical scroll functionsThomas Saunders2012-06-254-0/+27
| |