Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | First set of V3 macro changes | inmarket | 2018-02-27 | 1 | -17/+17 |
| | |||||
* | Demo updates to fix compile issues. | inmarket | 2014-02-19 | 1 | -1/+0 |
| | |||||
* | Fix spelling error and migrate demo gfxconf.h changes to all demos including ↵ | inmarket | 2013-10-28 | 1 | -10/+4 |
| | | | | the new streaming and multiple display demos | ||||
* | Update notepad demo for anti-aliased fonts | inmarket | 2013-07-29 | 1 | -5/+6 |
| | |||||
* | First cut - beautiful new font handling by PetteriAimonen | inmarket | 2013-07-28 | 1 | -5/+2 |
| | |||||
* | License header updates | inmarket | 2013-06-15 | 1 | -0/+2 |
| | |||||
* | GOS module, for operating system independance | inmarket | 2013-05-25 | 1 | -0/+5 |
| | | | | | GMISC fast floating point trig GMISC fast fixed point trig | ||||
* | changed the license of all demos to BSD | Joel Bodenmann | 2013-04-08 | 1 | -6/+25 |
| | |||||
* | removed GDISP_LLD() macro - fix | Joel Bodenmann | 2013-02-11 | 1 | -0/+43 |
| | |||||
* | removed GDISP_LLD() macro | Joel Bodenmann | 2013-02-11 | 1 | -43/+0 |
| | |||||
* | notepad demo update | Joel Bodenmann | 2012-12-16 | 1 | -1/+1 |
| | |||||
* | Simplify demo gfxconf.h files | Andrew Hannam | 2012-12-07 | 1 | -34/+0 |
| | |||||
* | Add GDISP font routines. Fix demo bugs | Andrew Hannam | 2012-12-07 | 1 | -1/+9 |
| | | | | | | | | 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 | ||||
* | Restructure | Andrew Hannam | 2012-12-06 | 1 | -0/+69 |
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. |