aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* rename of orientationJoel Bodenmann2012-10-051-8/+8
|
* Revert "rename of orientation"Joel Bodenmann2012-10-051-8/+8
| | | | This reverts commit d6b17a157392b40a1131fe70d798ad3eaab6378f.
* rename of orientationJoel Bodenmann2012-10-051-8/+8
|
* 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
| | | | Fixed and tested DMA blitarea for SSD1963.
* 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