aboutsummaryrefslogtreecommitdiffstats
path: root/halext/include/gdisp_lld.h
Commit message (Collapse)AuthorAgeFilesLines
* restructureTectu2012-08-131-599/+0
|
* Removed GDISPDriver structure, add macrosAndrew Hannam2012-08-091-4/+0
| | | | | | | 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-091-62/+173
|
* implemented tpCalibrate()Tectu2012-08-091-0/+2
|
* Backport GDISP low level drivers to GLCDAndrew Hannam2012-08-061-0/+24
| | | | see GLCD/readme.txt
* Many changes including scaled fontsAndrew Hannam2012-08-051-0/+466
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.