aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gdisp/images_animated
Commit message (Collapse)AuthorAgeFilesLines
* Introduce type gImage to replace v2.x gdispImageJoel Bodenmann2019-04-101-1/+1
|
* gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITEinmarket2018-07-081-2/+2
|
* Added type gDelay to replace V2.x delaytime_tinmarket2018-07-081-1/+1
| | | | | | Added type gTicks to replace V2.x systemticks_t Added type gThreadreturn to replace V2.x threadreturn_t Added type gThreadpriority to replace V2.x threadpriority_t
* Change coord_t to gCoordinmarket2018-07-081-1/+1
|
* Change new colors to GFX_RED instead of GFXRED. Use the new color defsinmarket2018-03-101-4/+4
|
* First set of V3 macro changesinmarket2018-02-272-17/+17
|
* Add demo makefiles and update example master makefiles to match.inmarket2014-02-191-0/+3
|
* On ARM gcc compiler it appears that non-referenced character arrays are ↵inmarket2014-02-151-17/+1
| | | | | | | "optimised" out (but not on x86). This conflicts with the -b parameter in the file2c tool and leads to corrupted images on ARM platforms. For now just remove the parameter when generating ROMFS files for an ARM platform.
* Update image demo's to use GFILE ROMFS.inmarket2014-02-074-18/+40
|
* Update demo's with images in theminmarket2014-02-072-3/+5
|
* Fix spelling error and migrate demo gfxconf.h changes to all demos including ↵inmarket2013-10-281-3/+3
| | | | the new streaming and multiple display demos
* uncommented GOS selection in GDISP and GWIN demosJoel Bodenmann2013-10-281-5/+5
|
* updated GDISP and GWIN demosJoel Bodenmann2013-10-284-0/+740