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:
9:a33326afd686
Parent:
5:c77fdb6e3438
Child:
10:1ac4b213f0f7
--- a/DMBoard.cpp	Thu Dec 11 11:50:29 2014 +0000
+++ b/DMBoard.cpp	Thu Dec 11 18:23:07 2014 +0000
@@ -262,10 +262,6 @@
 #if defined(DM_BOARD_USE_TOUCH)
       //if (... configuration says AR1021...) {
         _touch = new AR1021(P2_27, P2_26, P2_22, P2_23, P2_25);
-//        if (!_touch->init(Display::instance().width(), Display::instance().height())) {
-//          err = TouchError;
-//          break;
-//        }
         int att;
         for (att = 1; att <= 3; att++) {
             if (_touch->init(Display::instance().width(), Display::instance().height())) {
@@ -324,4 +320,3 @@
 { 
   return _button.read() == 0;
 }
-