Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Extracted font structure definitions, re-organised some files, added ↵ | Andrew Hannam | 2012-08-02 | 24 | -513/+1956 |
| | | | | | | | | | | | | | | gdispS6d1121 driver Created gdisp_fonts.h to describe the internal structure of a font. Moved template directory to templates and created a sub-folder for each low level driver type. Moved the pre-defined font data and emulation code into better locations. Changed the emulation code to be included in the low level driver (where it should be) instead of the high level driver. Added new low level driver gdispS6d1121 (someone please test) Updated and added new readme's. | ||||
* | Added ssd1289 low level driver to GDISP | Andrew Hannam | 2012-08-01 | 6 | -0/+1369 |
| | | | | | Untested as I don't have the hardware. Back-ported from GLCD. | ||||
* | 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 |
| | | | | | | Fixed compile errors Moved to halext directory (with readme instructions) Started gdispNokia6100 low level driver | ||||
* | New GDISP driver | Andrew Hannam | 2012-07-31 | 8 | -18/+3095 |
| | | | | | | Based on GLCD, GDISP provides support for multiple architectures in a ChibiOS driver format. A compatability glcd.h has been provided to assist those wanting to migrate to the new structure. | ||||
* | Merge pull request #21 from trsaunders/master | Tectu | 2012-07-26 | 1 | -1/+4 |
|\ | | | | | allow LCDLIB to be defined in Makefile | ||||
| * | 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 |
|\| | | |/ |/| | console fix | ||||
| * | 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 |
|\| | | | | | lcdDrawChar from within worker | ||||
| * | 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 |
|\ \ | | | | | | | improvements to glcd.c | ||||
| | * | 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 |
|\ \ | | | | | | | console optimisations | ||||
* | | | 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 | ||||
* | | | | 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 inverted mode | ||||
* \ \ \ \ | Merge pull request #14 from trsaunders/master | Tectu | 2012-07-22 | 1 | -19/+34 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix orientations in SSD1189 | ||||
* \ \ \ \ \ | Merge pull request #13 from trsaunders/master | Tectu | 2012-07-22 | 1 | -146/+271 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | S6D1121 driver improvements | ||||
| | | | | | * | remove result from GLCD message struct and use chMsgRelease to pass result ↵ | trsaunders | 2012-07-24 | 3 | -48/+47 |
| | | | | |/ | | | | | | | | | | | | | | | | | | | instead | ||||
| | | | | * | 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 |
| | |||||
* | whitespace | Tectu | 2012-07-22 | 1 | -2/+0 |
| | |||||
* | fix | Tectu | 2012-07-22 | 1 | -10/+1 |
| |