From 28dfb54eeb77b1c99972b3b5fa9f1d1fd97e04e4 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 11 Nov 2007 04:48:33 +0000 Subject: change the SCREEN_ROTATE define to be more meaningful, and set the mr500 orientation to landscape by default git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15567 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-mrobe500.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'firmware/export/config-mrobe500.h') diff --git a/firmware/export/config-mrobe500.h b/firmware/export/config-mrobe500.h index 850a2e83a1..3156b87060 100644 --- a/firmware/export/config-mrobe500.h +++ b/firmware/export/config-mrobe500.h @@ -49,8 +49,12 @@ /* LCD dimensions */ #define CONFIG_LCD LCD_MROBE500 -#define SCREEN_ROTATE -#if defined(SCREEN_ROTATE) + +/* choose the lcd orientation. both work */ +/* #define CONFIG_ORIENTATION SCREEN_PORTAIT */ +#define CONFIG_ORIENTATION SCREEN_LANDSCAPE + +#if CONFIG_ORIENTATION == SCREEN_PORTAIT #define LCD_WIDTH 480 #define LCD_HEIGHT 640 #else -- cgit v1.2.3