From 24a7e384ec9113e6c85d718af1c34424f16f2593 Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Sun, 19 Jul 2009 23:39:06 +0000 Subject: M:Robe 500: Add Rockbox logo for 640x480 and 480x640. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21976 a1c6a512-1295-4272-9138-f99709370657 --- apps/bitmaps/native/SOURCES | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'apps/bitmaps/native/SOURCES') diff --git a/apps/bitmaps/native/SOURCES b/apps/bitmaps/native/SOURCES index 9ad0dbf..6e21629 100644 --- a/apps/bitmaps/native/SOURCES +++ b/apps/bitmaps/native/SOURCES @@ -29,8 +29,12 @@ rockboxlogo.176x54x16.bmp rockboxlogo.220x68x16.bmp #elif (LCD_WIDTH == 240) && (LCD_DEPTH == 16) rockboxlogo.240x74x16.bmp -#elif (LCD_WIDTH >= 320) && (LCD_DEPTH == 16) +#elif (LCD_WIDTH == 320) && (LCD_DEPTH == 16) rockboxlogo.320x98x16.bmp +#elif (LCD_WIDTH == 480) && (LCD_DEPTH == 16) +rockboxlogo.480x149x16.bmp +#elif (LCD_WIDTH >= 640) && (LCD_DEPTH == 16) +rockboxlogo.640x198x16.bmp #endif #ifndef BOOTLOADER /* We don't need these for the bootloader */ -- cgit v1.1