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 020f5d608c..88599a8705 100644
--- a/apps/main_menu.c
+++ b/apps/main_menu.c
@@ -76,7 +76,7 @@ int show_logo( void )
76#if LCD_WIDTH == 112 || LCD_WIDTH == 128 76#if LCD_WIDTH == 112 || LCD_WIDTH == 128
77 lcd_bitmap(rockbox112x37, 0, 10, 112, 37, false); 77 lcd_bitmap(rockbox112x37, 0, 10, 112, 37, false);
78#endif 78#endif
79#if LCD_WIDTH == 160 79#if LCD_WIDTH >= 160
80 lcd_bitmap(rockbox160x53, 0, 10, 160, 53, false); 80 lcd_bitmap(rockbox160x53, 0, 10, 160, 53, false);
81#endif 81#endif
82 82