From 76328bbfda561dabe30312ed9d510cc7ed2ef063 Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Sat, 11 Apr 2009 22:22:44 +0000 Subject: 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 --- firmware/export/config-mrobe500.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/config-mrobe500.h') 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 @@ /* remote LCD */ #define HAVE_REMOTE_LCD #define LCD_REMOTE_WIDTH 79 -#define LCD_REMOTE_HEIGHT 64 +#define LCD_REMOTE_HEIGHT 16 #define LCD_REMOTE_DEPTH 1 /* Remote display colours, for screenshots and sim (0xRRGGBB) */ -- cgit v1.2.3