Procedura di setup TITA32

Dependencies:   BSP_DISCO_F746NG BUTTON_GROUP LCD_DISCO_F746NG TS_DISCO_F746NG mbed

Fork of F746_ButtonGroup_Demo by 不韋 呂

Revision:
10:e2e65b7039f4
Parent:
9:6ad16c698e21
Child:
11:74a4d2c3870e
--- a/main.cpp	Thu Dec 31 08:34:50 2015 +0000
+++ b/main.cpp	Wed Feb 17 06:29:28 2016 +0000
@@ -1,7 +1,7 @@
 //---------------------------------------------------------------
 //  Demo program of Button class and ButtonGroup class
 //
-//  2015/12/31, Copyright (c) 2015 MIKAMI, Naoki
+//  2016/02/17, Copyright (c) 2016 MIKAMI, Naoki
 //---------------------------------------------------------------
 
 #include "button_group.hpp"
@@ -38,7 +38,7 @@
     reset.Draw(INACTIVE, LCD_COLOR_GRAY);
 
     lcd_.SetTextColor(LCD_COLOR_WHITE);
-    lcd_.DisplayStringAt(100, 260, (uint8_t *)"12/23 16:57", LEFT_MODE);
+    lcd_.DisplayStringAt(100, 260, (uint8_t *)"02/17 15:27", LEFT_MODE);
     int num;
     while (true)
     {