Embedded Artists / DMBasicGUI

Dependents:   lpc4088_displaymodule_demo_sphere sampleGUI sampleEmptyGUI lpc4088_displaymodule_fs_aid ... more

Fork of DMBasicGUI by EmbeddedArtists AB

Revision:
11:265884fa7fdd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Application/basic_image_data.h	Tue Feb 17 10:34:13 2015 +0100
@@ -0,0 +1,8 @@
+extern const unsigned char img_ok[];
+extern const unsigned int img_size_ok;
+
+extern const unsigned char img_cancel[];
+extern const unsigned int img_size_cancel;
+
+extern const unsigned char img_repeat[];
+extern const unsigned int img_size_repeat;