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.
Diff: main.cpp
- Revision:
- 23:6100b7d1de93
- Parent:
- 22:1feb756220ac
- Child:
- 24:0191b2cbe7d9
--- 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",