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

Committer:
the_sz
Date:
Sun Feb 21 04:26:17 2016 +0000
Revision:
14:2044ad5cd3fe
Parent:
9:fe2c9b3a312b
all fonts are working

Who changed what in which revision?

UserRevisionLine numberNew contents of line
the_sz 9:fe2c9b3a312b 1 #ifndef __SD_h
the_sz 9:fe2c9b3a312b 2 #define __SD_h
the_sz 9:fe2c9b3a312b 3
the_sz 9:fe2c9b3a312b 4 void SD_Init(void);
the_sz 9:fe2c9b3a312b 5 bool SD_ShowRandomPicture(void);
the_sz 9:fe2c9b3a312b 6
the_sz 9:fe2c9b3a312b 7 #endif