summaryrefslogtreecommitdiff
path: root/apps/misc.c
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2005-11-15 02:19:02 +0000
committerDave Chapman <dave@dchapman.com>2005-11-15 02:19:02 +0000
commit07480a7c9df825410c3e100688db83c212e87bbe (patch)
tree9b06a9a54920ece3374e23717685b17a881c5d5f /apps/misc.c
parent94404500bbe5bedf49e7237cbfc0539da5c81978 (diff)
downloadrockbox-07480a7c9df825410c3e100688db83c212e87bbe.tar.gz
rockbox-07480a7c9df825410c3e100688db83c212e87bbe.zip
Add logos for iPod color and Nano
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7889 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/misc.c')
-rw-r--r--apps/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/misc.c b/apps/misc.c
index 4b43e0a0b8..a91a1a250f 100644
--- a/apps/misc.c
+++ b/apps/misc.c
@@ -557,7 +557,7 @@ int show_logo( void )
557#if LCD_WIDTH == 112 || LCD_WIDTH == 128 557#if LCD_WIDTH == 112 || LCD_WIDTH == 128
558 lcd_bitmap(rockbox112x37, 0, 10, 112, 37); 558 lcd_bitmap(rockbox112x37, 0, 10, 112, 37);
559#endif 559#endif
560#if (LCD_WIDTH >= 220) && defined(HAVE_LCD_COLOR) 560#if (LCD_WIDTH >= 176) && defined(HAVE_LCD_COLOR)
561 lcd_bitmap(rockboxlogo, 0, 10, ROCKBOXLOGO_WIDTH, ROCKBOXLOGO_HEIGHT); 561 lcd_bitmap(rockboxlogo, 0, 10, ROCKBOXLOGO_WIDTH, ROCKBOXLOGO_HEIGHT);
562#elif LCD_WIDTH >= 160 562#elif LCD_WIDTH >= 160
563 lcd_bitmap(rockbox160x53x2, 0, 10, 160, 53); 563 lcd_bitmap(rockbox160x53x2, 0, 10, 160, 53);