summaryrefslogtreecommitdiff
path: root/firmware/export/config-ondavx747.h
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-07-17 14:30:42 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-07-17 14:30:42 +0000
commitcf9935d6362dd52e4b2f33dd19fff0a0860814d7 (patch)
tree1530a9450d78768077798bd756fbfa67ea1efb12 /firmware/export/config-ondavx747.h
parent1dc0c46d930d8e59902e9b3ce92aab21a5311d78 (diff)
downloadrockbox-cf9935d6362dd52e4b2f33dd19fff0a0860814d7.tar.gz
rockbox-cf9935d6362dd52e4b2f33dd19fff0a0860814d7.zip
Onda VX747: add dual-boot capability + make it possible to permanently 'stick' Rockbox to your DAP
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21919 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-ondavx747.h')
-rw-r--r--firmware/export/config-ondavx747.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h
index 22108fff49..1d9a7a8883 100644
--- a/firmware/export/config-ondavx747.h
+++ b/firmware/export/config-ondavx747.h
@@ -81,8 +81,13 @@
81/* LCD dimensions */ 81/* LCD dimensions */
82#define CONFIG_LCD LCD_ONDAVX747 82#define CONFIG_LCD LCD_ONDAVX747
83 83
84#ifdef BOOTLOADER /* OF requires landscape */
85#define LCD_WIDTH 400
86#define LCD_HEIGHT 240
87#else
84#define LCD_WIDTH 240 88#define LCD_WIDTH 240
85#define LCD_HEIGHT 400 89#define LCD_HEIGHT 400
90#endif
86 91
87#define LCD_DEPTH 16 /* 16bit colours */ 92#define LCD_DEPTH 16 /* 16bit colours */
88#define LCD_PIXELFORMAT RGB565 /* rgb565 */ 93#define LCD_PIXELFORMAT RGB565 /* rgb565 */