aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gdisp/images/romfs_testpal8.h
Commit message (Collapse)AuthorAgeFilesLines
* On ARM gcc compiler it appears that non-referenced character arrays are ↵inmarket2014-02-151-19/+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-071-0/+611