Wakeup Light with touch user interface, anti-aliased Font, SD card access and RTC usage on STM32F746NG-DISCO board

Dependencies:   BSP_DISCO_F746NG_patch_fixed LCD_DISCO_F746NG TS_DISCO_F746NG FATFileSystem TinyJpgDec_interwork mbed-src

Revision:
7:dc29f6647486
Parent:
6:aa51cc3b9f90
Child:
9:fe2c9b3a312b
--- a/UI.h	Tue Nov 10 22:39:50 2015 +0000
+++ b/UI.h	Thu Nov 12 21:21:48 2015 +0000
@@ -48,7 +48,7 @@
         struct
         {
             uint8_t                     count;
-            uint32_t                    values[4];
+            int32_t                     values[10];
 
         } valueAdjust;
 
@@ -69,6 +69,8 @@
 void UI_MainHandler(UI_REASON_ENUM reason,int32_t index,UI_STRUCT *ui);
 
 void UI_WakeupHandler(UI_REASON_ENUM reason,int32_t index,UI_STRUCT *ui);
+void UI_WakeupShow(void);
+
 void UI_ColorTestHandler(UI_REASON_ENUM reason,int32_t index,UI_STRUCT *ui);
 
 #endif