GUI parts for DISCO-F746NG. GuiBase, Button, ButtonGroup, ResetButton, Label, BlinkLabel, NumericLabel, SeekBar, SeekbarGroup, NumericUpDown

Dependencies:   Array_Matrix BSP_DISCO_F746NG LCD_DISCO_F746NG TS_DISCO_F746NG

Dependents:   F746_AudioOutQSPI F746_AudioPlayerSD DISCO-F746NG_test001 F746_SD_WavPlayer ... more

Revision:
27:115219bcd9f5
Parent:
22:fa0181712d9c
Child:
29:551a5f1b52b9
--- a/BlinkLabel.hpp	Wed Nov 09 10:30:09 2016 +0000
+++ b/BlinkLabel.hpp	Mon Jan 16 00:23:53 2017 +0000
@@ -2,7 +2,7 @@
 //  BlinkLabel class -- derived class of Label class
 //      For displaying error message
 //
-//  2016/08/16, Copyright (c) 2016 MIKAMI, Naoki
+//  2017/01/16, Copyright (c) 2017 MIKAMI, Naoki
 //-----------------------------------------------------------
 
 #ifndef F746_BLINK_LABEL_HPP
@@ -32,7 +32,7 @@
                 Draw(backColor);
                 wait_ms(off);
                 Draw(textColor);
-                reset->Do();
+                reset->DoIfTouched();
             }
         }