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:
0:6bd24cbb88a1
Child:
1:1a01ef434a72
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/image_data.h	Thu Feb 19 13:54:53 2015 +0000
@@ -0,0 +1,65 @@
+#include "basic_image_data.h"
+
+extern const unsigned char img_arrow_down[];
+extern const unsigned int img_size_arrow_down;
+
+extern const unsigned char img_arrow_left[];
+extern const unsigned int img_size_arrow_left;
+
+extern const unsigned char img_arrow_right[];
+extern const unsigned int img_size_arrow_right;
+
+extern const unsigned char img_arrow_up[];
+extern const unsigned int img_size_arrow_up;
+
+extern const unsigned char img_numbers[];
+extern const unsigned int img_size_numbers;
+
+extern const unsigned char img_super_mono_3d_02[];
+extern const unsigned int img_size_super_mono_3d_02;
+
+extern const unsigned char img_super_mono_3d_22[];
+extern const unsigned int img_size_super_mono_3d_22;
+
+extern const unsigned char img_super_mono_3d_48[];
+extern const unsigned int img_size_super_mono_3d_48;
+
+extern const unsigned char img_super_mono_3d_57[];
+extern const unsigned int img_size_super_mono_3d_57;
+
+extern const unsigned char img_super_mono_3d_93[];
+extern const unsigned int img_size_super_mono_3d_93;
+
+extern const unsigned char img_super_mono_3d_part2_19[];
+extern const unsigned int img_size_super_mono_3d_part2_19;
+
+extern const unsigned char img_super_mono_3d_part2_68[];
+extern const unsigned int img_size_super_mono_3d_part2_68;
+
+extern const unsigned char img_Embedded_World_2015[];
+extern const unsigned int img_size_Embedded_World_2015;
+
+extern const unsigned char img_super_mono_3d_87[];
+extern const unsigned int img_size_super_mono_3d_87;
+
+extern const unsigned char img_usb_keyboard[];
+extern const unsigned int img_size_usb_keyboard;
+
+extern const unsigned char img_usb_keyboard_ejected[];
+extern const unsigned int img_size_usb_keyboard_ejected;
+
+extern const unsigned char img_usb_masstorage[];
+extern const unsigned int img_size_usb_masstorage;
+
+extern const unsigned char img_usb_masstorage_ejected[];
+extern const unsigned int img_size_usb_masstorage_ejected;
+
+extern const unsigned char img_usb_mouse[];
+extern const unsigned int img_size_usb_mouse;
+
+extern const unsigned char img_usb_mouse_ejected[];
+extern const unsigned int img_size_usb_mouse_ejected;
+
+extern const unsigned char img_about[];
+extern const unsigned int img_size_about;
+