From 4d3a08f5cfd244f82d1283cab702450e1dad14cd Mon Sep 17 00:00:00 2001 From: inmarket Date: Fri, 7 Feb 2014 18:44:32 +1000 Subject: Update image demo's to use GFILE ROMFS. --- demos/modules/gwin/widgets/romfs_files.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 demos/modules/gwin/widgets/romfs_files.h (limited to 'demos/modules/gwin/widgets/romfs_files.h') diff --git a/demos/modules/gwin/widgets/romfs_files.h b/demos/modules/gwin/widgets/romfs_files.h new file mode 100644 index 00000000..b503765d --- /dev/null +++ b/demos/modules/gwin/widgets/romfs_files.h @@ -0,0 +1,8 @@ +/** + * This file contains the list of files for the ROMFS. + * + * The files have been converted using... + * file2c -dbcs infile outfile + */ +#include "romfs_img_chibios.h" +#include "romfs_img_yesno.h" -- cgit v1.2.3