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

UI_Wakup.cpp

Committer:
the_sz
Date:
2015-10-29
Revision:
3:ecf7f1f8d749
Child:
5:13c70bcde7f6

File content as of revision 3:ecf7f1f8d749:

#include "WakeupLight.h"

void UI_WakeupHandler(UI_REASON_ENUM reason,uint32_t index,UI_STRUCT *ui)
{
    switch (reason)
    {
        case UR_CLICK:
            break;

        case UR_TIMER:
            break;
    }
}