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:
12:a89096944f20
Parent:
9:fe2c9b3a312b
Child:
13:811a5c5b3fd6
--- a/WakeupLight.h	Mon Nov 16 23:29:15 2015 +0000
+++ b/WakeupLight.h	Sun Jan 31 01:02:36 2016 +0000
@@ -4,8 +4,10 @@
 #include "mbed.h"
 #include "stm32746g_discovery.h"
 #include "stm32746g_discovery_sd.h"
+#include "stm32746g_discovery_audio.h"
 #include "TS_DISCO_F746NG.h"
 #include "LCD_DISCO_F746NG.h"
+#include "rtc_api.h"
 
 #include <FATFileSystem.h>
 
@@ -21,9 +23,13 @@
 #include "OnBoardLED.h"
 #include "LED.h"
 #include "SD.h"
+#include "Sound.h"
 #include "UI.h"
 #include "Config.h"
+#include "RTC.h"
 #include "Fonts/display_fonts.h"
 #include "debug.h"
 
+#include "STMLIBRARIES/tm_stm32_rng.h"
+
 #endif