Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs | Joel Bodenmann | 2012-11-03 | 30 | -2833/+1857 |
| | |||||
* | doxygen update | Joel Bodenmann | 2012-11-03 | 1 | -0/+184 |
| | |||||
* | doxygen update | Joel Bodenmann | 2012-11-03 | 3 | -6/+5 |
| | |||||
* | moar doxygen fixes | Joel Bodenmann | 2012-11-02 | 12 | -63/+74 |
| | |||||
* | docs | Joel Bodenmann | 2012-11-02 | 4 | -1/+8 |
| | |||||
* | Doxygenfile update | Joel Bodenmann | 2012-11-02 | 1 | -3/+3 |
| | |||||
* | finally removed directory containging old code | Joel Bodenmann | 2012-11-02 | 3 | -452/+0 |
| | |||||
* | doxygen for graph | Joel Bodenmann | 2012-10-31 | 2 | -1/+102 |
| | |||||
* | Merge pull request #12 from inmarket/master | Tectu | 2012-10-30 | 7 | -527/+1015 |
|\ | | | | | GDISP fixes and new routines. Many GWIN changes. | ||||
| * | GDISP fixes and new routines. Many GWIN changes. | Andrew Hannam | 2012-10-30 | 7 | -527/+1015 |
|/ | | | | | | | | | | | | | | | | | | 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. | ||||
* | macro fix and whitespaces | Joel Bodenmann | 2012-10-29 | 1 | -1/+3 |
| | |||||
* | Revert "header prototype order cleanup" | Joel Bodenmann | 2012-10-29 | 1 | -7/+13 |
| | | | | This reverts commit 218a2e89bd744d7787f73cbb9eae1d6b1133d008. | ||||
* | whitespaces | Joel Bodenmann | 2012-10-29 | 1 | -1/+2 |
| | |||||
* | header prototype order cleanup | Joel Bodenmann | 2012-10-29 | 1 | -13/+7 |
| | |||||
* | fixed compiler warnings | Joel Bodenmann | 2012-10-28 | 1 | -0/+1 |
| | |||||
* | docs | Joel Bodenmann | 2012-10-28 | 1 | -0/+5 |
| | |||||
* | Merge pull request #10 from inmarket/master | Tectu | 2012-10-28 | 2 | -67/+102 |
|\ | | | | | Fixes to gdisp Win32 driver | ||||
| * | Fixes to gdisp Win32 driver | Andrew Hannam | 2012-10-28 | 2 | -67/+102 |
| | | | | | | | | Fixes to gdisp Win32 driver. This is now fully operational. | ||||
* | | Merge pull request #9 from inmarket/master | Tectu | 2012-10-27 | 4 | -13/+923 |
|\| | | | | | Implement gdispFillArc. Add GWIN windows. | ||||
| * | Implement gdispFillArc. Add GWIN windows. | Andrew Hannam | 2012-10-27 | 4 | -13/+923 |
| | | | | | | | | | | | | 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. | ||||
* | | Merge pull request #8 from inmarket/master | Tectu | 2012-10-26 | 6 | -61/+513 |
|\| | | | | | Fix Nokia6610 driver, add gdisp Win32 driver | ||||
| * | Fixes to Nokia6610 driver, add Win32 driver | Andrew Hannam | 2012-10-27 | 6 | -61/+513 |
|/ | | | | | | | | Fix errors that crept in recent macro changes to the Nokia6610 driver. Removed some redundant code from Nokia6610 driver now that it is functional for the GE8 controller. Add Win32 driver. Untested at present as ChibiOS Win32 compile appears broken. | ||||
* | updated mandelbrot demo | Joel Bodenmann | 2012-10-25 | 2 | -128/+38 |
| | |||||
* | version 1.3 release | Joel Bodenmann | 2012-10-25 | 2 | -0/+328 |
| | |||||
* | version 1.3 release | Joel Bodenmann | 2012-10-25 | 9 | -576/+1 |
| | |||||
* | graphDrawNets() fix | Joel Bodenmann | 2012-10-25 | 1 | -3/+3 |
| | |||||
* | graph fix | Joel Bodenmann | 2012-10-25 | 1 | -6/+8 |
| | |||||
* | added graph demo | Joel Bodenmann | 2012-10-24 | 1 | -0/+51 |
| | |||||
* | macro fixes | Joel Bodenmann | 2012-10-24 | 2 | -4/+12 |
| | |||||
* | graph - added boundary checks | Joel Bodenmann | 2012-10-24 | 1 | -13/+42 |
| | |||||
* | graph update | Joel Bodenmann | 2012-10-24 | 2 | -0/+23 |
| | |||||
* | graph update | Joel Bodenmann | 2012-10-24 | 2 | -105/+46 |
| | |||||
* | 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 | 2 | -1/+7 |
| | |||||
* | graph - different axis and grid color | Joel Bodenmann | 2012-10-24 | 2 | -15/+14 |
| | |||||
* | 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 | 2 | -10/+24 |
| | |||||
* | graph update | Joel Bodenmann | 2012-10-24 | 2 | -8/+20 |
| | |||||
* | first graph implementation | Joel Bodenmann | 2012-10-24 | 6 | -155/+126 |
| | |||||
* | added point_t struct | Joel Bodenmann | 2012-10-24 | 1 | -0/+5 |
| | |||||
* | added graph dummy | Joel Bodenmann | 2012-10-24 | 6 | -0/+133 |
| | |||||
* | fix | Joel Bodenmann | 2012-10-23 | 1 | -1/+1 |
| | |||||
* | fix | Joel Bodenmann | 2012-10-23 | 1 | -1/+1 |
| | |||||
* | added mandelbrot demo | Joel Bodenmann | 2012-10-23 | 4 | -95/+124 |
| | |||||
* | Revert "S6D1121 FSMC timing cleanup" | Joel Bodenmann | 2012-10-23 | 1 | -1/+1 |
| | | | | This reverts commit e46b6b60249632d8a9b9a81f669a46188e74bbca. | ||||
* | S6D1121 FSMC timing cleanup | Joel Bodenmann | 2012-10-23 | 1 | -1/+1 |
| | |||||
* | renamed calibration storage interface | Joel Bodenmann | 2012-10-23 | 1 | -6/+5 |
| | |||||
* | touchpad calibration storage update | Joel Bodenmann | 2012-10-23 | 1 | -7/+1 |
| |