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:
Sun Oct 02 07:25:06 2016 +0000
Parent:
22:fa0181712d9c
Child:
24:6dcf9676d0c5
Commit message:
24

Changed in this revision

Label.hpp Show annotated file Show diff for this revision Revisions of this file
--- a/Label.hpp	Wed Aug 17 06:17:30 2016 +0000
+++ b/Label.hpp	Sun Oct 02 07:25:06 2016 +0000
@@ -1,7 +1,7 @@
 //-----------------------------------------------------------
 //  Label class -- Header
 //
-//  2016/04/24, Copyright (c) 2016 MIKAMI, Naoki
+//  2016/10/02, Copyright (c) 2016 MIKAMI, Naoki
 //-----------------------------------------------------------
 
 #ifndef F746_LABEL_HPP
@@ -29,7 +29,7 @@
               uint32_t textColor = GuiBase::ENUM_TEXT,
               uint32_t backColor = GuiBase::ENUM_BACK)
             : GuiBase(x, y, fonts, textColor, backColor),
-              MODE_(mode), STR_("") {}
+              MODE_(mode), STR_(""), length_(0) {}
 
         void Draw()
         {   Draw(STR_, TEXT_COLOR_); }