summaryrefslogtreecommitdiff
path: root/firmware/export/config-meizu-m6sp.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-meizu-m6sp.h')
-rw-r--r--firmware/export/config-meizu-m6sp.h6
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 @@
59#define CONFIG_NAND NAND_SAMSUNG 59#define CONFIG_NAND NAND_SAMSUNG
60 60
61/* LCD dimensions */ 61/* LCD dimensions */
62#define LCD_WIDTH 320 62#define LCD_WIDTH 240
63#define LCD_HEIGHT 240 63#define LCD_HEIGHT 320
64#define LCD_DEPTH 16 /* pseudo 262.144 colors */ 64#define LCD_DEPTH 16 /* pseudo 262.144 colors */
65#define LCD_PIXELFORMAT RGB565 /* rgb565 */ 65#define LCD_PIXELFORMAT RGB565 /* rgb565 */
66 66
67/* Define this if your LCD can be enabled/disabled */ 67/* Define this if your LCD can be enabled/disabled */
68//#define HAVE_LCD_ENABLE 68#define HAVE_LCD_ENABLE
69 69
70/* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE 70/* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE
71 should be defined as well. */ 71 should be defined as well. */