From 2dd518a59b0c815247f97d061bfe338fc40bd792 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Mon, 14 Nov 2005 20:46:48 +0000 Subject: H300 logo git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7878 a1c6a512-1295-4272-9138-f99709370657 --- apps/misc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps/misc.c') diff --git a/apps/misc.c b/apps/misc.c index c29c71e69e..4b43e0a0b8 100644 --- a/apps/misc.c +++ b/apps/misc.c @@ -557,7 +557,9 @@ int show_logo( void ) #if LCD_WIDTH == 112 || LCD_WIDTH == 128 lcd_bitmap(rockbox112x37, 0, 10, 112, 37); #endif -#if LCD_WIDTH >= 160 +#if (LCD_WIDTH >= 220) && defined(HAVE_LCD_COLOR) + lcd_bitmap(rockboxlogo, 0, 10, ROCKBOXLOGO_WIDTH, ROCKBOXLOGO_HEIGHT); +#elif LCD_WIDTH >= 160 lcd_bitmap(rockbox160x53x2, 0, 10, 160, 53); #endif -- cgit v1.2.3