Téo DHIEN-FANE / F746_GUI

Dependencies:   Array_Matrix TS_DISCO_F746NG LCD_DISCO_F746NG BSP_DISCO_F746NG

Dependents:   dashboard_f1

Files at this revision

API Documentation at this revision

Comitter:
MikamiUitOpen
Date:
Mon Nov 07 00:14:52 2016 +0000
Parent:
24:6dcf9676d0c5
Child:
26:a9cf68d24f40
Commit message:
26

Changed in this revision

NumericLabel.hpp Show annotated file Show diff for this revision Revisions of this file
--- 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: