Example using the support package for LPC4088 DisplayModule

Dependencies:   DMBasicGUI DMSupport

Example using a lot of the features in the software package for the LPC4088 Display Module.

This project can be selected as a template when creating a new project based on the LPC4088 Display Module.

Information

This project works on the 4.3" display modules.

Some of the apps works on the 5" display modules. The ImageViewer and Slideshow app will show the images distorted as it does not take the resolution into consideration.

Information

The USB Status app is disabled. The Image viewer looks for images in the root of SD cards, USB memory sticks or the file system on the QSPI flash. The Slideshow app expects to find a slideshow script in /mci/elec14/ea_logo.txt.

This is what it looks like on the 4.3" display:

/media/uploads/embeddedartists/everything_cap_000.png /media/uploads/embeddedartists/everything_cap_001.png /media/uploads/embeddedartists/everything_cap_003.png /media/uploads/embeddedartists/everything_cap_004.png /media/uploads/embeddedartists/everything_cap_006.png /media/uploads/embeddedartists/everything_cap_008.png

Committer:
embeddedartists
Date:
Sun Dec 21 13:55:46 2014 +0100
Revision:
7:c8bef6a4b019
Child:
13:57e65aba9802
- Moved AppLauncher initialization to main.cpp
- Added image file with launcher icons (instead of loading from USB)

Who changed what in which revision?

UserRevisionLine numberNew contents of line
embeddedartists 7:c8bef6a4b019 1 extern const unsigned char img_bijiben[];
embeddedartists 7:c8bef6a4b019 2 extern const unsigned int img_size_bijiben;
embeddedartists 7:c8bef6a4b019 3
embeddedartists 7:c8bef6a4b019 4 extern const unsigned char img_help_info[];
embeddedartists 7:c8bef6a4b019 5 extern const unsigned int img_size_help_info;
embeddedartists 7:c8bef6a4b019 6
embeddedartists 7:c8bef6a4b019 7 extern const unsigned char img_multimedia_photo_manager[];
embeddedartists 7:c8bef6a4b019 8 extern const unsigned int img_size_multimedia_photo_manager;
embeddedartists 7:c8bef6a4b019 9
embeddedartists 7:c8bef6a4b019 10 extern const unsigned char img_preferences_color[];
embeddedartists 7:c8bef6a4b019 11 extern const unsigned int img_size_preferences_color;
embeddedartists 7:c8bef6a4b019 12
embeddedartists 7:c8bef6a4b019 13 extern const unsigned char img_preferences_desktop_applications[];
embeddedartists 7:c8bef6a4b019 14 extern const unsigned int img_size_preferences_desktop_applications;
embeddedartists 7:c8bef6a4b019 15
embeddedartists 7:c8bef6a4b019 16 extern const unsigned char img_preferences_system_time[];
embeddedartists 7:c8bef6a4b019 17 extern const unsigned int img_size_preferences_system_time;
embeddedartists 7:c8bef6a4b019 18
embeddedartists 7:c8bef6a4b019 19 extern const unsigned char img_session_properties[];
embeddedartists 7:c8bef6a4b019 20 extern const unsigned int img_size_session_properties;
embeddedartists 7:c8bef6a4b019 21
embeddedartists 7:c8bef6a4b019 22 extern const unsigned char img_unetbootin[];
embeddedartists 7:c8bef6a4b019 23 extern const unsigned int img_size_unetbootin;
embeddedartists 7:c8bef6a4b019 24
embeddedartists 7:c8bef6a4b019 25 extern const unsigned char img_utilities_system_monitor[];
embeddedartists 7:c8bef6a4b019 26 extern const unsigned int img_size_utilities_system_monitor;
embeddedartists 7:c8bef6a4b019 27