From f451108fa857fe16f35fa3beb5278e36fed74c67 Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Tue, 18 Aug 2009 00:53:27 +0000 Subject: M:Robe 500: Increase the max icon size. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22393 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-mrobe500.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware') diff --git a/firmware/export/config-mrobe500.h b/firmware/export/config-mrobe500.h index ab5e37d20b..29591ce99a 100644 --- a/firmware/export/config-mrobe500.h +++ b/firmware/export/config-mrobe500.h @@ -100,6 +100,9 @@ #define LCD_DEPTH 16 /* 65k colours */ #define LCD_PIXELFORMAT RGB565 /* rgb565 */ +#define MAX_ICON_HEIGHT 35 +#define MAX_ICON_WIDTH 35 + /* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE should be defined as well. */ #define HAVE_LCD_SLEEP -- cgit v1.2.3