aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules
Commit message (Collapse)AuthorAgeFilesLines
* Simplify demo gfxconf.h filesAndrew Hannam2012-12-075-207/+0
|
* Add GDISP font routines. Fix demo bugsAndrew Hannam2012-12-077-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 demoAndrew Hannam2012-12-061-7/+18
|
* RestructureAndrew Hannam2012-12-0610-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 codeJoel Bodenmann2012-12-031-2/+2
|
* demo docJoel Bodenmann2012-12-021-0/+18
|
* Split Attaching Sources to a GWIN buttonAndrew Hannam2012-12-021-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 DemoAndrew Hannam2012-12-021-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 demoAndrew Hannam2012-11-301-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 docJoel Bodenmann2012-11-221-1/+1
|
* window example codeJoel Bodenmann2012-11-211-0/+72
|
* console example docJoel Bodenmann2012-11-211-2/+11
|
* added console demoJoel Bodenmann2012-11-201-0/+86
|
* gtimer demoJoel Bodenmann2012-11-201-0/+65