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:
History
More updates related to mbed OS 5
2019-11-04, by embeddedartists [Mon, 04 Nov 2019 14:33:29 +0000] rev 30
More updates related to mbed OS 5
Updated to latest version of the DMSupport library
2015-04-28, by alindvall [Tue, 28 Apr 2015 11:49:03 +0000] rev 29
Updated to latest version of the DMSupport library
- Graphical improvements in the AppImageViewer
2015-04-15, by embeddedartists [Wed, 15 Apr 2015 09:45:35 +0200] rev 28
- Graphical improvements in the AppImageViewer
- Updated DMSupport library to include the new GPDMA class
- Updated DMSupport and DMBasicGUI libraries; - Moved image data for the OK/Cancel/Repeat buttons from the old DMBasicGUI into local image_data.* files; - Cleanup of dm_board_config.h; - Fixed warnings
2015-03-20, by alindvall [Fri, 20 Mar 2015 15:12:38 +0000] rev 27
- Updated DMSupport and DMBasicGUI libraries; - Moved image data for the OK/Cancel/Repeat buttons from the old DMBasicGUI into local image_data.* files; - Cleanup of dm_board_config.h; - Fixed warnings
- Added USBDevice examples
2015-03-09, by embeddedartists [Mon, 09 Mar 2015 16:21:26 +0100] rev 26
- Added USBDevice examples
- Added AppUSBMouse to control PC mouse from display module
- Updated versions of DMSupport and DMBasicGUI libraries
- Minor formatting changes
Updated to use libraries from the Embedded Artists team page
2015-02-19, by alindvall [Thu, 19 Feb 2015 12:27:42 +0000] rev 25
Updated to use libraries from the Embedded Artists team page
- Modified AppRTCSettings to use current time when initializing
2015-02-17, by embeddedartists [Tue, 17 Feb 2015 10:46:06 +0100] rev 24
- Modified AppRTCSettings to use current time when initializing
- Added AppDraw to show off multitouch (works with single touch as well)
- Replaced wait with Thread::wait in main()
- Moved the ok/cancel button data into DMBasicGUI, overridable with
DM_BOARD_USE_BUILTIN_IMAGES
- Updated the DM_Support library (see version history there for changes)
- Updated the DM_BasicGUI library (see version history there for changes)
- Added texts to the icons in the launcher
Removed dead code in main. Included SDRAM fix in new version of DMSupport lib
2015-01-26, by embeddedartists [Mon, 26 Jan 2015 14:48:37 +0000] rev 23
Removed dead code in main. Included SDRAM fix in new version of DMSupport lib
- Added virtual destructors to avoid undefined behaviour
2015-01-26, by embeddedartists [Mon, 26 Jan 2015 10:15:05 +0100] rev 22
- Added virtual destructors to avoid undefined behaviour
- Fixed compiler warnings
Updated DMSupport
2015-01-24, by embeddedartists [Sat, 24 Jan 2015 12:15:42 +0100] rev 21
Updated DMSupport