Wrapper classes for the emwin library

Dependents:   app_emwin1 app_emwin2_pos lpc4088_ebb_gui_emwin

Files at this revision

API Documentation at this revision

Comitter:
embeddedartists
Date:
Mon Apr 14 08:38:33 2014 +0000
Parent:
0:316c181e9b65
Commit message:
Initialize uninitialized touchState in EwGui

Changed in this revision

EwGui.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/EwGui.cpp	Mon Dec 16 07:03:22 2013 +0000
+++ b/EwGui.cpp	Mon Apr 14 08:38:33 2014 +0000
@@ -12,7 +12,8 @@
 
     _touchX = 0;
     _touchY = 0;
-
+    
+    memset(&_touchState, 0, sizeof(GUI_PID_STATE));
 }
 
 void EwGui::exec() {