summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2008-04-29 01:09:39 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2008-04-29 01:09:39 +0000
commitc741ecc68a5e0c709d9f93ed10866da9bd6f6465 (patch)
treee11c12f6106938a0e0ff2b5683a094b607ba4962 /firmware/export/config.h
parenta6100fb5ee093ecc9b263c2c659c653d90eed585 (diff)
downloadrockbox-c741ecc68a5e0c709d9f93ed10866da9bd6f6465.tar.gz
rockbox-c741ecc68a5e0c709d9f93ed10866da9bd6f6465.zip
yep.. I really cant spell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17287 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index f4e38ce73c..565f8950ff 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -128,7 +128,7 @@
128#define RGB565SWAPPED 3553 128#define RGB565SWAPPED 3553
129 129
130/* CONFIG_ORIENTATION */ 130/* CONFIG_ORIENTATION */
131#define SCREEN_PORTAIT 0 131#define SCREEN_PORTRAIT 0
132#define SCREEN_LANDSCAPE 1 132#define SCREEN_LANDSCAPE 1
133#define SCREEN_SQUARE 2 133#define SCREEN_SQUARE 2
134 134
@@ -281,7 +281,7 @@
281 281
282#ifndef CONFIG_ORIENTATION 282#ifndef CONFIG_ORIENTATION
283#if LCD_HEIGHT > LCD_WIDTH 283#if LCD_HEIGHT > LCD_WIDTH
284#define CONFIG_ORIENTATION SCREEN_PORTAIT 284#define CONFIG_ORIENTATION SCREEN_PORTRAIT
285#elif LCD_HEIGHT < LCD_WIDTH 285#elif LCD_HEIGHT < LCD_WIDTH
286#define CONFIG_ORIENTATION SCREEN_LANDSCAPE 286#define CONFIG_ORIENTATION SCREEN_LANDSCAPE
287#else 287#else