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:
8:19a6b70d42b1
Parent:
5:f4de114c31c3
Child:
10:651861441108
--- a/Application/AppLauncher.h	Thu Jan 08 19:28:22 2015 +0100
+++ b/Application/AppLauncher.h	Sat Jan 17 14:07:25 2015 +0100
@@ -66,8 +66,13 @@
     Clickable* _buttons[NumberOfButtons];
     int _usedButtons;
     App*(*_callback)(uint32_t buttonID);
+    bool _supportsCalibration;
+    bool _newTouchEvent;
+    bool _newButtonEvent;
 
     void draw();
+    void onTouchEvent();
+    void onButtonEvent();
 };
 
 #endif