summaryrefslogtreecommitdiff
path: root/apps/main_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main_menu.c')
-rw-r--r--apps/main_menu.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/main_menu.c b/apps/main_menu.c
index ed10d05f2f..1c27f752ce 100644
--- a/apps/main_menu.c
+++ b/apps/main_menu.c
@@ -68,8 +68,12 @@ int show_logo( void )
68 int font_h, font_w; 68 int font_h, font_w;
69 69
70 lcd_clear_display(); 70 lcd_clear_display();
71 71#if LCD_WIDTH == 112
72 lcd_bitmap(rockbox112x37, 0, 10, 112, 37, false); 72 lcd_bitmap(rockbox112x37, 0, 10, 112, 37, false);
73#endif
74#if LCD_WIDTH == 160
75 lcd_bitmap(rockbox160x53, 0, 10, 160, 53, false);
76#endif
73 77
74#if 0 78#if 0
75 /* 79 /*