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.
Revision 20:d14969271501, committed 2017-01-16
- Comitter:
- MikamiUitOpen
- Date:
- Mon Jan 16 00:24:18 2017 +0000
- Parent:
- 19:bdefa616fee7
- Child:
- 21:61059fe1ec47
- Commit message:
- 21
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 Sat Nov 12 14:38:18 2016 +0000 +++ b/F746_GUI.lib Mon Jan 16 00:24:18 2017 +0000 @@ -1,1 +1,1 @@ -https://developer.mbed.org/users/MikamiUitOpen/code/F746_GUI/#a9cf68d24f40 +https://developer.mbed.org/users/MikamiUitOpen/code/F746_GUI/#115219bcd9f5
--- a/main.cpp Sat Nov 12 14:38:18 2016 +0000
+++ b/main.cpp Mon Jan 16 00:24:18 2017 +0000
@@ -5,14 +5,14 @@
// GuiBase, Button, ButtonGroup, Label, NumericLabel, BlinkLabel,
// SeekBar, SeekbarGroup
//
-// 2016/11/12, Copyright (c) 2016 MIKAMI, Naoki
+// 2017/01/16, Copyright (c) 2017 MIKAMI, Naoki
//-----------------------------------------------------------------------
#include "F746_GUI.hpp"
int main()
{
- Label obj10(240, 2, "Dome: GUI parts, 2016/07/30, 19:43", Label::CENTER, Font16);
+ Label obj10(240, 2, "Dome: GUI parts, 2017/01/16", Label::CENTER, Font16);
Label obj11(240, 20, "Button, ButtonGroup, Label, NumericLabel, BlinkLabel,",
Label::CENTER);
Label obj12(240, 32, "SeekBar, SeekbarGroup",