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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h
index 1ff6a670f8..258d93b444 100644
--- a/apps/recorder/icons.h
+++ b/apps/recorder/icons.h
@@ -90,6 +90,11 @@ extern const fb_data rockboxlogo[];
90#define ROCKBOXLOGO_WIDTH 160 90#define ROCKBOXLOGO_WIDTH 160
91#define ROCKBOXLOGO_HEIGHT 53 91#define ROCKBOXLOGO_HEIGHT 53
92 92
93#elif (LCD_WIDTH == 160) && (LCD_DEPTH == 16)
94/* iAudio X5 */
95#define ROCKBOXLOGO_WIDTH 160
96#define ROCKBOXLOGO_HEIGHT 50
97
93#elif (LCD_WIDTH == 176) && (LCD_DEPTH == 16) 98#elif (LCD_WIDTH == 176) && (LCD_DEPTH == 16)
94/* iPod Nano */ 99/* iPod Nano */
95#define ROCKBOXLOGO_WIDTH 176 100#define ROCKBOXLOGO_WIDTH 176