Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Adding GPIO to SSD1963 | mobyfab | 2012-09-04 | 2 | -36/+112 | |
| | ||||||
* | header adjustments on SSD1963 | Tectu | 2012-09-03 | 4 | -8/+8 | |
| | ||||||
* | updated comments, cleaning | mobyfab | 2012-08-31 | 6 | -31/+26 | |
| | ||||||
* | modifications, fixes. | mobyfab | 2012-08-31 | 4 | -61/+59 | |
| | | | | first working version with a couple hardware features. | |||||
* | Adding SSD1963 | mobyfab | 2012-08-30 | 6 | -0/+979 | |
| | ||||||
* | fixed SSD1289 driver | Tectu | 2012-08-24 | 1 | -1/+1 | |
| | ||||||
* | compiler warning fix | Tectu | 2012-08-22 | 1 | -0/+2 | |
| | ||||||
* | removed deviceCode readout of SSD1289 | Tectu | 2012-08-20 | 1 | -4/+0 | |
| | ||||||
* | readme updates | Tectu | 2012-08-17 | 6 | -12/+6 | |
| | ||||||
* | ADS7843 cleanup | Tectu | 2012-08-16 | 1 | -237/+248 | |
| | ||||||
* | XPT2046 cleanup | Tectu | 2012-08-16 | 1 | -63/+62 | |
| | ||||||
* | 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 | |
| | |