aboutsummaryrefslogtreecommitdiffstats
path: root/halext
Commit message (Collapse)AuthorAgeFilesLines
* S6D1121 LLD Compile error fixabhishek-kakkar2012-08-031-1/+1
|
* fixed gdisp.hTectu2012-08-031-0/+17
|
* halext new license headersTectu2012-08-0225-458/+185
|
* Merge pull request #26 from inmarket/masterTectu2012-08-0213-470/+1170
|\ | | | | New low level driver gdispNokia6610, removed dud Nokia6100, small syntax fix for some pixel formats
| * New (working) driver gdispNokia6610 + small syntax fixAndrew Hannam2012-08-0213-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
* | Merge pull request #25 from inmarket/masterTectu2012-08-015-0/+787
|\| | | | | New low level driver gdispTestStub
| * New low level driver gdispTestStubAndrew Hannam2012-08-025-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 fixTectu2012-08-021-1/+1
|/
* Extracted font structure definitions, re-organised some files, added ↵Andrew Hannam2012-08-0224-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 GDISPAndrew Hannam2012-08-016-0/+1369
| | | | | Untested as I don't have the hardware. Back-ported from GLCD.
* Reduce minimum number of low level driver routines to 2Andrew Hannam2012-07-317-70/+121
|
* Many changesAndrew Hannam2012-07-3115-0/+3956
Fixed compile errors Moved to halext directory (with readme instructions) Started gdispNokia6100 low level driver