From 55c98cf66da6d1d12000815037682e2062abea6e Mon Sep 17 00:00:00 2001 From: Zakk Roberts Date: Sat, 18 Feb 2006 08:36:25 +0000 Subject: 320x98 Rockbox logo for larger LCDs (currently only iPod 5G). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8725 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/icons.h | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'apps/recorder/icons.h') diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h index 258d93b444..14e84cd64f 100644 --- a/apps/recorder/icons.h +++ b/apps/recorder/icons.h @@ -21,8 +21,8 @@ #include -/* - * Icons of size 6x8 pixels +/* + * Icons of size 6x8 pixels */ #ifdef HAVE_LCD_BITMAP @@ -100,8 +100,13 @@ extern const fb_data rockboxlogo[]; #define ROCKBOXLOGO_WIDTH 176 #define ROCKBOXLOGO_HEIGHT 54 +#elif (LCD_WIDTH == 320) && (LCD_DEPTH == 16) +/* iPod Video */ +#define ROCKBOXLOGO_WIDTH 320 +#define ROCKBOXLOGO_HEIGHT 98 + #elif (LCD_WIDTH >= 220) && (LCD_DEPTH == 16) -/* iriver H3x0, iPod Color/Photo and Video */ +/* iriver H3x0, iPod Color/Photo */ #define ROCKBOXLOGO_WIDTH 220 #define ROCKBOXLOGO_HEIGHT 68 #endif @@ -145,7 +150,7 @@ extern void statusbar_icon_lock(void); extern void statusbar_time(int hour, int minute); #endif #if CONFIG_LED == LED_VIRTUAL -extern void statusbar_led(void); +extern void statusbar_led(void); #endif #endif /* End HAVE_LCD_BITMAP */ -- cgit v1.2.3