summaryrefslogtreecommitdiff
path: root/apps/recorder/icons.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-11-14 20:46:48 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-11-14 20:46:48 +0000
commit2dd518a59b0c815247f97d061bfe338fc40bd792 (patch)
tree06fa5b370d2d750c6d2761282424ba3d7c849494 /apps/recorder/icons.h
parentb1b3a12e763b7bd169e1e0903b606d6cd64fe19a (diff)
downloadrockbox-2dd518a59b0c815247f97d061bfe338fc40bd792.tar.gz
rockbox-2dd518a59b0c815247f97d061bfe338fc40bd792.zip
H300 logo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7878 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/icons.h')
-rw-r--r--apps/recorder/icons.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h
index 17605ef490..21198fc985 100644
--- a/apps/recorder/icons.h
+++ b/apps/recorder/icons.h
@@ -77,7 +77,11 @@ extern const unsigned char bitmap_icon_disk[];
77#if LCD_WIDTH == 112 || LCD_WIDTH == 128 || (defined(HAVE_REMOTE_LCD) && LCD_REMOTE_WIDTH == 128) 77#if LCD_WIDTH == 112 || LCD_WIDTH == 128 || (defined(HAVE_REMOTE_LCD) && LCD_REMOTE_WIDTH == 128)
78extern const unsigned char rockbox112x37[]; 78extern const unsigned char rockbox112x37[];
79#endif 79#endif
80#if LCD_WIDTH >= 160 80#ifdef IRIVER_H300_SERIES
81#define ROCKBOXLOGO_WIDTH 220
82#define ROCKBOXLOGO_HEIGHT 68
83extern const unsigned short rockboxlogo[];
84#elif LCD_WIDTH >= 160
81extern const unsigned char rockbox160x53x2[]; 85extern const unsigned char rockbox160x53x2[];
82#endif 86#endif
83 87