Demo for Embedded World 2015.

Dependencies:   DMBasicGUI DMSupport

Demo running on several LPC4088 Display Modules on the Embedded World 2015 exhibition.

Information

To run the demo first drag-n-drop the to_sync.fs3 file to the MBED drive and then drag-n-drop the demo itself. This way both the file system and software are up to date.

This is what the launcher will look like:

/media/uploads/embeddedartists/ew2015_cap_000.png /media/uploads/embeddedartists/ew2015_cap_002.png /media/uploads/embeddedartists/ew2015_cap_003.png /media/uploads/embeddedartists/ew2015_cap_004.png /media/uploads/embeddedartists/ew2015_cap_005.png /media/uploads/embeddedartists/ew2015_cap_006.png

Revision:
1:1a01ef434a72
Parent:
0:6bd24cbb88a1
--- a/image_data.h	Thu Feb 19 13:54:53 2015 +0000
+++ b/image_data.h	Tue Nov 05 08:20:16 2019 +0000
@@ -1,4 +1,3 @@
-#include "basic_image_data.h"
 
 extern const unsigned char img_arrow_down[];
 extern const unsigned int img_size_arrow_down;
@@ -63,3 +62,13 @@
 extern const unsigned char img_about[];
 extern const unsigned int img_size_about;
 
+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;
+
+