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: GR-PEACH_video GraphicsFramework R_BSP SDFileSystem_tmp mbed-rtos mbed
Diff: main.cpp
- Revision:
- 5:a429cac419e9
- Parent:
- 4:1a08ad86d9af
- Child:
- 6:e7bafd9bba1a
--- a/main.cpp Wed May 25 05:28:50 2016 +0000 +++ b/main.cpp Wed May 25 09:23:30 2016 +0000 @@ -34,7 +34,7 @@ #define DISSOLVE_STEP_NUM (16) /* minimum 1 */ #define SCROLL_STEP_NUM (8) /* minimum 1 */ #define SCROLL_DIRECTION (-1) /* Select 1(left to right) or -1(right to left) */ -#define LCD_SIZE WXGA /* Select SVGA, XGA, HD_720p or WXGA */ +#define LCD_SIZE HD_720p /* Select SVGA, XGA, HD_720p or WXGA */ /*****************************/ #define FILE_NAME_LEN (64)