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:
13:811a5c5b3fd6
Parent:
5:13c70bcde7f6
--- a/LED.cpp	Sun Jan 31 01:02:36 2016 +0000
+++ b/LED.cpp	Sun Jan 31 17:45:50 2016 +0000
@@ -44,10 +44,10 @@
     }
     else if (ledAnimation==LAE_OFF)
     {
-        float       red;
-        float       green;
-        float       blue;
-        float       white;
+        double      red;
+        double      green;
+        double      blue;
+        double      white;
         uint32_t    redInt;
         uint32_t    greenInt;
         uint32_t    blueInt;