Example using the application launcher.

Dependencies:   DMBasicGUI DMSupport

Example use of the AppLauncher class in the DMBasicGUI library.

This project is used in the TBD guide as a starting point when creating your own menu system. It can also be selected as a template when creating a new project based on the LPC4088 Display Module.

Information

This project works on both the 4.3" and 5" display modules.

This is what it looks like:

/media/uploads/embeddedartists/launcher_cap_000.png

If you click on the Something button:

/media/uploads/embeddedartists/launcher_cap_001.png

Revision:
1:2b9c48157f2d
Parent:
0:71e474187082
Child:
2:e55ed8db46c2
--- a/dm_board_config.h	Fri Feb 20 12:24:05 2015 +0000
+++ b/dm_board_config.h	Mon Mar 09 15:32:10 2015 +0000
@@ -29,11 +29,10 @@
 #define DM_BOARD_USE_TOUCH
 // #define DM_BOARD_USE_ETHERNET
 #define DM_BOARD_USE_FAST_UART
+// #define DM_BOARD_USE_USBSERIAL_IN_RTOSLOG
 // #define DM_BOARD_DISABLE_STANDARD_PRINTF
 // #define DM_BOARD_ENABLE_MEASSURING_PINS
-// #define DM_BOARD_BIOS_DEVELOPMENT
 // #define DM_BOARD_USE_REGISTRY
 #define DM_BOARD_USE_BUILTIN_IMAGES
 
 #endif
-