aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Changes to Console, VMT, BitBlt, Clip & DriversAndrew Hannam2012-09-102-310/+312
| | | | | | | | | Console - Fix compile, add GDISP_NEED_CONSOLE for compilation VMT - Fix after directory structure changes BitBlt - Update API to allow a source bitmap position. Clip - Add clipping support into gdisp Arc - Allow hardware accelleration of Arc routines Nokia6610 - Fixes to BitBlt.
* Fixes for the touchpad API.mobyfab2012-09-071-2/+3
|
* cleanups & docsTectu2012-08-281-1/+14
|
* cleanupTectu2012-08-281-21/+13
|
* implemented gdispDrawArc() by noetherTectu2012-08-281-8/+91
|
* first try to implement gdispDrawARC() (not working yet)Tectu2012-08-241-0/+6
|
* console patch (thanks to inmarket for helping)Tectu2012-08-241-175/+180
|
* Merge branch 'master' of github.com:Tectu/ChibiOS-LCD-DriverTectu2012-08-241-10/+2
|\
| * fixed touchpad orientationTectu2012-08-221-10/+2
| |
* | added gdispDrawArc() and gdispFillArc() dummiesTectu2012-08-241-0/+33
|/
* Fix compiler warningsKumar Abhishek2012-08-161-9/+9
| | | | Removed redundant dummy read from high level functions
* fix spellingtrsaunders2012-08-131-3/+3
|
* only enable console code if driver support is availabletrsaunders2012-08-131-0/+5
|
* moved console to src/ and include/Tectu2012-08-131-0/+170
|
* restructureTectu2012-08-134-0/+1927