Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | updated copyright - 2013 | Joel Bodenmann | 2013-03-06 | 39 | -39/+39 | |
| | ||||||
* | TDISP update | Joel Bodenmann | 2013-03-02 | 1 | -2/+2 | |
| | ||||||
* | Add option GWIN_BUTTON_LAZY_RELEASE | Andrew Hannam | 2013-03-02 | 1 | -71/+74 | |
| | | | | | | Add option GWIN_BUTTON_LAZY_RELEASE. When set to true in gfxconf.h it changes gwin button behaviour to not require the mouse/touch be over the button when it is released. | |||||
* | GAUDIN implemented with GADC driver | Andrew Hannam | 2013-03-01 | 6 | -457/+597 | |
| | ||||||
* | GADC implementation with demo program | Andrew Hannam | 2013-02-18 | 4 | -435/+639 | |
| | | | | Also includes driver for AT91SAM7 cpu | |||||
* | Fix compile error in GDISP | Andrew Hannam | 2013-02-18 | 4 | -1795/+1795 | |
| | | | | | | Fix compile error with wrongly named include file Revert lld_gdisp naming convention to gdisp_lld to fix problem and be consitant with all other low level drivers. | |||||
* | TDISP merge - NOT TESTED!!! | Joel Bodenmann | 2013-02-18 | 3 | -238/+284 | |
|\ | ||||||
| * | TDISP cleanup | Andrew Hannam | 2013-01-19 | 3 | -238/+284 | |
| | | | | | | | | | | | | Seperate High level and low level code better Implement tdispControl Cleanup | |||||
* | | typo | Joel Bodenmann | 2013-02-11 | 1 | -1/+1 | |
| | | ||||||
* | | VMT removal | Joel Bodenmann | 2013-02-11 | 2 | -28/+23 | |
| | | ||||||
* | | more GDISP_LLD() cleanup | Joel Bodenmann | 2013-02-11 | 2 | -7/+2 | |
| | | ||||||
* | | removed GDISP_LLD() macro - fix | Joel Bodenmann | 2013-02-11 | 37 | -0/+5827 | |
| | | ||||||
* | | removed GDISP_LLD() macro | Joel Bodenmann | 2013-02-11 | 37 | -5827/+0 | |
| | | ||||||
* | | small GDISP fix - Thanks to George Lucian | Joel Bodenmann | 2013-02-04 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #31 from inmarket/master | Tectu | 2013-01-17 | 11 | -0/+844 | |
|\ | | | | | New Subsystems GADC, GAUDIN, GAUDOUT, GMISC | |||||
| * | Implement GMISC Array Operations | Andrew Hannam | 2013-01-17 | 1 | -0/+6 | |
| | | ||||||
| * | New Subsystems GADC, GAUDIN, GAUDOUT, GMISC | Andrew Hannam | 2013-01-17 | 11 | -0/+838 | |
| | | | | | | | | Subsystem definitions and API (not fully implemented yet) | |||||
* | | TDISP cleanup | Joel Bodenmann | 2013-01-17 | 2 | -4/+6 | |
|/ | ||||||
* | some more TDISP cleanup | Joel Bodenmann | 2013-01-16 | 1 | -0/+2 | |
| | ||||||
* | removed internal TDISP_LLD() macro | Joel Bodenmann | 2013-01-16 | 1 | -3/+5 | |
| | ||||||
* | TDISP update | Joel Bodenmann | 2013-01-16 | 1 | -3/+3 | |
| | ||||||
* | compiling bux fix | Joel Bodenmann | 2013-01-13 | 1 | -0/+3 | |
| | ||||||
* | small fix | Joel Bodenmann | 2013-01-13 | 1 | -0/+9 | |
| | ||||||
* | tdisp fixes | Joel Bodenmann | 2013-01-12 | 1 | -2/+2 | |
| | ||||||
* | TDISP: added custom character routine | Joel Bodenmann | 2013-01-12 | 1 | -1/+12 | |
| | ||||||
* | tdisp docs | Joel Bodenmann | 2013-01-11 | 1 | -0/+1 | |
| | ||||||
* | Merge branch 'tdisp' | Joel Bodenmann | 2013-01-11 | 4 | -0/+272 | |
|\ | ||||||
| * | tdisp update | Joel Bodenmann | 2013-01-11 | 1 | -5/+6 | |
| | | ||||||
| * | some tdisp update | Joel Bodenmann | 2013-01-11 | 3 | -22/+104 | |
| | | ||||||
| * | TDISP update | Joel Bodenmann | 2013-01-10 | 1 | -0/+7 | |
| | | ||||||
| * | 4-bit mode implemented | Joel Bodenmann | 2013-01-10 | 1 | -0/+16 | |
| | | ||||||
| * | some TDISP doxygen | Joel Bodenmann | 2013-01-10 | 2 | -2/+60 | |
| | | ||||||
| * | added TDISP - experimental | Joel Bodenmann | 2013-01-09 | 3 | -0/+108 | |
| | | ||||||
* | | small doxygen fixes | Joel Bodenmann | 2013-01-11 | 1 | -11/+15 | |
|/ | ||||||
* | more update | Joel Bodenmann | 2012-12-21 | 1 | -5/+63 | |
| | ||||||
* | doxygen & cleanup | Joel Bodenmann | 2012-12-21 | 2 | -57/+164 | |
| | ||||||
* | doxygen warning fix | Joel Bodenmann | 2012-12-20 | 1 | -1/+1 | |
| | ||||||
* | small doxygen cleanup | Joel Bodenmann | 2012-12-20 | 3 | -8/+4 | |
| | ||||||
* | more doxygen cleanup | Joel Bodenmann | 2012-12-19 | 2 | -16/+93 | |
| | ||||||
* | GEVENT doxygen | Joel Bodenmann | 2012-12-19 | 1 | -45/+85 | |
| | ||||||
* | more doxygen | Joel Bodenmann | 2012-12-18 | 14 | -10/+45 | |
| | ||||||
* | some more doxygen | Joel Bodenmann | 2012-12-18 | 3 | -0/+22 | |
| | ||||||
* | some more doxygen | Joel Bodenmann | 2012-12-18 | 4 | -0/+24 | |
| | ||||||
* | doxygen fix | Joel Bodenmann | 2012-12-18 | 1 | -1/+4 | |
| | ||||||
* | doxygen | Joel Bodenmann | 2012-12-18 | 9 | -9/+23 | |
| | ||||||
* | ginput doxygen | Joel Bodenmann | 2012-12-18 | 4 | -23/+98 | |
| | ||||||
* | ginput/mouse doxygen | Joel Bodenmann | 2012-12-18 | 1 | -8/+47 | |
| | ||||||
* | doxygen update | Joel Bodenmann | 2012-12-16 | 2 | -4/+4 | |
| | ||||||
* | Add grids to graph demo and update graph arrows | Andrew Hannam | 2012-12-13 | 1 | -2/+9 | |
| | | | | | | Add grid lines to graph demo. Update graph arrows to allow seperate control of positive and negative axis arrowheads. | |||||
* | Header fix for Toggle driver | Andrew Hannam | 2012-12-08 | 1 | -0/+4 | |
| |