Demo program for GuiBase class and its derivertive classes. GuiBase とその派生クラスのデモプログラム. GuiBase, Button, ButtonGroup, Label, BlinkLabel, NumericLabel, SeekBar, SeekbarGroup, NumericUpDown

Dependencies:   F746_GUI mbed

Files at this revision

API Documentation at this revision

Comitter:
MikamiUitOpen
Date:
Fri Mar 17 00:50:21 2017 +0000
Parent:
22:1feb756220ac
Child:
24:0191b2cbe7d9
Commit message:
24

Changed in this revision

F746_GUI.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/F746_GUI.lib	Wed Jan 25 14:19:22 2017 +0000
+++ b/F746_GUI.lib	Fri Mar 17 00:50:21 2017 +0000
@@ -1,1 +1,1 @@
-https://developer.mbed.org/users/MikamiUitOpen/code/F746_GUI/#551a5f1b52b9
+https://developer.mbed.org/users/MikamiUitOpen/code/F746_GUI/#d7f9f667fa68
--- a/main.cpp	Wed Jan 25 14:19:22 2017 +0000
+++ b/main.cpp	Fri Mar 17 00:50:21 2017 +0000
@@ -5,14 +5,14 @@
 //      GuiBase, Button, ButtonGroup, Label, NumericLabel, BlinkLabel,
 //      SeekBar, SeekbarGroup
 //
-//  2017/01/25, Copyright (c) 2017 MIKAMI, Naoki
+//  2017/03/17, Copyright (c) 2017 MIKAMI, Naoki
 //-----------------------------------------------------------------------
 
 #include "F746_GUI.hpp"
 
 int main()
 {
-    Label obj10(240, 2, "Dome: GUI parts, 2017/01/25", Label::CENTER, Font16);
+    Label obj10(240, 2, "Dome: GUI parts, 2017/03/17", Label::CENTER, Font16);
     Label obj11(240, 20, "Button, ButtonGroup, Label, NumericLabel, BlinkLabel,",
                 Label::CENTER);
     Label obj12(240, 32, "SeekBar, SeekbarGroup",