A board support package for the LPC4088 Display Module.

Dependencies:   DM_HttpServer DM_USBHost

Dependents:   lpc4088_displaymodule_emwin lpc4088_displaymodule_demo_sphere sampleGUI sampleEmptyGUI ... more

Fork of DMSupport by EmbeddedArtists AB

Files at this revision

API Documentation at this revision

Comitter:
embeddedartists
Date:
Mon Jan 12 10:37:57 2015 +0100
Parent:
20:9df19da50290
Child:
22:1a58a518435c
Commit message:
- Added the DM_BOARD_USE_REGISTRY flag, default enabled

Changed in this revision

dm_board_config.h.txt Show annotated file Show diff for this revision Revisions of this file
--- a/dm_board_config.h.txt	Mon Jan 12 10:33:53 2015 +0100
+++ b/dm_board_config.h.txt	Mon Jan 12 10:37:57 2015 +0100
@@ -32,5 +32,6 @@
 // #define DM_BOARD_DISABLE_STANDARD_PRINTF
 // #define DM_BOARD_ENABLE_MEASSURING_PINS
 // #define DM_BOARD_BIOS_DEVELOPMENT
+#define DM_BOARD_USE_REGISTRY
 
 #endif