summaryrefslogtreecommitdiff
path: root/firmware/export/config-ondavx747.h
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2008-07-16 12:54:43 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2008-07-16 12:54:43 +0000
commite3b2f4ffeda7b804a16125e26918c7cdbcecdac9 (patch)
treefb4bb916ced47e43c942478fca66495d3b803238 /firmware/export/config-ondavx747.h
parentffddab1e664ee9c0a1aec69f02a8ebfaeba3fb3e (diff)
downloadrockbox-e3b2f4ffeda7b804a16125e26918c7cdbcecdac9.tar.gz
rockbox-e3b2f4ffeda7b804a16125e26918c7cdbcecdac9.zip
Switch screen 90 degrees clockwise
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18069 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-ondavx747.h')
-rw-r--r--firmware/export/config-ondavx747.h7
1 files changed, 2 insertions, 5 deletions
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 @@
55/* LCD dimensions */ 55/* LCD dimensions */
56#define CONFIG_LCD LCD_ONDAVX747 56#define CONFIG_LCD LCD_ONDAVX747
57 57
58/* choose the lcd orientation. both work */ 58#define LCD_WIDTH 240
59#define CONFIG_ORIENTATION SCREEN_PORTRAIT 59#define LCD_HEIGHT 400
60
61#define LCD_WIDTH 400
62#define LCD_HEIGHT 240
63 60
64#define LCD_DEPTH 16 /* 16bit colours */ 61#define LCD_DEPTH 16 /* 16bit colours */
65#define LCD_PIXELFORMAT RGB565 /* rgb565 */ 62#define LCD_PIXELFORMAT RGB565 /* rgb565 */