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

Committer:
embeddedartists
Date:
Mon Nov 04 15:12:28 2019 +0000
Revision:
4:7a016403f7fd
Parent:
2:e55ed8db46c2
Updates related to mbed OS 5

Who changed what in which revision?

UserRevisionLine numberNew contents of line
alindvall 0:71e474187082 1 extern const unsigned char img_empty[];
alindvall 0:71e474187082 2 extern const unsigned int img_size_empty;
alindvall 0:71e474187082 3
alindvall 2:e55ed8db46c2 4 extern const unsigned char img_ok[];
alindvall 2:e55ed8db46c2 5 extern const unsigned int img_size_ok;
alindvall 0:71e474187082 6