diff options
Diffstat (limited to 'firmware/export/config-meizu-m6sp.h')
-rw-r--r-- | firmware/export/config-meizu-m6sp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-meizu-m6sp.h b/firmware/export/config-meizu-m6sp.h index b5aad58667..973d6fdcca 100644 --- a/firmware/export/config-meizu-m6sp.h +++ b/firmware/export/config-meizu-m6sp.h @@ -59,13 +59,13 @@ #define CONFIG_NAND NAND_SAMSUNG /* LCD dimensions */ -#define LCD_WIDTH 320 -#define LCD_HEIGHT 240 +#define LCD_WIDTH 240 +#define LCD_HEIGHT 320 #define LCD_DEPTH 16 /* pseudo 262.144 colors */ #define LCD_PIXELFORMAT RGB565 /* rgb565 */ /* Define this if your LCD can be enabled/disabled */ -//#define HAVE_LCD_ENABLE +#define HAVE_LCD_ENABLE /* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE should be defined as well. */ |