summaryrefslogtreecommitdiff
path: root/firmware/export/config-mrobe500.h
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2009-04-11 22:22:44 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2009-04-11 22:22:44 +0000
commit76328bbfda561dabe30312ed9d510cc7ed2ef063 (patch)
treec4b38938db24e4952c23a6bfb265cc5e94991bf3 /firmware/export/config-mrobe500.h
parentac0722da742426f36fda973a477e50ebb493ea21 (diff)
downloadrockbox-76328bbfda561dabe30312ed9d510cc7ed2ef063.tar.gz
rockbox-76328bbfda561dabe30312ed9d510cc7ed2ef063.zip
Fix the scrollbar boundary checking to prevent the player from freezing on screens that are too small to show the list with the font selected. Correct the M:Robe remote screen height.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20690 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-mrobe500.h')
-rw-r--r--firmware/export/config-mrobe500.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-mrobe500.h b/firmware/export/config-mrobe500.h
index 4010b036d1..29c2670f9e 100644
--- a/firmware/export/config-mrobe500.h
+++ b/firmware/export/config-mrobe500.h
@@ -91,7 +91,7 @@
91/* remote LCD */ 91/* remote LCD */
92#define HAVE_REMOTE_LCD 92#define HAVE_REMOTE_LCD
93#define LCD_REMOTE_WIDTH 79 93#define LCD_REMOTE_WIDTH 79
94#define LCD_REMOTE_HEIGHT 64 94#define LCD_REMOTE_HEIGHT 16
95#define LCD_REMOTE_DEPTH 1 95#define LCD_REMOTE_DEPTH 1
96 96
97/* Remote display colours, for screenshots and sim (0xRRGGBB) */ 97/* Remote display colours, for screenshots and sim (0xRRGGBB) */