Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New (working) driver gdispNokia6610 + small syntax fix | Andrew Hannam | 2012-08-02 | 13 | -470/+1170 |
* | New low level driver gdispTestStub | Andrew Hannam | 2012-08-02 | 5 | -0/+787 |
* | Extracted font structure definitions, re-organised some files, added gdispS6d... | Andrew Hannam | 2012-08-02 | 24 | -513/+1956 |
* | Added ssd1289 low level driver to GDISP | Andrew Hannam | 2012-08-01 | 6 | -0/+1369 |
* | Reduce minimum number of low level driver routines to 2 | Andrew Hannam | 2012-07-31 | 7 | -70/+121 |
* | Many changes | Andrew Hannam | 2012-07-31 | 16 | -783/+1663 |
* | New GDISP driver | Andrew Hannam | 2012-07-31 | 8 | -18/+3095 |
* | Merge pull request #21 from trsaunders/master | Tectu | 2012-07-26 | 1 | -1/+4 |
|\ | |||||
| * | allow LCDLIB to be defined in Makefile | Thomas Saunders | 2012-07-26 | 1 | -1/+4 |
| * | Merge remote-tracking branch 'upstream/master' | trsaunders | 2012-07-25 | 0 | -0/+0 |
| |\ | |||||
* | | | readme update | Tectu | 2012-07-26 | 1 | -2/+2 |
* | | | readme update | Tectu | 2012-07-26 | 1 | -3/+5 |
* | | | readme update | Tectu | 2012-07-26 | 1 | -0/+16 |
* | | | readme update | Tectu | 2012-07-26 | 1 | -15/+0 |
* | | | Merge pull request #20 from trsaunders/master | Tectu | 2012-07-25 | 1 | -5/+7 |
|\| | | |/ |/| | |||||
| * | fix for console when x0 != 0 or y0 != 0 | trsaunders | 2012-07-25 | 1 | -5/+7 |
* | | Merge pull request #19 from trsaunders/master | Tectu | 2012-07-25 | 3 | -28/+90 |
|\| | |||||
| * | change font type to font_t | trsaunders | 2012-07-25 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'upstream/master' | trsaunders | 2012-07-25 | 4 | -7/+7 |
| |\ | |/ |/| | |||||
* | | lcdVerticalScroll() fix | Tectu | 2012-07-25 | 4 | -4/+4 |
* | | fixed lcdRectDraw() | Tectu | 2012-07-25 | 1 | -3/+3 |
* | | Merge pull request #18 from trsaunders/master | Tectu | 2012-07-24 | 3 | -50/+54 |
|\ \ | |||||
| | * | drawChar in worker | trsaunders | 2012-07-25 | 3 | -28/+90 |
| |/ | |||||
| * | get pixel return value implemented in struct | trsaunders | 2012-07-24 | 15 | -121/+133 |
| |\ | |/ |/| | |||||
* | | compiler warnings | Tectu | 2012-07-24 | 1 | -3/+6 |
* | | cleanup | Tectu | 2012-07-24 | 2 | -3/+0 |
* | | lcdDrawLine() speed improvement | Tectu | 2012-07-24 | 1 | -42/+50 |
* | | lcdDrawRect() speed improvement | Tectu | 2012-07-24 | 1 | -3/+1 |
* | | Merge pull request #17 from trsaunders/master | Tectu | 2012-07-23 | 1 | -5/+5 |
|\ \ | |||||
* | | | added glcdWorker.h | Tectu | 2012-07-23 | 1 | -0/+123 |
* | | | cleanup | Tectu | 2012-07-23 | 3 | -126/+2 |
* | | | cleanup | Tectu | 2012-07-23 | 2 | -4/+4 |
* | | | implemented lcdGetPixelColor() | Tectu | 2012-07-23 | 1 | -8/+6 |
* | | | Merge pull request #16 from trsaunders/master | Tectu | 2012-07-22 | 1 | -0/+5 |
|\ \ \ | |||||
* | | | | added console demo | Tectu | 2012-07-22 | 2 | -14/+30 |
* | | | | readme update | Tectu | 2012-07-22 | 1 | -1/+1 |
* | | | | fastMath cleanup | Tectu | 2012-07-22 | 2 | -19/+15 |
* | | | | ssd1289 lld_lcdReadStream() fix | Tectu | 2012-07-22 | 1 | -1/+1 |
* | | | | touchpad fix | Tectu | 2012-07-22 | 5 | -25/+17 |
* | | | | Merge pull request #15 from trsaunders/master | Tectu | 2012-07-22 | 1 | -9/+9 |
|\ \ \ \ | |||||
* \ \ \ \ | Merge pull request #14 from trsaunders/master | Tectu | 2012-07-22 | 1 | -19/+34 |
|\ \ \ \ \ | |||||
* \ \ \ \ \ | Merge pull request #13 from trsaunders/master | Tectu | 2012-07-22 | 1 | -146/+271 |
|\ \ \ \ \ \ | |||||
| | | | | | * | remove result from GLCD message struct and use chMsgRelease to pass result in... | trsaunders | 2012-07-24 | 3 | -48/+47 |
| | | | | |/ | |||||
| | | | | * | optimise console: use lcdFillArea instead of lcdDrawRect | trsaunders | 2012-07-23 | 1 | -5/+5 |
| | | | |/ | |||||
| | | | * | tidy up bottom and edges of console | trsaunders | 2012-07-22 | 1 | -0/+5 |
| | | |/ | |||||
| | | * | 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 |