aboutsummaryrefslogtreecommitdiffstats
path: root/halext/include
Commit message (Collapse)AuthorAgeFilesLines
* restructureTectu2012-08-138-2004/+0
|
* added SPI config struct to TOUCHPADDriverTectu2012-08-091-1/+5
|
* Removed GDISPDriver structure, add macrosAndrew Hannam2012-08-093-11/+13
| | | | | | | Removed the GDISPDriver strucutre definitions, and as a parameter to gdispInit. Added macros for common Control and Query routines eg. gdispGetWidth ...
* Multi-thread, Async Multi-thread & VMTAndrew Hannam2012-08-095-158/+983
|
* implemented tpCalibrate()Tectu2012-08-091-0/+2
|
* added tpIRQ()Tectu2012-08-092-2/+13
|
* TOUCHPAD_PRESSURE -> TOUCHPAD_HAS_PRESSURETectu2012-08-092-3/+4
|
* more touchpad stuffTectu2012-08-091-0/+7
|
* removed TOUCHPAD_NEED_MULTITASKINGTectu2012-08-091-20/+15
|
* tpInit()Tectu2012-08-092-7/+7
|
* more touchpad stuffTectu2012-08-091-1/+1
|
* fixed a few TOUCHPAD_MULTITHREAD stuffsTectu2012-08-092-6/+13
|
* some more touchpad stuffTectu2012-08-092-0/+174
|
* fix grammar, vertical scroll, missing function definitionThomas Saunders2012-08-072-2/+3
|
* Compile error fix for GDISP_NEED_MULTITHREADAndrew Hannam2012-08-071-1/+1
|
* Backport GDISP low level drivers to GLCDAndrew Hannam2012-08-063-31/+43
| | | | see GLCD/readme.txt
* Many changes including scaled fontsAndrew Hannam2012-08-055-1521/+863
| | | | | | | | | | 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.
* Fixed Text Rendering Issuesabhishek-kakkar2012-08-032-160/+203
|
* fixed gdisp.hTectu2012-08-031-0/+17
|
* halext new license headersTectu2012-08-024-101/+20
|
* New (working) driver gdispNokia6610 + small syntax fixAndrew Hannam2012-08-021-7/+7
| | | | | | | | 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
* Extracted font structure definitions, re-organised some files, added ↵Andrew Hannam2012-08-024-7/+1126
| | | | | | | | | | | | | | 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.
* Many changesAndrew Hannam2012-07-312-0/+523
Fixed compile errors Moved to halext directory (with readme instructions) Started gdispNokia6100 low level driver