A basic graphics package for the LPC4088 Display Module.

Dependents:   lpc4088_displaymodule_demo_sphere sampleGUI sampleEmptyGUI lpc4088_displaymodule_fs_aid ... more

Fork of DMBasicGUI by EmbeddedArtists AB

Revision:
1:46c8df4608c8
Parent:
0:4977187e90c7
Child:
3:3fabfe3339b8
--- a/Application/AppTouchCalibration.cpp	Thu Dec 11 11:03:57 2014 +0000
+++ b/Application/AppTouchCalibration.cpp	Thu Dec 11 18:15:52 2014 +0000
@@ -90,10 +90,6 @@
     int point = 0;
     
     do {
-        //if (!_touch->init(_disp->width(), _disp->height())) {
-        //    showStatus("Failed to initialize touch controller\n");
-        //    break;
-        //}
         if (!_touch->calibrateStart()) {
             showStatus("Failed to start calibration\n");
             break;
@@ -227,5 +223,3 @@
     }
     return true;
 }
-
-