aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* doxygen updateJoel Bodenmann2012-11-031-1/+1
|
* moar doxygen fixesJoel Bodenmann2012-11-022-46/+51
|
* docsJoel Bodenmann2012-11-021-0/+1
|
* doxygen for graphJoel Bodenmann2012-10-311-1/+86
|
* GDISP fixes and new routines. Many GWIN changes.Andrew Hannam2012-10-302-444/+752
| | | | | | | | | | | | | | | | | | GDISP: Fix gdisp???Arc to use (possibly) hardware accelerated routines. Fix Arc orientation so 0 degrees is on x axis and 90 degrees points to the top of screen (instead of the bottom). Add rounded box routines (if ARC support is turned on). Add a gdispDrawStringBox to match the gdispFillStringBox routine. Repair prototypes in wrong place in gdisp.h GWIN: Extract the concept of a Window Handle to allow many new features. Allow dynamic creation of window objects as well as static initialisation. Seperate the console code into a console specific window type. Add buttons as a specific window type. The drawing code is complete, the input (touch or mouse) is still to be implemented.
* fixed compiler warningsJoel Bodenmann2012-10-281-0/+1
|
* Implement gdispFillArc. Add GWIN windows.Andrew Hannam2012-10-272-1/+734
| | | | | | Implement gdispFillArc in gdisp. Added gwin (GFX_USE_GWIN) - adds a window based drawing layer to GDISP. GWIN also support chprintf text drawing like console.
* graphDrawNets() fixJoel Bodenmann2012-10-251-3/+3
|
* graph fixJoel Bodenmann2012-10-251-6/+8
|
* graph - added boundary checksJoel Bodenmann2012-10-241-13/+42
|
* graph updateJoel Bodenmann2012-10-241-0/+21
|
* graph updateJoel Bodenmann2012-10-241-94/+31
|
* graphDrawDots() fixJoel Bodenmann2012-10-241-2/+6
|
* graph fixJoel Bodenmann2012-10-241-2/+2
|
* graphGetOrigin()Joel Bodenmann2012-10-241-1/+5
|
* graph - different axis and grid colorJoel Bodenmann2012-10-241-14/+12
|
* graphDrawDot() fixJoel Bodenmann2012-10-241-1/+1
|
* graphDrawOneQuadrant() fixJoel Bodenmann2012-10-241-2/+2
|
* graph grid drawing fixJoel Bodenmann2012-10-241-9/+23
|
* graph updateJoel Bodenmann2012-10-241-8/+19
|
* first graph implementationJoel Bodenmann2012-10-242-5/+112
|
* added graph dummyJoel Bodenmann2012-10-241-0/+33
|
* renamed calibration storage interfaceJoel Bodenmann2012-10-231-6/+5
|
* touchpad calibration storage updateJoel Bodenmann2012-10-231-7/+1
|
* touchpad calibration storage updateJoel Bodenmann2012-10-231-20/+32
|
* whitespacesJoel Bodenmann2012-10-231-0/+2
|
* SSD1289 setViewPort bugfixJoel Bodenmann2012-10-231-0/+1
|
* added delay to gdispControl() to fix some timing issuesJoel Bodenmann2012-10-231-0/+2
|
* renamed macrosJoel Bodenmann2012-10-214-7/+7
|
* 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 ↵Joel Bodenmann2012-10-111-4/+4
| | | | GDISP_SCREEN_HEIGHT
* 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
|\ | | | | | | | | | | | | Conflicts: src/touchpad.c Fix conflicts
| * 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
| |
* | Touchpad Issue FixKumar Abhishek2012-10-041-6/+6
|/ | | | Fixed interchanged cases of landscape and landscapeInv in tpReadX() and tpReadY()
* cleanupsJoel Bodenmann2012-09-262-33/+18
|
* compiler warning fixJoel Bodenmann2012-09-261-1/+1
|