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:
41:e06e764ff4fd
Parent:
39:e1cb4dd9bfeb
--- a/Display/Display.h	Wed Jun 10 09:54:15 2015 +0000
+++ b/Display/Display.h	Wed Oct 23 06:59:29 2019 +0000
@@ -73,6 +73,11 @@
         Resolution_24bit_rgb888 = Res_24bit_rgb888,
     };
     
+    /**
+     * Initialize the display. 
+     */
+    virtual DisplayError init() = 0;
+    
     /** Turns the display on with the specified framebuffer showing
      *
      *  @param framebuffer  the data to show