summaryrefslogtreecommitdiff
path: root/apps/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/misc.c')
-rw-r--r--apps/misc.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/apps/misc.c b/apps/misc.c
index 6ca28cbb01..e8bc8f9345 100644
--- a/apps/misc.c
+++ b/apps/misc.c
@@ -575,18 +575,12 @@ int show_logo( void )
575 int font_h, font_w; 575 int font_h, font_w;
576 576
577 lcd_clear_display(); 577 lcd_clear_display();
578#if LCD_WIDTH == 112 || LCD_WIDTH == 128
579 lcd_bitmap(rockbox112x37, 0, 10, 112, 37);
580#endif
581#if (LCD_WIDTH >= 176) && defined(HAVE_LCD_COLOR)
582 lcd_bitmap(rockboxlogo, 0, 10, ROCKBOXLOGO_WIDTH, ROCKBOXLOGO_HEIGHT); 578 lcd_bitmap(rockboxlogo, 0, 10, ROCKBOXLOGO_WIDTH, ROCKBOXLOGO_HEIGHT);
583#elif LCD_WIDTH >= 160
584 lcd_bitmap(rockbox160x53x2, 0, 10, 160, 53);
585#endif
586 579
587#ifdef HAVE_REMOTE_LCD 580#ifdef HAVE_REMOTE_LCD
588 lcd_remote_clear_display(); 581 lcd_remote_clear_display();
589 lcd_remote_bitmap(rockbox112x37,10,14,112,37); 582 lcd_remote_bitmap(remote_rockboxlogo,10,14,REMOTE_ROCKBOXLOGO_WIDTH,
583 REMOTE_ROCKBOXLOGO_HEIGHT);
590#endif 584#endif
591 585
592 snprintf(version, sizeof(version), "Ver. %s", appsversion); 586 snprintf(version, sizeof(version), "Ver. %s", appsversion);