aboutsummaryrefslogtreecommitdiffstats
path: root/halext/drivers/gdispTestStub
Commit message (Collapse)AuthorAgeFilesLines
* restructureTectu2012-08-134-449/+0
|
* Multi-thread, Async Multi-thread & VMTAndrew Hannam2012-08-092-43/+64
|
* makefiles updateTectu2012-08-081-2/+2
|
* Backport GDISP low level drivers to GLCDAndrew Hannam2012-08-061-1/+1
| | | | see GLCD/readme.txt
* Many changes including scaled fontsAndrew Hannam2012-08-053-405/+94
| | | | | | | | | | 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-023-63/+15
|
* New low level driver gdispTestStubAndrew Hannam2012-08-025-0/+787
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. :)