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 Jan 31 17:45:50 2016 +0000
Revision:
13:811a5c5b3fd6
pre-font-alias

Who changed what in which revision?

UserRevisionLine numberNew contents of line
the_sz 13:811a5c5b3fd6 1 // Font data for Lucida Sans Unicode 18pt
the_sz 13:811a5c5b3fd6 2 extern const uint_8 lucidaSansUnicode_18ptBitmaps[];
the_sz 13:811a5c5b3fd6 3 extern const FONT_INFO lucidaSansUnicode_18ptFontInfo;
the_sz 13:811a5c5b3fd6 4 extern const FONT_CHAR_INFO lucidaSansUnicode_18ptDescriptors[];
the_sz 13:811a5c5b3fd6 5