Template for creating new programs for the LPC4088 Display Module

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

Revision:
4:5077afc9f0f4
Parent:
3:68bfac52f867
Child:
7:791d32dd9dd9
--- a/dm_board_config.h	Mon Mar 09 15:28:12 2015 +0000
+++ b/dm_board_config.h	Fri Mar 20 14:22:33 2015 +0000
@@ -33,6 +33,5 @@
 // #define DM_BOARD_DISABLE_STANDARD_PRINTF
 // #define DM_BOARD_ENABLE_MEASSURING_PINS
 #define DM_BOARD_USE_REGISTRY
-#define DM_BOARD_USE_BUILTIN_IMAGES
 
 #endif