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
This commit is contained in:
Karl Kurbjun 2009-07-19 23:39:06 +00:00
parent 0d2005c6f8
commit 24a7e384ec
3 changed files with 5 additions and 1 deletions

View file

@ -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 */

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 371 KiB