aboutsummaryrefslogtreecommitdiffstats
path: root/src/console.c
Commit message (Collapse)AuthorAgeFilesLines
* renamed macrosJoel Bodenmann2012-10-211-1/+1
|
* renamed console fuctions to gfxJoel Bodenmann2012-10-131-8/+8
|
* update console for latest chibios changestrsaunders2012-10-131-21/+6
|
* console fixJoel Bodenmann2012-10-131-1/+1
|
* console updateJoel Bodenmann2012-10-131-0/+4
|
* console updatesJoel Bodenmann2012-10-131-35/+2
|
* TOUCHPADDriver_t -> TOUCHPADDriver | GConsole_t -> GConsoleJoel Bodenmann2012-10-131-5/+5
|
* GConsole -> GConsole_tJoel Bodenmann2012-10-111-5/+6
|
* renaming from ChibiOS-LCD-Driver to ChibiOS/GFXJoel Bodenmann2012-09-251-4/+4
|
* Changes to Console, VMT, BitBlt, Clip & DriversAndrew Hannam2012-09-101-180/+219
| | | | | | | | | 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.
* console patch (thanks to inmarket for helping)Tectu2012-08-241-175/+180
|
* only enable console code if driver support is availabletrsaunders2012-08-131-0/+5
|
* moved console to src/ and include/Tectu2012-08-131-0/+170