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

Revision:
17:4ea2509445ac
Parent:
10:1ac4b213f0f7
Child:
20:9df19da50290
--- a/DMBoard.h	Fri Jan 02 14:17:03 2015 +0000
+++ b/DMBoard.h	Wed Jan 07 14:02:39 2015 +0100
@@ -67,6 +67,7 @@
         TouchError,
         BiosInvalidError,
         BiosVersionError,
+        BiosStorageError,
     };
     
     /** Get the only instance of the DMBoard
@@ -168,7 +169,6 @@
     DMBoard& operator=(const DMBoard&);
     ~DMBoard();
     
-    BoardError readConfiguration();
 #if defined(DM_BOARD_USE_DISPLAY)
     BoardError readDisplayConfiguration(uint8_t** data, uint32_t* size);
 #endif