diff options
Diffstat (limited to 'apps/recorder')
-rw-r--r-- | apps/recorder/icons.h | 5 |
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[]; #define ROCKBOXLOGO_WIDTH 160 #define ROCKBOXLOGO_HEIGHT 53 +#elif (LCD_WIDTH == 160) && (LCD_DEPTH == 16) +/* iAudio X5 */ +#define ROCKBOXLOGO_WIDTH 160 +#define ROCKBOXLOGO_HEIGHT 50 + #elif (LCD_WIDTH == 176) && (LCD_DEPTH == 16) /* iPod Nano */ #define ROCKBOXLOGO_WIDTH 176 |