Ardoise magique

Dependencies:   TS_DISCO_F746NG mbed LCD_DISCO_F746NG BSP_DISCO_F746NG BUTTON_GROUP RGB_matrix_Panel

Revision:
7:cd3ef8345659
Parent:
6:2736b38c1d73
Child:
8:b37aafcf7a55
diff -r 2736b38c1d73 -r cd3ef8345659 main.cpp
--- a/main.cpp	Wed Dec 23 07:25:23 2015 +0000
+++ b/main.cpp	Wed Dec 23 08:02:07 2015 +0000
@@ -38,7 +38,7 @@
     reset.Draw(INACTIVE, LCD_COLOR_GRAY);
 
     lcd_.SetTextColor(LCD_COLOR_WHITE);
-    lcd_.DisplayStringAt(100, 260, (uint8_t *)"12/23 16:20", LEFT_MODE);
+    lcd_.DisplayStringAt(100, 260, (uint8_t *)"12/23 16:57", LEFT_MODE);
     int num;
     while (true)
     {
@@ -68,4 +68,3 @@
         wait(0.5f);
     }
 }
-