Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #17 from trsaunders/master | Tectu | 2012-07-23 | 1 | -5/+5 |
|\ | |||||
| * | optimise console: use lcdFillArea instead of lcdDrawRect | trsaunders | 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 |
|\| | |||||
| * | tidy up bottom and edges of console | trsaunders | 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 |
|\| | |||||
| * | fix SSD1289 inverted mode | trsaunders | 2012-07-22 | 1 | -9/+9 |
* | | Merge pull request #14 from trsaunders/master | Tectu | 2012-07-22 | 1 | -19/+34 |
|\| | |||||
| * | fix orientations in ssd1289 | trsaunders | 2012-07-22 | 1 | -2/+2 |
| * | fix orientations in ssd1289 | trsaunders | 2012-07-22 | 1 | -19/+34 |
* | | Merge pull request #13 from trsaunders/master | Tectu | 2012-07-22 | 1 | -146/+271 |
|\| | |||||
| * | 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 | 4 | -5/+6 |
* | lcdVerticalScroll() uses worker | Tectu | 2012-07-18 | 2 | -4/+31 |
* | restructorizing | Tectu | 2012-07-18 | 20 | -7/+431 |
* | restructorizing | Tectu | 2012-07-18 | 3 | -409/+5 |
* | fix | Tectu | 2012-07-18 | 1 | -1/+1 |
* | cleanups | Tectu | 2012-07-18 | 2 | -22/+0 |
* | readme update | Tectu | 2012-07-17 | 1 | -1/+1 |
* | readme update | Tectu | 2012-07-17 | 1 | -1/+2 |
* | cleanup | Tectu | 2012-07-17 | 2 | -2/+2 |
* | added GLCD_DRAW_CHAR dummy in worker thread | Tectu | 2012-07-17 | 2 | -0/+22 |
* | removed lcdSetCursor() in glcd.c | Tectu | 2012-07-17 | 2 | -26/+1 |
* | small fixes | Tectu | 2012-07-16 | 2 | -1/+2 |
* | implemented worker thread for glcd | Tectu | 2012-07-16 | 2 | -17/+235 |
* | implemented worker thread for glcd | Tectu | 2012-07-16 | 3 | -3/+94 |
* | cleanup | Tectu | 2012-07-12 | 2 | -2/+2 |
* | Merge pull request #12 from dxli/master | Tectu | 2012-07-12 | 2 | -6/+11 |
|\ | |||||
| * | lcdDrawEllipse: fixed a missing color option | Dongxu Li | 2012-07-10 | 1 | -2/+2 |
| * | drawEllipse: added a filled option | Dongxu Li | 2012-07-10 | 2 | -6/+11 |
|/ | |||||
* | readme update | Tectu | 2012-07-10 | 1 | -3/+4 |
* | touchpad fix | Tectu | 2012-07-10 | 1 | -1/+1 |
* | touchpad fix | Tectu | 2012-07-10 | 1 | -2/+2 |
* | fixed tpCalibrate() | Tectu | 2012-07-10 | 1 | -0/+2 |
* | added fastMath files | Tectu | 2012-07-10 | 2 | -0/+189 |
* | added lcdDrawEllipse() - contributed by Ben William | Tectu | 2012-07-10 | 3 | -0/+30 |
* | guiDrawSlider() fixes | Tectu | 2012-07-09 | 2 | -17/+20 |
* | added guiDrawSlider() | Tectu | 2012-07-09 | 2 | -8/+30 |