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: TS_DISCO_F746NG mbed LCD_DISCO_F746NG BSP_DISCO_F746NG MCP9808 BUTTON_GROUP
Revision 3:edc98882d63a, committed 2015-12-08
- Comitter:
- MikamiUitOpen
- Date:
- Tue Dec 08 14:20:25 2015 +0000
- Parent:
- 2:b88f2ec606d3
- Child:
- 4:201e97957618
- Commit message:
- 4
Changed in this revision
| BUTTON_GROUP.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/BUTTON_GROUP.lib Sat Dec 05 11:10:02 2015 +0000 +++ b/BUTTON_GROUP.lib Tue Dec 08 14:20:25 2015 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/MikamiUitOpen/code/BUTTON_GROUP/#543ec60c2814 +http://mbed.org/users/MikamiUitOpen/code/BUTTON_GROUP/#2cc388e91bde
--- a/main.cpp Sat Dec 05 11:10:02 2015 +0000
+++ b/main.cpp Tue Dec 08 14:20:25 2015 +0000
@@ -13,6 +13,7 @@
int main()
{
+ printf("\r\n23:13");
const int Y0 = 5;
const int X1 = 50;
const int Y1 = 200;
@@ -26,6 +27,9 @@
ButtonGroup bGroup(lcd_, ts_, 10, Y0, 66, 40,
LCD_COLOR_BLUE, backColor, NUMBER_BUTTONS, STR, 5, 5, 3);
+ Button Large(lcd_, ts_, 200, 100, 120, 60,
+ LCD_COLOR_GREEN, backColor, "LARGE", Font24);
+
Button reset(lcd_, ts_, 410, Y0, 60, 40,
LCD_COLOR_BLUE, backColor, "Reset", Font12);
reset.Draw(inActive, LCD_COLOR_GRAY);