Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: Array_Matrix BSP_DISCO_F746NG LCD_DISCO_F746NG TS_DISCO_F746NG
Fork of F746_GUI by
Revision 23:2078556088a6, committed 2016-10-02
- 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_); }
