1
0
Fork 0
forked from len0rd/rockbox

Add logos for iPod color and Nano

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7889 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2005-11-15 02:19:02 +00:00
parent 94404500bb
commit 07480a7c9d
5 changed files with 2588 additions and 2 deletions

View file

@ -557,7 +557,7 @@ int show_logo( void )
#if LCD_WIDTH == 112 || LCD_WIDTH == 128
lcd_bitmap(rockbox112x37, 0, 10, 112, 37);
#endif
#if (LCD_WIDTH >= 220) && defined(HAVE_LCD_COLOR)
#if (LCD_WIDTH >= 176) && defined(HAVE_LCD_COLOR)
lcd_bitmap(rockboxlogo, 0, 10, ROCKBOXLOGO_WIDTH, ROCKBOXLOGO_HEIGHT);
#elif LCD_WIDTH >= 160
lcd_bitmap(rockbox160x53x2, 0, 10, 160, 53);