aboutsummaryrefslogtreecommitdiffstats
path: root/gfxconf.example.h
Commit message (Collapse)AuthorAgeFilesLines
...
* GADC implementation with demo programAndrew Hannam2013-02-181-2/+0
| | | | Also includes driver for AT91SAM7 cpu
* cleanupJoel Bodenmann2013-02-181-109/+105
|
* TDISP merge - NOT TESTED!!!Joel Bodenmann2013-02-181-5/+9
|\
| * TDISP cleanupAndrew Hannam2013-01-191-5/+4
| | | | | | | | | | | | Seperate High level and low level code better Implement tdispControl Cleanup
* | VMT removalJoel Bodenmann2013-02-111-2/+1
| |
* | removed GDISP_LLD() macro - fixJoel Bodenmann2013-02-111-0/+106
| |
* | removed GDISP_LLD() macroJoel Bodenmann2013-02-111-106/+0
|/
* New Subsystems GADC, GAUDIN, GAUDOUT, GMISCAndrew Hannam2013-01-171-1/+17
| | | | Subsystem definitions and API (not fully implemented yet)
* updated gfxconf.hJoel Bodenmann2013-01-101-8/+15
|
* ginput doxygenJoel Bodenmann2012-12-181-0/+1
|
* Add GDISP font routines. Fix demo bugsAndrew Hannam2012-12-071-0/+82
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