summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2009-10-25 11:31:13 +0000
committerBertrik Sikken <bertrik@sikken.nl>2009-10-25 11:31:13 +0000
commit52ca187f68ff3d74f604b4e12048aacaed451a24 (patch)
treebb1478eb365e695e4efbc9fd07adf9c64579cffd /firmware/export
parentf3944cb694b46052975f0a1f1ec9b0aebe047679 (diff)
downloadrockbox-52ca187f68ff3d74f604b4e12048aacaed451a24.zip
rockbox-52ca187f68ff3d74f604b4e12048aacaed451a24.tar.gz
rockbox-52ca187f68ff3d74f604b4e12048aacaed451a24.tar.bz2
rockbox-52ca187f68ff3d74f604b4e12048aacaed451a24.tar.xz
Meizu M6 SP: update lcd driver, it is now possible to display a rockbox logo (with some limitations, see comments in lcd-m6sp.c)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23345 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-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 b5aad58..973d6fd 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. */