Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Incorporate Abhishek's changes | Andrew Hannam | 2012-08-04 | 5 | -403/+402 |
| | | | | His font support was better than mine. | ||||
* | Deleted superflous files | Andrew Hannam | 2012-08-04 | 2 | -1041/+0 |
| | |||||
* | Fix fonts nd fix debug symbols | Andrew Hannam | 2012-08-04 | 10 | -233/+1287 |
| | | | | | | | | | Fixed fonts for draw/fill char/string. On my display I require GDISP_SOFTWARE_TEXTFILLDRAW for filled char/string but that may because my display blit may be broken. Also found that code in header files doesn't have debug symbols generated for it so I converted the include files that contained code into real C files and altered the halext.mk to match. | ||||
* | Add new license to files missing it | Andrew Hannam | 2012-08-04 | 8 | -1700/+1777 |
| | | | | | | Add new license to files missing it. Some headers corrupted in license change were fixed. A couple of readme updates | ||||
* | Merge pull request #1 from Tectu/master | Andrew Hannam | 2012-08-02 | 59 | -876/+1451 |
|\ | | | | | Get updated license files | ||||
| * | contributors update | Tectu | 2012-08-02 | 1 | -1/+1 |
| | | |||||
| * | added contributors.txt file | Tectu | 2012-08-02 | 1 | -0/+14 |
| | | |||||
| * | halext new license headers | Tectu | 2012-08-02 | 25 | -458/+185 |
| | | |||||
| * | added new license headers to all files, expect /halext | Tectu | 2012-08-02 | 30 | -70/+576 |
| | | |||||
| * | added license.txt | Tectu | 2012-08-02 | 2 | -347/+674 |
| | | |||||
| * | Merge pull request #26 from inmarket/master | Tectu | 2012-08-02 | 13 | -470/+1170 |
| |\ | |/ |/| | New low level driver gdispNokia6610, removed dud Nokia6100, small syntax fix for some pixel formats | ||||
* | | New (working) driver gdispNokia6610 + small syntax fix | Andrew Hannam | 2012-08-02 | 13 | -470/+1170 |
| | | | | | | | | | | | | | | | | Small syntax error fix in macro for some pixel formats. gdispNokia6610 driver is tested (at least for filled rectangles) on Olimex SAM7-EX256 using the GE8 controller. Board interface is abstracted which should make it easy to add a new board interface. The | ||||
| * | compiling fix | Tectu | 2012-08-02 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #25 from inmarket/master | Tectu | 2012-08-01 | 5 | -0/+787 |
| |\ | |/ |/| | New low level driver gdispTestStub | ||||
* | | New low level driver gdispTestStub | Andrew Hannam | 2012-08-02 | 5 | -0/+787 |
| | | | | | | | | | | | | | | This new driver contains no hardware dependancies and so it can be used accross platforms to ensure the halext build system is working correctly. Just don't expect dots to appear on the non-existant display. :) | ||||
| * | halext readme fix | Tectu | 2012-08-02 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #24 from inmarket/master | Tectu | 2012-08-01 | 24 | -513/+1956 |
| |\ | |/ |/| | Many updates including new low level driver s6d1121 | ||||
* | | 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. | ||||
| * | Merge pull request #23 from inmarket/master | Tectu | 2012-07-31 | 6 | -0/+1369 |
| |\ | |/ |/| | Added ssd1289 low level driver to GDISP | ||||
* | | 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. | ||||
| * | Merge pull request #22 from inmarket/master | Tectu | 2012-07-30 | 17 | -18/+4026 |
| |\ | |/ |/| | GDISP display driver. | ||||
* | | 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 |
| | | |