prima versione

Dependencies:   BSP_DISCO_F746NG F746_GUI LCD_DISCO_F746NG TS_DISCO_F746NG mbed

Revision:
0:6ed610929e7f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/geco/Measure.h	Wed Jun 29 13:38:35 2016 +0000
@@ -0,0 +1,23 @@
+#ifndef MEASURE_H
+#define MEASURE_H
+
+#include "LCD_DISCO_F746NG.h"
+
+class Measure :public LCD_DISCO_F746NG
+{
+    public:
+        
+    
+    private:
+        
+        int ;
+        uint16_t x, y;
+        uint32_t textColor, highColor;
+
+
+
+
+
+};
+    
+#endif
\ No newline at end of file