Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BSP_DISCO_F746NG_patch_fixed LCD_DISCO_F746NG TS_DISCO_F746NG FATFileSystem TinyJpgDec_interwork mbed-src
Revision 11:3c6366ea1021, committed 2015-11-16
- 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);