From 52ca187f68ff3d74f604b4e12048aacaed451a24 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sun, 25 Oct 2009 11:31:13 +0000 Subject: 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 --- firmware/export/config-meizu-m6sp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'firmware/export') 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. */ -- cgit v1.2.3