Embedded Artists / lpc4088_displaymodule_hello_world

Dependencies:   DMBasicGUI DMSupport

Fork of lpc4088_displaymodule_hello_world by EmbeddedArtists AB

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:

/media/uploads/embeddedartists/hello_cap_000.png

Files at this revision

API Documentation at this revision

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

DMBasicGUI.lib Show annotated file Show diff for this revision Revisions of this file
DMSupport.lib Show annotated file Show diff for this revision Revisions of this file
dm_board_config.h Show annotated file Show diff for this revision Revisions of this file
--- 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