summaryrefslogtreecommitdiff
path: root/apps/recorder/icons.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-06-15 11:48:50 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-06-15 11:48:50 +0000
commita7de2e28d348418baa79dfc90e3fd6725ccaf88b (patch)
tree78f67242f14d298191c8c6f95353aba599eb4c6f /apps/recorder/icons.c
parent6b60f9ad5333239029914a8e4276d35a6d80c416 (diff)
downloadrockbox-a7de2e28d348418baa79dfc90e3fd6725ccaf88b.tar.gz
rockbox-a7de2e28d348418baa79dfc90e3fd6725ccaf88b.zip
use the 160 pixels wide logo for wider LCDs too (for now at least)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6720 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/icons.c')
-rw-r--r--apps/recorder/icons.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c
index ee8c69a05c..c77050e322 100644
--- a/apps/recorder/icons.c
+++ b/apps/recorder/icons.c
@@ -138,7 +138,7 @@ const unsigned char rockbox112x37[]={
138 138
139#endif 139#endif
140 140
141#if LCD_WIDTH == 160 141#if LCD_WIDTH >= 160
142/* iRiver LCD width */ 142/* iRiver LCD width */
143const unsigned char rockbox160x53[] = { 143const unsigned char rockbox160x53[] = {
144 0x00, 0x00, 0x00, 0x04, 0x04, 0xff, 0x04, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 144 0x00, 0x00, 0x00, 0x04, 0x04, 0xff, 0x04, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4, 0xf4,