Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added touchscreen files | Joel Bodenmann | 2012-11-10 | 1 | -0/+374 |
| | |||||
* | renamed touchpad into touchscreen | Joel Bodenmann | 2012-11-10 | 1 | -374/+0 |
| | |||||
* | small macro update | Joel Bodenmann | 2012-11-09 | 1 | -2/+2 |
| | |||||
* | small cleanup | Joel Bodenmann | 2012-11-09 | 1 | -4/+3 |
| | |||||
* | Touchpad Updates - 3 point calibration support + | Kumar Abhishek | 2012-11-09 | 1 | -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 Bodenmann | 2012-11-07 | 1 | -25/+0 |
| | | | | This reverts commit b86c313aa2f86836fd8801e1937b1410679d5cb1. | ||||
* | doxygen tweaks - not complete yet | Joel Bodenmann | 2012-11-06 | 1 | -0/+25 |
| | |||||
* | removed doxygen of static internal functions | Joel Bodenmann | 2012-11-06 | 1 | -42/+27 |
| | |||||
* | small doxygen fix | Joel Bodenmann | 2012-11-05 | 1 | -19/+1 |
| | |||||
* | cleanup of doxygen | Joel Bodenmann | 2012-11-03 | 1 | -21/+0 |
| | |||||
* | and the final touch of doxygen... | Joel Bodenmann | 2012-11-03 | 1 | -0/+1 |
| | |||||
* | even more doxygen... | Joel Bodenmann | 2012-11-03 | 7 | -21/+51 |
| | |||||
* | doxygen update | Joel Bodenmann | 2012-11-03 | 1 | -1/+1 |
| | |||||
* | moar doxygen fixes | Joel Bodenmann | 2012-11-02 | 2 | -46/+51 |
| | |||||
* | docs | Joel Bodenmann | 2012-11-02 | 1 | -0/+1 |
| | |||||
* | doxygen for graph | Joel Bodenmann | 2012-10-31 | 1 | -1/+86 |
| | |||||
* | GDISP fixes and new routines. Many GWIN changes. | Andrew Hannam | 2012-10-30 | 2 | -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 warnings | Joel Bodenmann | 2012-10-28 | 1 | -0/+1 |
| | |||||
* | Implement gdispFillArc. Add GWIN windows. | Andrew Hannam | 2012-10-27 | 2 | -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() fix | Joel Bodenmann | 2012-10-25 | 1 | -3/+3 |
| | |||||
* | graph fix | Joel Bodenmann | 2012-10-25 | 1 | -6/+8 |
| | |||||
* | graph - added boundary checks | Joel Bodenmann | 2012-10-24 | 1 | -13/+42 |
| | |||||
* | graph update | Joel Bodenmann | 2012-10-24 | 1 | -0/+21 |
| | |||||
* | graph update | Joel Bodenmann | 2012-10-24 | 1 | -94/+31 |
| | |||||
* | graphDrawDots() fix | Joel Bodenmann | 2012-10-24 | 1 | -2/+6 |
| | |||||
* | graph fix | Joel Bodenmann | 2012-10-24 | 1 | -2/+2 |
| | |||||
* | graphGetOrigin() | Joel Bodenmann | 2012-10-24 | 1 | -1/+5 |
| | |||||
* | graph - different axis and grid color | Joel Bodenmann | 2012-10-24 | 1 | -14/+12 |
| | |||||
* | graphDrawDot() fix | Joel Bodenmann | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | graphDrawOneQuadrant() fix | Joel Bodenmann | 2012-10-24 | 1 | -2/+2 |
| | |||||
* | graph grid drawing fix | Joel Bodenmann | 2012-10-24 | 1 | -9/+23 |
| | |||||
* | graph update | Joel Bodenmann | 2012-10-24 | 1 | -8/+19 |
| | |||||
* | first graph implementation | Joel Bodenmann | 2012-10-24 | 2 | -5/+112 |
| | |||||
* | added graph dummy | Joel Bodenmann | 2012-10-24 | 1 | -0/+33 |
| | |||||
* | renamed calibration storage interface | Joel Bodenmann | 2012-10-23 | 1 | -6/+5 |
| | |||||
* | touchpad calibration storage update | Joel Bodenmann | 2012-10-23 | 1 | -7/+1 |
| | |||||
* | touchpad calibration storage update | Joel Bodenmann | 2012-10-23 | 1 | -20/+32 |
| | |||||
* | whitespaces | Joel Bodenmann | 2012-10-23 | 1 | -0/+2 |
| | |||||
* | SSD1289 setViewPort bugfix | Joel Bodenmann | 2012-10-23 | 1 | -0/+1 |
| | |||||
* | added delay to gdispControl() to fix some timing issues | Joel Bodenmann | 2012-10-23 | 1 | -0/+2 |
| | |||||
* | renamed macros | Joel Bodenmann | 2012-10-21 | 4 | -7/+7 |
| | |||||
* | renamed console fuctions to gfx | Joel Bodenmann | 2012-10-13 | 1 | -8/+8 |
| | |||||
* | update console for latest chibios changes | trsaunders | 2012-10-13 | 1 | -21/+6 |
| | |||||
* | console fix | Joel Bodenmann | 2012-10-13 | 1 | -1/+1 |
| | |||||
* | console update | Joel Bodenmann | 2012-10-13 | 1 | -0/+4 |
| | |||||
* | console updates | Joel Bodenmann | 2012-10-13 | 1 | -35/+2 |
| | |||||
* | Merge branch 'master' of github.com:Tectu/ChibiOS-GFX | Joel Bodenmann | 2012-10-13 | 1 | -0/+5 |
|\ | |||||
| * | small fix | Joel Bodenmann | 2012-10-11 | 1 | -0/+5 |
| | | |||||
* | | TOUCHPADDriver_t -> TOUCHPADDriver | GConsole_t -> GConsole | Joel Bodenmann | 2012-10-13 | 2 | -6/+6 |
|/ | |||||
* | GConsole -> GConsole_t | Joel Bodenmann | 2012-10-11 | 2 | -5/+7 |
| |