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:
31:d47cffcb0a3e
Parent:
9:a33326afd686
Child:
38:420cdc281467
--- a/FileSystems/MCIFileSystem.h	Mon Jan 26 15:24:15 2015 +0100
+++ b/FileSystems/MCIFileSystem.h	Tue Feb 17 10:41:48 2015 +0100
@@ -55,7 +55,7 @@
      * @param name The name used to access the virtual filesystem
      * @param cd   The pin connected to the CardDetect line
      */
-    MCIFileSystem(const char* name, PinName cd = p38);
+    MCIFileSystem(const char* name, PinName cd = P4_16);
 
     virtual ~MCIFileSystem();