Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ADS7843 update | Kumar Abhishek | 2012-08-16 | 1 | -146/+237 | |
| | | | | Same changes as the XPT2046 | |||||
* | XPT2046 LLD Major Update | Kumar Abhishek | 2012-08-16 | 1 | -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 drivers | Tectu | 2012-08-14 | 10 | -12/+12 | |
| | ||||||
* | removed gdisp prefix on gdisp drivers | Tectu | 2012-08-14 | 33 | -27/+27 | |
| | ||||||
* | SSD1289 fix | Tectu | 2012-08-14 | 1 | -1/+1 | |
| | ||||||
* | gdispVMT makefile update | Tectu | 2012-08-13 | 1 | -4/+4 | |
| | ||||||
* | touchpad driver fixes | Tectu | 2012-08-13 | 2 | -9/+9 | |
| | ||||||
* | restructure | Tectu | 2012-08-13 | 36 | -0/+4577 | |
| | ||||||
* | restructure | Tectu | 2012-08-13 | 9 | -1471/+0 | |
| | ||||||
* | added new license headers to all files, expect /halext | Tectu | 2012-08-02 | 9 | -0/+161 | |
| | ||||||
* | lcdVerticalScroll() fix | Tectu | 2012-07-25 | 2 | -2/+2 | |
| | ||||||
* | cleanup | Tectu | 2012-07-23 | 1 | -3/+3 | |
| | ||||||
* | ssd1289 lld_lcdReadStream() fix | Tectu | 2012-07-22 | 1 | -1/+1 | |
| | ||||||
* | touchpad fix | Tectu | 2012-07-22 | 4 | -12/+12 | |
| | ||||||
* | fix SSD1289 inverted mode | trsaunders | 2012-07-22 | 1 | -9/+9 | |
| | ||||||
* | fix orientations in ssd1289 | trsaunders | 2012-07-22 | 1 | -2/+2 | |
| | ||||||
* | fix orientations in ssd1289 | trsaunders | 2012-07-22 | 1 | -19/+34 | |
| | ||||||
* | F4 FSMC support, add support for different orientations, tidyup | trsaunders | 2012-07-22 | 1 | -146/+271 | |
| | ||||||
* | ssd1289 fix | Tectu | 2012-07-22 | 1 | -5/+3 | |
| | ||||||
* | whitespace | Tectu | 2012-07-22 | 1 | -2/+0 | |
| | ||||||
* | fix | Tectu | 2012-07-22 | 1 | -10/+1 | |
| | ||||||
* | small fix | Tectu | 2012-07-22 | 1 | -1/+1 | |
| | ||||||
* | small fix | Tectu | 2012-07-22 | 2 | -3/+4 | |
| | ||||||
* | changed TP_CS macros. Added TP_CS_PORT | Tectu | 2012-06-29 | 2 | -10/+10 | |
| | ||||||
* | fixed lld_lcdReadStream() | Tectu | 2012-06-27 | 1 | -6/+17 | |
| | ||||||
* | merge upstream changes | trsaunders | 2012-06-27 | 2 | -183/+202 | |
|\ | ||||||
| * | ssd1289 fix | Tectu | 2012-06-25 | 1 | -1/+1 | |
| | | ||||||
| * | whitespaces | Tectu | 2012-06-25 | 1 | -0/+3 | |
| | | ||||||
| * | GPIO interfacing rewrite | Tectu | 2012-06-25 | 1 | -17/+1 | |
| | | ||||||
| * | lld GPIO lsb/msb order fix | Tectu | 2012-06-25 | 1 | -4/+4 | |
| | | ||||||
| * | ssd1289 driver fix | Tectu | 2012-06-25 | 1 | -4/+4 | |
| | | ||||||
| * | lld_lcdWriteGPIO() return type | Tectu | 2012-06-25 | 1 | -1/+1 | |
| | | ||||||
| * | ssd1289 GPIO interface abstraction | Tectu | 2012-06-24 | 1 | -2/+4 | |
| | | ||||||
| * | implemented lld_lcdWriteGPIO() for SSD1289 | Tectu | 2012-06-24 | 1 | -6/+9 | |
| | | ||||||
| * | ssd1289 GPIO split into two 8-bit groups | Tectu | 2012-06-24 | 1 | -3/+6 | |
| | | ||||||
| * | ssd1289 powermodes implemented (powerOn, powerOff, sleepOn, sleepOff) | Tectu | 2012-06-23 | 1 | -5/+13 | |
| | | ||||||
| * | added lcdSetPowerMode() | Tectu | 2012-06-20 | 2 | -42/+56 | |
| | | ||||||
| * | cleanups | Tectu | 2012-06-19 | 2 | -129/+131 | |
| | | ||||||
* | | tidy up comments | trsaunders | 2012-06-27 | 1 | -1/+2 | |
| | | ||||||
* | | add missing semi colon | trsaunders | 2012-06-27 | 1 | -1/+1 | |
| | | ||||||
* | | use max(height,width) to calculate buffer size | trsaunders | 2012-06-27 | 2 | -2/+3 | |
| | | ||||||
* | | more safety checks | trsaunders | 2012-06-27 | 1 | -13/+6 | |
| | | ||||||
* | | tidy up | trsaunders | 2012-06-27 | 1 | -4/+36 | |
| | | ||||||
* | | more console work | trsaunders | 2012-06-26 | 1 | -14/+59 | |
| | | ||||||
* | | tidy up | trsaunders | 2012-06-25 | 1 | -2/+0 | |
| | | ||||||
* | | work in progress for partial area scroll | Thomas Saunders | 2012-06-25 | 1 | -10/+42 | |
| | | ||||||
* | | add vertical scroll functions | Thomas Saunders | 2012-06-25 | 4 | -0/+27 | |
| | | ||||||
* | | removed glcdconf.h | Thomas Saunders | 2012-06-22 | 4 | -4/+2 | |
|/ | | | | | it makes more sense for this config to be in the board file / application header / chconf.h | |||||
* | c++ compatibility, FSMC driver for ssd1289 | trsaunders | 2012-06-19 | 3 | -35/+223 | |
| | ||||||
* | Implemented writeStream functions for S6D1121 | Kumar Abhishek | 2012-06-19 | 1 | -25/+73 | |
| | | | | Nomenclature change lld_ prefix to low level functions |