aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Collapse)AuthorAgeFilesLines
* Changes to Console, VMT, BitBlt, Clip & DriversAndrew Hannam2012-09-1016-1970/+1062
| | | | | | | | | Console - Fix compile, add GDISP_NEED_CONSOLE for compilation VMT - Fix after directory structure changes BitBlt - Update API to allow a source bitmap position. Clip - Add clipping support into gdisp Arc - Allow hardware accelleration of Arc routines Nokia6610 - Fixes to BitBlt.
* Increased FSMC delays. They were too low.mobyfab2012-09-061-1/+1
|
* Adding GPIO to SSD1963mobyfab2012-09-042-36/+112
|
* header adjustments on SSD1963Tectu2012-09-034-8/+8
|
* updated comments, cleaningmobyfab2012-08-316-31/+26
|
* modifications, fixes.mobyfab2012-08-314-61/+59
| | | | first working version with a couple hardware features.
* Adding SSD1963mobyfab2012-08-306-0/+979
|
* fixed SSD1289 driverTectu2012-08-241-1/+1
|
* compiler warning fixTectu2012-08-221-0/+2
|
* removed deviceCode readout of SSD1289Tectu2012-08-201-4/+0
|
* 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
| |