aboutsummaryrefslogtreecommitdiffstats
path: root/halext/src
Commit message (Collapse)AuthorAgeFilesLines
* added tpIRQ()Tectu2012-08-091-2/+15
|
* touchpad fixTectu2012-08-091-4/+6
|
* more touchpad stuffTectu2012-08-091-2/+59
|
* removed TOUCHPAD_NEED_MULTITASKINGTectu2012-08-091-50/+57
|
* more touchpad stuffTectu2012-08-091-4/+4
|
* fixed a few TOUCHPAD_MULTITHREAD stuffsTectu2012-08-091-1/+1
|
* some more touchpad stuffTectu2012-08-091-0/+130
|
* fix spellingThomas Saunders2012-08-071-3/+3
|
* Compile error fix for GDISP_NEED_MULTITHREADAndrew Hannam2012-08-071-20/+1
|
* Many changes including scaled fontsAndrew Hannam2012-08-054-721/+1875
| | | | | | | | | | 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.
* halext new license headersTectu2012-08-021-21/+5
|
* Extracted font structure definitions, re-organised some files, added ↵Andrew Hannam2012-08-023-1056/+8
| | | | | | | | | | | | | | 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.
* Reduce minimum number of low level driver routines to 2Andrew Hannam2012-07-312-0/+19
|
* Many changesAndrew Hannam2012-07-313-0/+1771
Fixed compile errors Moved to halext directory (with readme instructions) Started gdispNokia6100 low level driver