aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp.c
Commit message (Collapse)AuthorAgeFilesLines
* GConsole -> GConsole_tJoel Bodenmann2012-10-111-0/+1
|
* cleanupsJoel Bodenmann2012-09-261-10/+2
|
* compiler warning fixJoel Bodenmann2012-09-261-1/+1
|
* renaming from ChibiOS-LCD-Driver to ChibiOS/GFXJoel Bodenmann2012-09-251-4/+4
|
* fixed gdispDrawArc()Joel Bodenmann2012-09-231-57/+102
|
* Changes to Console, VMT, BitBlt, Clip & DriversAndrew Hannam2012-09-101-130/+93
| | | | | | | | | 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.
* 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
|
* added gdispDrawArc() and gdispFillArc() dummiesTectu2012-08-241-0/+33
|
* restructureTectu2012-08-131-0/+997