mbed support for LPC4088 Display Module

Dependencies:   DM_FATFileSystem DM_HttpServer DM_USBHost EthernetInterface USBDevice mbed-rpc mbed-rtos mbed-src

Dependents:   emptyProgram

Fork of DMSupport by Embedded Artists

Revision:
22:1a58a518435c
Parent:
20:9df19da50290
Child:
36:92193dc72995
--- a/DMBoard.h	Mon Jan 12 10:37:57 2015 +0100
+++ b/DMBoard.h	Fri Jan 16 11:13:39 2015 +0100
@@ -136,7 +136,6 @@
      */
     Display* display();
 
-    friend class BiosDisplayAndTouch;
 #endif
     /** Returns the logger interface
      *
@@ -157,8 +156,6 @@
 private:
 
     bool _initialized;
-    uint8_t* _conf;
-    uint32_t _confSize;
 
 #if defined(DM_BOARD_USE_MCI_FS)
     MCIFileSystem _mcifs;
@@ -182,10 +179,6 @@
     // hide assign operator
     DMBoard& operator=(const DMBoard&);
     ~DMBoard();
-    
-#if defined(DM_BOARD_USE_DISPLAY)
-    BoardError readDisplayConfiguration(uint8_t** data, uint32_t* size);
-#endif
 };
 
 #endif