Commit Graph

10 Commits (8f9c956810cc2cc66306d41b8501b366eab9c035)

Author SHA1 Message Date
Andrew Hannam 8f9c956810 Multi-thread, Async Multi-thread & VMT 2012-08-09 17:18:32 +10:00
Thomas Saunders b87fc583d4 fix grammar, vertical scroll, missing function definition 2012-08-07 17:04:57 +01:00
Andrew Hannam 9f33efcf21 Compile error fix for GDISP_NEED_MULTITHREAD 2012-08-07 07:44:11 +10:00
Andrew Hannam 34075031de Backport GDISP low level drivers to GLCD
see GLCD/readme.txt
2012-08-06 11:30:02 +10:00
Andrew Hannam f4b63ebaf4 Many changes including scaled fonts
Scaled fonts (independantly in x & y direction) based on normal sized
font. Effectively double sized and double height same width fonts come
free (or triple etc).
New routine for sending low level drivers hardware commands eg backlight
brightness, contrast
Power and Orientation moved to new routine.
Clean up on files to simplify low level driver file overheads.
2012-08-05 02:32:31 +10:00
Tectu 10f51773e1 fixed gdisp.h 2012-08-03 15:58:45 +02:00
Tectu 27634aedf7 halext new license headers 2012-08-02 22:23:03 +02: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
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 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