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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/main_menu.c b/apps/main_menu.c
index 3aef6264f9..7ae57f1c7b 100644
--- a/apps/main_menu.c
+++ b/apps/main_menu.c
@@ -68,7 +68,7 @@ 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#if LCD_WIDTH == 112 71#if LCD_WIDTH == 112 || LCD_WIDTH == 128
72 lcd_bitmap(rockbox112x37, 0, 10, 112, 37, false); 72 lcd_bitmap(rockbox112x37, 0, 10, 112, 37, false);
73#endif 73#endif
74#if LCD_WIDTH == 160 74#if LCD_WIDTH == 160