summaryrefslogtreecommitdiff
path: root/apps/recorder/icons.h
diff options
context:
space:
mode:
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 21198fc985..c8241b4871 100644
--- a/apps/recorder/icons.h
+++ b/apps/recorder/icons.h
@@ -77,10 +77,14 @@ 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#ifdef IRIVER_H300_SERIES 80#if defined(IRIVER_H300_SERIES) || (CONFIG_LCD == LCD_IPODCOLOR)
81#define ROCKBOXLOGO_WIDTH 220 81#define ROCKBOXLOGO_WIDTH 220
82#define ROCKBOXLOGO_HEIGHT 68 82#define ROCKBOXLOGO_HEIGHT 68
83extern const unsigned short rockboxlogo[]; 83extern const unsigned short rockboxlogo[];
84#elif CONFIG_LCD == LCD_IPODNANO
85#define ROCKBOXLOGO_WIDTH 176
86#define ROCKBOXLOGO_HEIGHT 54
87extern const unsigned short rockboxlogo[];
84#elif LCD_WIDTH >= 160 88#elif LCD_WIDTH >= 160
85extern const unsigned char rockbox160x53x2[]; 89extern const unsigned char rockbox160x53x2[];
86#endif 90#endif