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

Files at this revision

API Documentation at this revision

Comitter:
the_sz
Date:
Mon Nov 16 23:29:15 2015 +0000
Parent:
10:d4b452c6c972
Child:
12:a89096944f20
Commit message:
slide improvment

Changed in this revision

UI.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/UI.cpp	Sat Nov 14 02:46:22 2015 +0000
+++ b/UI.cpp	Mon Nov 16 23:29:15 2015 +0000
@@ -417,10 +417,17 @@
         // fill background
         uiLcd.SetTextColor(SLIDESHOW_COLOR_BG);
         uiLcd.FillRect(0,0,uiLcd.GetXSize(),uiLcd.GetYSize());
-
+/*
+uiLcd.SelectLayer(1);
+uiLcd.Clear(LCD_COLOR_BLACK);
+*/
         // show picture
         SD_ShowRandomPicture();
-
+/*
+uiLcd.SetLayerVisible(1,ENABLE);
+uiLcd.SetTransparency(1,0x80);
+uiLcd.SelectLayer(0);
+*/
         // show clock
         uiLcd.SetFont(&display_font_12x22);
         uiLcd.SetBackColor(0x00000000);