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.h36
1 files changed, 25 insertions, 11 deletions
diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h
index 98f86cbdac..1ff6a670f8 100644
--- a/apps/recorder/icons.h
+++ b/apps/recorder/icons.h
@@ -78,19 +78,33 @@ extern const unsigned char bitmap_icons_6x8[Icon6x8Last][6];
78extern const unsigned char bitmap_icons_7x8[Icon7x8Last][7]; 78extern const unsigned char bitmap_icons_7x8[Icon7x8Last][7];
79extern const unsigned char bitmap_icon_disk[]; 79extern const unsigned char bitmap_icon_disk[];
80 80
81#if LCD_WIDTH == 112 || LCD_WIDTH == 128 || (defined(HAVE_REMOTE_LCD) && LCD_REMOTE_WIDTH == 128) 81extern const fb_data rockboxlogo[];
82extern const unsigned char rockbox112x37[]; 82
83#endif 83#if LCD_DEPTH == 1
84#if defined(IRIVER_H300_SERIES) || defined(APPLE_IPODCOLOR) || defined(APPLE_IPODVIDEO) 84/* Archos targets */
85#define ROCKBOXLOGO_WIDTH 220 85#define ROCKBOXLOGO_WIDTH 112
86#define ROCKBOXLOGO_HEIGHT 68 86#define ROCKBOXLOGO_HEIGHT 37
87extern const unsigned short rockboxlogo[]; 87
88#elif defined(APPLE_IPODNANO) 88#elif (LCD_WIDTH == 160) && (LCD_DEPTH == 2)
89/* iRiver H1x0 */
90#define ROCKBOXLOGO_WIDTH 160
91#define ROCKBOXLOGO_HEIGHT 53
92
93#elif (LCD_WIDTH == 176) && (LCD_DEPTH == 16)
94/* iPod Nano */
89#define ROCKBOXLOGO_WIDTH 176 95#define ROCKBOXLOGO_WIDTH 176
90#define ROCKBOXLOGO_HEIGHT 54 96#define ROCKBOXLOGO_HEIGHT 54
91extern const unsigned short rockboxlogo[]; 97
92#elif LCD_WIDTH >= 160 98#elif (LCD_WIDTH >= 220) && (LCD_DEPTH == 16)
93extern const unsigned char rockbox160x53x2[]; 99/* iriver H3x0, iPod Color/Photo and Video */
100#define ROCKBOXLOGO_WIDTH 220
101#define ROCKBOXLOGO_HEIGHT 68
102#endif
103
104#ifdef HAVE_REMOTE_LCD
105extern const unsigned char remote_rockboxlogo[];
106#define REMOTE_ROCKBOXLOGO_WIDTH 112
107#define REMOTE_ROCKBOXLOGO_HEIGHT 37
94#endif 108#endif
95 109
96#define STATUSBAR_X_POS 0 110#define STATUSBAR_X_POS 0