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
Revision 9:666249b332cc, committed 2016-04-27
- Comitter:
- MikamiUitOpen
- Date:
- Wed Apr 27 00:25:00 2016 +0000
- Parent:
- 8:8a55f2e374da
- Child:
- 10:f23cca92f446
- Commit message:
- 10
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 Sun Apr 24 11:52:19 2016 +0000 +++ b/F746_GUI.lib Wed Apr 27 00:25:00 2016 +0000 @@ -1,1 +1,1 @@ -https://developer.mbed.org/users/MikamiUitOpen/code/F746_GUI/#c379410bda15 +https://developer.mbed.org/users/MikamiUitOpen/code/F746_GUI/#5a2068884fd9
--- 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 @@
}
}
+
+