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

WakeupLight.h

Committer:
the_sz
Date:
2015-10-29
Revision:
2:80026d18fcf3
Parent:
1:35e2ad5cd1fe
Child:
3:ecf7f1f8d749

File content as of revision 2:80026d18fcf3:

#ifndef __WakeupLight_h
#define __WakeupLight_h

#include "mbed.h"
#include "stm32746g_discovery.h"
#include "TS_DISCO_F746NG.h"
#include "LCD_DISCO_F746NG.h"

#include "OnBoardLED.h"
#include "LED.h"
#include "UI.h"
#include "Fonts/display_fonts.h"
#include "debug.h"

#endif