Empty Launcher for the LPC4088. Base code

Dependencies:   DMBasicGUI DMSupport

Fork of lpc4088_displaymodule_empty_launcher by Embedded Artists

Revision:
2:e55ed8db46c2
Parent:
0:71e474187082
--- a/image_data.h	Mon Mar 09 15:32:10 2015 +0000
+++ b/image_data.h	Fri Mar 20 14:30:46 2015 +0000
@@ -1,6 +1,6 @@
-#include "basic_image_data.h"
-
 extern const unsigned char img_empty[];
 extern const unsigned int img_size_empty;
 
+extern const unsigned char img_ok[];
+extern const unsigned int img_size_ok;