From 88f3a53b7ef9cc06dbceee4152421626008d9e73 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 31 May 2005 12:37:05 +0000 Subject: iRiver remote LCD is only 128x64 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6542 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/icons.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/recorder/icons.h') diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h index b0157308ce..d9d743a26c 100644 --- a/apps/recorder/icons.h +++ b/apps/recorder/icons.h @@ -67,7 +67,7 @@ extern const unsigned char bitmap_icons_7x8[Icon_Last][7]; extern const unsigned char bitmap_icon_disk[]; #endif -#if LCD_WIDTH == 112 || LCD_WIDTH == 128 || (defined(HAVE_REMOTE_LCD) && LCD_REMOTE_WIDTH == 134) +#if LCD_WIDTH == 112 || LCD_WIDTH == 128 || (defined(HAVE_REMOTE_LCD) && LCD_REMOTE_WIDTH == 128) extern const unsigned char rockbox112x37[]; #endif #if LCD_WIDTH == 160 -- cgit v1.2.3