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:
25:d1acf9d53f98
Parent:
24:6dcf9676d0c5
--- a/NumericLabel.hpp	Sun Nov 06 13:02:29 2016 +0000
+++ b/NumericLabel.hpp	Mon Nov 07 00:14:52 2016 +0000
@@ -1,7 +1,7 @@
 //-----------------------------------------------------------
 //  NumericLabel class -- derived class of Label class
 //
-//  2016/11/06, Copyright (c) 2016 MIKAMI, Naoki
+//  2016/11/07, Copyright (c) 2016 MIKAMI, Naoki
 //-----------------------------------------------------------
 
 #ifndef F746_NUMERIC_LABEL_HPP
@@ -48,7 +48,7 @@
         }
 
         // Draw previous value with specified color
-        void Draw(uint32_t color)
+        void Redraw(uint32_t color)
         {   Label::Draw(str_, color); }
 
     private: