Commit Graph

9 Commits (ff0b8d0fecbf9db330657cca2b2c0656bf9e463b)

Author SHA1 Message Date
Tectu 09390d919c Merge pull request #26 from inmarket/master
New low level driver gdispNokia6610, removed dud Nokia6100, small syntax fix for some pixel formats
2012-08-02 06:56:54 -07:00
Andrew Hannam af3abeebad New (working) driver gdispNokia6610 + small syntax fix
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
2012-08-02 23:41:41 +10:00
Tectu 2797388236 Merge pull request #25 from inmarket/master
New low level driver gdispTestStub
2012-08-01 22:11:04 -07:00
Andrew Hannam 072bf74c3e New low level driver gdispTestStub
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.
:)
2012-08-02 12:20:27 +10:00
Tectu 42f7e30591 halext readme fix 2012-08-02 01:33:10 +02:00
Andrew Hannam c99accc70e Extracted font structure definitions, re-organised some files, added 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.
2012-08-02 02:03:46 +10:00
Andrew Hannam 9ac85166b2 Added ssd1289 low level driver to GDISP
Untested as I don't have the hardware.
Back-ported from GLCD.
2012-08-01 01:54:05 +10:00
Andrew Hannam d7fc0795d5 Reduce minimum number of low level driver routines to 2 2012-07-31 15:24:15 +10:00
Andrew Hannam 256062859a Many changes
Fixed compile errors
Moved to halext directory (with readme instructions)
Started gdispNokia6100 low level driver
2012-07-31 14:34:10 +10:00