Daiki Kato / Mbed 2 deprecated GR-PEACH_Digital_Signage_display_shield

Dependencies:   GR-PEACH_video GraphicsFramework R_BSP SDFileSystem_tmp mbed-rtos mbed

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)