aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* added touchscreen filesJoel Bodenmann2012-11-101-0/+374
|
* renamed touchpad into touchscreenJoel Bodenmann2012-11-101-374/+0
|
* small macro updateJoel Bodenmann2012-11-091-2/+2
|
* small cleanupJoel Bodenmann2012-11-091-4/+3
|
* Touchpad Updates - 3 point calibration support + Kumar Abhishek2012-11-091-266/+375
| | | | | Touchpad reads now return coord_t instead of uint16_t tpTransform function does the calibration transformation instead of the original functions
* Revert "doxygen tweaks - not complete yet"Joel Bodenmann2012-11-071-25/+0
| | | | This reverts commit b86c313aa2f86836fd8801e1937b1410679d5cb1.
* doxygen tweaks - not complete yetJoel Bodenmann2012-11-061-0/+25
|
* removed doxygen of static internal functionsJoel Bodenmann2012-11-061-42/+27
|
* small doxygen fixJoel Bodenmann2012-11-051-19/+1
|
* cleanup of doxygenJoel Bodenmann2012-11-031-21/+0
|
* and the final touch of doxygen...Joel Bodenmann2012-11-031-0/+1
|
* even more doxygen...Joel Bodenmann2012-11-037-21/+51
|
* 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
|