Procedura di setup TITA32

Dependencies:   BSP_DISCO_F746NG BUTTON_GROUP LCD_DISCO_F746NG TS_DISCO_F746NG mbed

Fork of F746_ButtonGroup_Demo by 不韋 呂

Revision:
3:edc98882d63a
Parent:
2:b88f2ec606d3
Child:
4:201e97957618
--- 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);