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:
3:ecf7f1f8d749
Parent:
2:80026d18fcf3
Child:
4:2fe89414d4df
--- a/main.cpp	Thu Oct 29 12:59:54 2015 +0000
+++ b/main.cpp	Thu Oct 29 18:09:31 2015 +0000
@@ -1,7 +1,5 @@
 #include "WakeupLight.h"
 
-    UI_STRUCT ui;
-
 int main()
 {
     debug_Init();
@@ -14,11 +12,6 @@
 
     UI_Init();
 
-    //LED_StartAnimation(LAE_WAKEUP);
-
-    ui.flags=UI_FLAG_TYPE_CLOCK;
-    UI_Show(&ui);
-
     for (;;)
     {
         UI_Poll();