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: F746_GUI_vV mbed Vision_Indus_IHM
Diff: main.cpp
- Revision:
- 6:ea30227e7db0
- Parent:
- 4:4f73a3054a67
- Child:
- 7:5788d0406bfd
diff -r 75dc1ee62935 -r ea30227e7db0 main.cpp
--- a/main.cpp Tue Apr 12 05:49:16 2016 +0000
+++ b/main.cpp Tue Apr 19 13:16:07 2016 +0000
@@ -4,7 +4,7 @@
//
// GuiBase, Button, ButtonGroup, Label, NumericLabel, BlinkLabel, SeekBar
//
-// 2016/04/12, Copyright (c) 2016 MIKAMI, Naoki
+// 2016/04/19, Copyright (c) 2016 MIKAMI, Naoki
//--------------------------------------------------------------------------------
#include "NumericLabel.hpp"
@@ -25,7 +25,7 @@
int main()
{
- Label obj10(240, 4, "Dome: GUI parts, 2016/04/12", Label::CENTER, Font16);
+ Label obj10(240, 4, "Dome: GUI parts, 2016/04/19", Label::CENTER, Font16);
Label obj11(240, 24, "Label, NumericLabel, BlinkLabel, Button, ButtonGroup, SeekBar",
Label::CENTER);