Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | ssd1289 fix | Tectu | 2012-06-17 | 1 | -1/+1 | |
| | ||||||
* | ssd1289 fix | Tectu | 2012-06-17 | 1 | -1/+4 | |
| | ||||||
* | ssd1289 lld_lcdWriteStream() implementation | Tectu | 2012-06-17 | 1 | -10/+15 | |
| | ||||||
* | added lcdWriteStream start and stop functions | Tectu | 2012-06-17 | 2 | -1/+29 | |
| | ||||||
* | added static lcdWriteStream | Tectu | 2012-06-17 | 2 | -0/+5 | |
| | ||||||
* | ssd1289 fix | Tectu | 2012-06-17 | 1 | -11/+8 | |
| | ||||||
* | restructure | Tectu | 2012-06-17 | 9 | -0/+7 | |
| | ||||||
* | lcdFillArea now lld | Tectu | 2012-06-15 | 2 | -84/+101 | |
| | ||||||
* | Revert "lcdFillArea() is now lld" | Tectu | 2012-06-15 | 2 | -6/+1 | |
| | | | | This reverts commit 5defef1c1dccddea6706ffdb13a124f4a57a3c5b. |