summaryrefslogtreecommitdiffstats
path: root/apps/recorder/icons.h
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.h
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.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 48e9a167ee..77a310d053 100644
--- a/apps/recorder/icons.h
+++ b/apps/recorder/icons.h
@@ -70,7 +70,7 @@ extern const unsigned char bitmap_icon_disk[];
#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
+#if LCD_WIDTH >= 160
extern const unsigned char rockbox160x53[];
#endif