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.tar.gz
rockbox-52ca187f68ff3d74f604b4e12048aacaed451a24.zip
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 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. */