fini

Dependencies:   F746_GUI mbed

Revision:
9:666249b332cc
Parent:
8:8a55f2e374da
Child:
10:f23cca92f446
--- a/main.cpp	Sun Apr 24 11:52:19 2016 +0000
+++ b/main.cpp	Wed Apr 27 00:25:00 2016 +0000
@@ -5,7 +5,7 @@
 //      GuiBase, Button, ButtonGroup, Label, NumericLabel, BlinkLabel,
 //      SeekBar, SeekbarGroup
 //
-//  2016/04/24, Copyright (c) 2016 MIKAMI, Naoki
+//  2016/04/27, Copyright (c) 2016 MIKAMI, Naoki
 //--------------------------------------------------------------------------------
 
 #include "NumericLabel.hpp"
@@ -26,7 +26,7 @@
 
 int main()
 {
-    Label obj10(240, 4, "Dome: GUI parts, 2016/04/24", Label::CENTER, Font16);
+    Label obj10(240, 4, "Dome: GUI parts, 2016/04/27, 08:24", Label::CENTER, Font16);
     Label obj11(240, 24, "Label, NumericLabel, BlinkLabel, Button, ButtonGroup, SeekBar",
                 Label::CENTER);
 
@@ -137,3 +137,5 @@
     }
 }
 
+
+