aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| |
* | removed glcdconf.hThomas Saunders2012-06-224-4/+2
|/ | | | | it makes more sense for this config to be in the board file / application header / chconf.h
* c++ compatibility, FSMC driver for ssd1289trsaunders2012-06-193-35/+223
|
* Implemented writeStream functions for S6D1121Kumar Abhishek2012-06-191-25/+73
| | | | Nomenclature change lld_ prefix to low level functions
* ssd1289 fixTectu2012-06-171-1/+1
|
* ssd1289 fixTectu2012-06-171-1/+4
|
* ssd1289 lld_lcdWriteStream() implementationTectu2012-06-171-10/+15
|
* added lcdWriteStream start and stop functionsTectu2012-06-172-1/+29
|
* added static lcdWriteStreamTectu2012-06-172-0/+5
|
* ssd1289 fixTectu2012-06-171-11/+8
|
* restructureTectu2012-06-179-0/+7
|
* lcdFillArea now lldTectu2012-06-152-84/+101
|
* Revert "lcdFillArea() is now lld"Tectu2012-06-152-6/+1
| | | | This reverts commit 5defef1c1dccddea6706ffdb13a124f4a57a3c5b.