Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: DMBasicGUI DMSupport
Fork of lpc4088_displaymodule_hello_world by
A minimal example showing how to initialize the display module and draw a message on the display.
This project can 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:

Revision 1:00c54e50014c, committed 2015-02-17
- Comitter:
- embeddedartists
- Date:
- Tue Feb 17 09:54:20 2015 +0000
- Parent:
- 0:8ef5f57e33dc
- Child:
- 2:5999bc937717
- Commit message:
- Updated the used libraries
Changed in this revision
--- a/DMBasicGUI.lib Wed Jan 28 15:16:25 2015 +0000 +++ b/DMBasicGUI.lib Tue Feb 17 09:54:20 2015 +0000 @@ -1,1 +1,1 @@ -http://developer.mbed.org/users/embeddedartists/code/DMBasicGUI/#651861441108 +http://developer.mbed.org/users/embeddedartists/code/DMBasicGUI/#265884fa7fdd
--- a/DMSupport.lib Wed Jan 28 15:16:25 2015 +0000 +++ b/DMSupport.lib Tue Feb 17 09:54:20 2015 +0000 @@ -1,1 +1,1 @@ -http://developer.mbed.org/users/embeddedartists/code/DMSupport/#a97015441bb4 +http://developer.mbed.org/users/embeddedartists/code/DMSupport/#d47cffcb0a3e
--- a/dm_board_config.h Wed Jan 28 15:16:25 2015 +0000 +++ b/dm_board_config.h Tue Feb 17 09:54:20 2015 +0000 @@ -33,5 +33,6 @@ // #define DM_BOARD_ENABLE_MEASSURING_PINS // #define DM_BOARD_BIOS_DEVELOPMENT #define DM_BOARD_USE_REGISTRY +#define DM_BOARD_USE_BUILTIN_IMAGES #endif
