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:
- 13:270545d8d62e
- Parent:
- 12:262492b42b04
- Child:
- 14:36859ef194d1
--- a/main.cpp Mon May 30 14:35:25 2016 +0000
+++ b/main.cpp Sun Jul 03 02:07:47 2016 +0000
@@ -5,7 +5,7 @@
// GuiBase, Button, ButtonGroup, Label, NumericLabel, BlinkLabel,
// SeekBar, SeekbarGroup
//
-// 2016/05/30, Copyright (c) 2016 MIKAMI, Naoki
+// 2016/07/03, Copyright (c) 2016 MIKAMI, Naoki
//--------------------------------------------------------------------------------
#include "NumericLabel.hpp"
@@ -17,7 +17,7 @@
int main()
{
- Label obj10(240, 2, "Dome: GUI parts, 2016/04/30, 15:31", Label::CENTER, Font16);
+ Label obj10(240, 2, "Dome: GUI parts, 2016/07/03, 11:05", Label::CENTER, Font16);
Label obj11(240, 20, "Button, ButtonGroup, Label, NumericLabel, BlinkLabel,",
Label::CENTER);
Label obj12(240, 32, "SeekBar, SeekbarGroup",
@@ -87,7 +87,7 @@
case 1: button1.Inactivate();
bGroup1.Inactivate(1);
break;
- case 2: for (int n=0; n<4; n++) bGroup1.Erase(n);
+ case 2: bGroup1.EraseAll();//for (int n=0; n<4; n++) bGroup1.Erase(n);
for (int n=0; n<2; n++)
{
barV.Draw(n, 0); // reset seekbar