Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed GDISP_LLD() macro - fix | Joel Bodenmann | 2013-02-11 | 19 | -0/+1207 |
| | |||||
* | removed GDISP_LLD() macro | Joel Bodenmann | 2013-02-11 | 19 | -1207/+0 |
| | |||||
* | TDISP update | Joel Bodenmann | 2013-01-16 | 1 | -1/+3 |
| | |||||
* | TDISP: added custom character routine | Joel Bodenmann | 2013-01-12 | 1 | -0/+16 |
| | |||||
* | Merge branch 'tdisp' | Joel Bodenmann | 2013-01-11 | 8 | -0/+104 |
|\ | |||||
| * | added tdisp demo | Joel Bodenmann | 2013-01-11 | 8 | -0/+104 |
| | | |||||
* | | small doxygen fixes | Joel Bodenmann | 2013-01-11 | 1 | -6/+0 |
|/ | |||||
* | small demo code cleanup | Joel Bodenmann | 2012-12-20 | 3 | -5/+6 |
| | |||||
* | New & updated GDISP demo programs | Andrew Hannam | 2012-12-20 | 7 | -0/+278 |
| | |||||
* | Updated graph demo to show more | Andrew Hannam | 2012-12-13 | 2 | -9/+15 |
| | | | | Added extra line segment graphing to the graph demo | ||||
* | Added graph result picture | Andrew Hannam | 2012-12-13 | 1 | -0/+0 |
| | | | | | Added a picture to the graph demo directory to show the result of running the demo. | ||||
* | Add grids to graph demo and update graph arrows | Andrew Hannam | 2012-12-13 | 1 | -6/+6 |
| | | | | | | Add grid lines to graph demo. Update graph arrows to allow seperate control of positive and negative axis arrowheads. | ||||
* | Simplify demo gfxconf.h files | Andrew Hannam | 2012-12-07 | 5 | -207/+0 |
| | |||||
* | Add GDISP font routines. Fix demo bugs | Andrew Hannam | 2012-12-07 | 7 | -9/+54 |
| | | | | | | | | Add GDISP font routines to Open and Close a font by name. Allows wildcard searching for fonts. Old global font variables are now only optionally included (soon to be deprecated). More demo fixing | ||||
* | Fixes to GWIN graph and demo | Andrew Hannam | 2012-12-06 | 1 | -7/+18 |
| | |||||
* | Restructure | Andrew Hannam | 2012-12-06 | 10 | -253/+611 |
| | | | | | | | | | | | | | Create global include file called gfx.h which knows about sub-system dependancies. Deprecate Touchscreen (GINPUT touch is now working properly) Merge Graph into GWIN Change directory structure to reflect sub-system structure Many small bugs fixed Split Nokia6610 gdisp driver into GE8 and GE12 controller versions Fixed broken demos. GFX sub-systems are now clearly defined and new ones should be much easier to add. | ||||
* | title justify to left instead of center in ginput touch code | Joel Bodenmann | 2012-12-03 | 1 | -2/+2 |
| | |||||
* | demo doc | Joel Bodenmann | 2012-12-02 | 1 | -0/+18 |
| | |||||
* | Split Attaching Sources to a GWIN button | Andrew Hannam | 2012-12-02 | 1 | -4/+4 |
| | | | | | | Split Attaching Sources to a GWIN button to allow for new input types that require a parameter in future eg. Keyboard will require a parameter. | ||||
* | Use GWIN Button in Touch Calibrator Demo | Andrew Hannam | 2012-12-02 | 1 | -71/+191 |
| | | | | | | | Added GWIN Buttons to allow Next, Previous capability in the Touch Calibration Demo. Note that until the calibration has occured these buttons do not appear as the touch is not yet accurate enough to drive them. | ||||
* | GINPUT touch driver test demo | Andrew Hannam | 2012-11-30 | 1 | -0/+229 |
| | | | | | | Added demo program to test the driver parameters for a new GINPUT touch driver. It steps through a series of tests to ensure that the driver is configured optimally. | ||||
* | console demo code doc | Joel Bodenmann | 2012-11-22 | 1 | -1/+1 |
| | |||||
* | window example code | Joel Bodenmann | 2012-11-21 | 1 | -0/+72 |
| | |||||
* | console example doc | Joel Bodenmann | 2012-11-21 | 1 | -2/+11 |
| | |||||
* | added console demo | Joel Bodenmann | 2012-11-20 | 1 | -0/+86 |
| | |||||
* | gtimer demo | Joel Bodenmann | 2012-11-20 | 1 | -0/+65 |