summaryrefslogtreecommitdiff
path: root/firmware/export/config-mrobe500.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-11-11 04:48:33 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-11-11 04:48:33 +0000
commit28dfb54eeb77b1c99972b3b5fa9f1d1fd97e04e4 (patch)
treeaf365e63cf329b5a04012d6c23fa7c112c39f56c /firmware/export/config-mrobe500.h
parent59a2862347873c2dfcc9cd47cc788dbfef27fcf8 (diff)
downloadrockbox-28dfb54eeb77b1c99972b3b5fa9f1d1fd97e04e4.tar.gz
rockbox-28dfb54eeb77b1c99972b3b5fa9f1d1fd97e04e4.zip
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
Diffstat (limited to 'firmware/export/config-mrobe500.h')
-rw-r--r--firmware/export/config-mrobe500.h8
1 files changed, 6 insertions, 2 deletions
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 @@
49 49
50/* LCD dimensions */ 50/* LCD dimensions */
51#define CONFIG_LCD LCD_MROBE500 51#define CONFIG_LCD LCD_MROBE500
52#define SCREEN_ROTATE 52
53#if defined(SCREEN_ROTATE) 53/* choose the lcd orientation. both work */
54/* #define CONFIG_ORIENTATION SCREEN_PORTAIT */
55#define CONFIG_ORIENTATION SCREEN_LANDSCAPE
56
57#if CONFIG_ORIENTATION == SCREEN_PORTAIT
54#define LCD_WIDTH 480 58#define LCD_WIDTH 480
55#define LCD_HEIGHT 640 59#define LCD_HEIGHT 640
56#else 60#else