a demo of GUI on DISCOF7 consisting of a few buttons and feeders

Dependencies:   ADXL345 BSP_DISCO_F746NG LCD_DISCO_F746NG TS_DISCO_F746NG

Revision:
5:bb525217a976
Parent:
4:8c94c3ee8a3a
Child:
6:2fb08b64e051
--- a/main.cpp	Sat Aug 06 02:58:22 2016 +0000
+++ b/main.cpp	Sat Aug 06 03:28:06 2016 +0000
@@ -7,7 +7,7 @@
 using namespace std;
  
  
-#define BUTTON_DEPRESS_TIME_MIN 0.065000f
+#define BUTTON_DEPRESS_TIME_MIN 0.01000f
 
  
 LCD_DISCO_F746NG lcd;