Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | For all source files update integer types to the new gI8 etc type names | inmarket | 2018-11-03 | 1 | -1/+1 |
| | |||||
* | Added type gFont to replace V2.x font_t | inmarket | 2018-07-08 | 1 | -1/+1 |
| | |||||
* | Added type gJustify to replace V2.x justify_t, and values gJustifyXXX ↵ | inmarket | 2018-07-08 | 1 | -5/+5 |
| | | | | replace justifyXXX | ||||
* | Change color_t to gColor | inmarket | 2018-07-08 | 1 | -1/+1 |
| | |||||
* | Added new type definitions - moving towards V3.0 | inmarket | 2018-06-23 | 1 | -1/+1 |
| | |||||
* | Change new colors to GFX_RED instead of GFXRED. Use the new color defs | inmarket | 2018-03-10 | 1 | -20/+20 |
| | |||||
* | First set of V3 macro changes | inmarket | 2018-02-27 | 1 | -17/+17 |
| | |||||
* | Fixing demos | Joel Bodenmann | 2015-10-30 | 1 | -1/+1 |
| | |||||
* | Demo updates to fix compile issues. | inmarket | 2014-02-19 | 2 | -2/+0 |
| | |||||
* | Add demo makefiles and update example master makefiles to match. | inmarket | 2014-02-19 | 1 | -0/+3 |
| | |||||
* | 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 | ||||
* | updated notepad demo text | Joel Bodenmann | 2013-09-28 | 1 | -1/+1 |
| | |||||
* | Update notepad demo for anti-aliased fonts | inmarket | 2013-07-29 | 2 | -7/+8 |
| | |||||
* | First cut - beautiful new font handling by PetteriAimonen | inmarket | 2013-07-28 | 2 | -13/+10 |
| | |||||
* | License header updates | inmarket | 2013-06-15 | 2 | -0/+4 |
| | |||||
* | GOS module, for operating system independance | inmarket | 2013-05-25 | 2 | -6/+6 |
| | | | | | GMISC fast floating point trig GMISC fast fixed point trig | ||||
* | changed the license of all demos to BSD | Joel Bodenmann | 2013-04-08 | 2 | -24/+50 |
| | |||||
* | updated copyright - 2013 | Joel Bodenmann | 2013-03-06 | 1 | -1/+1 |
| | |||||
* | removed GDISP_LLD() macro - fix | Joel Bodenmann | 2013-02-11 | 2 | -0/+156 |
| | |||||
* | removed GDISP_LLD() macro | Joel Bodenmann | 2013-02-11 | 2 | -156/+0 |
| | |||||
* | notepad demo update | Joel Bodenmann | 2012-12-16 | 2 | -1/+2 |
| | |||||
* | 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 | 2 | -15/+30 |
| | | | | | | | | 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 | 2 | -27/+81 |
| | | | | | | | | | | | | | 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. | ||||
* | gtimer demo | Joel Bodenmann | 2012-11-20 | 1 | -0/+120 |