aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'master' of github.com:Tectu/ChibiOS-GFXJoel Bodenmann2012-10-131-0/+5
|\
| * small fixJoel Bodenmann2012-10-111-0/+5
* | TOUCHPADDriver_t -> TOUCHPADDriver | GConsole_t -> GConsoleJoel Bodenmann2012-10-132-6/+6
|/
* GConsole -> GConsole_tJoel Bodenmann2012-10-112-5/+7
* TOUCHPADDriver -> TOUCHPADDriver_tJoel Bodenmann2012-10-111-1/+1
* SCREEN_WIDTH and SCREEN_HEIGHT renamed to GDISP_SCREEN_WIDTH and GDISP_SCREEN...Joel Bodenmann2012-10-111-4/+4
* struct cal -> struct cal_tJoel Bodenmann2012-10-101-1/+1
* cleanupJoel Bodenmann2012-10-081-2/+4
* Adding a define for electrically inverted touchpads.mobyfab2012-10-071-15/+21
* Merge remote-tracking branch 'upstream/master'Kumar Abhishek2012-10-051-8/+8
|\
| * rename of orientationJoel Bodenmann2012-10-051-8/+8
| * Revert "rename of orientation"Joel Bodenmann2012-10-051-8/+8
| * rename of orientationJoel Bodenmann2012-10-051-8/+8
* | Touchpad Issue FixKumar Abhishek2012-10-041-6/+6
|/
* cleanupsJoel Bodenmann2012-09-262-33/+18
* compiler warning fixJoel Bodenmann2012-09-261-1/+1
* implemented touchpad calibration storage interfaceJoel Bodenmann2012-09-261-0/+8
* renaming from ChibiOS-LCD-Driver to ChibiOS/GFXJoel Bodenmann2012-09-254-16/+16
* fixed gdispDrawArc()Joel Bodenmann2012-09-231-57/+102
* Some cleaning.mobyfab2012-09-181-3/+5
* Changes to Console, VMT, BitBlt, Clip & DriversAndrew Hannam2012-09-102-310/+312
* 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
* 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