From e3b2f4ffeda7b804a16125e26918c7cdbcecdac9 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Wed, 16 Jul 2008 12:54:43 +0000 Subject: Switch screen 90 degrees clockwise git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18069 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-ondavx747.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'firmware/export/config-ondavx747.h') diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h index 96057710c0..1c2be01d93 100644 --- a/firmware/export/config-ondavx747.h +++ b/firmware/export/config-ondavx747.h @@ -55,11 +55,8 @@ /* LCD dimensions */ #define CONFIG_LCD LCD_ONDAVX747 -/* choose the lcd orientation. both work */ -#define CONFIG_ORIENTATION SCREEN_PORTRAIT - -#define LCD_WIDTH 400 -#define LCD_HEIGHT 240 +#define LCD_WIDTH 240 +#define LCD_HEIGHT 400 #define LCD_DEPTH 16 /* 16bit colours */ #define LCD_PIXELFORMAT RGB565 /* rgb565 */ -- cgit v1.2.3