summaryrefslogtreecommitdiff
path: root/apps/recorder/icons.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-05-31 12:37:05 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-05-31 12:37:05 +0000
commit88f3a53b7ef9cc06dbceee4152421626008d9e73 (patch)
tree721526535f4eb96babe6c48f2ddd1839bd0036e2 /apps/recorder/icons.h
parentd4c1464d155434b6f1d3d6cfff196d85fe3cbb6d (diff)
downloadrockbox-88f3a53b7ef9cc06dbceee4152421626008d9e73.tar.gz
rockbox-88f3a53b7ef9cc06dbceee4152421626008d9e73.zip
iRiver remote LCD is only 128x64
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6542 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/icons.h')
-rw-r--r--apps/recorder/icons.h2
1 files changed, 1 insertions, 1 deletions
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];
67extern const unsigned char bitmap_icon_disk[]; 67extern const unsigned char bitmap_icon_disk[];
68#endif 68#endif
69 69
70#if LCD_WIDTH == 112 || LCD_WIDTH == 128 || (defined(HAVE_REMOTE_LCD) && LCD_REMOTE_WIDTH == 134) 70#if LCD_WIDTH == 112 || LCD_WIDTH == 128 || (defined(HAVE_REMOTE_LCD) && LCD_REMOTE_WIDTH == 128)
71extern const unsigned char rockbox112x37[]; 71extern const unsigned char rockbox112x37[];
72#endif 72#endif
73#if LCD_WIDTH == 160 73#if LCD_WIDTH == 160