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:
- 20:d14969271501
- Parent:
- 19:bdefa616fee7
- Child:
- 21:61059fe1ec47
--- 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",