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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/main_menu.c b/apps/main_menu.c
index 33e9269a8a..9654b806e3 100644
--- a/apps/main_menu.c
+++ b/apps/main_menu.c
@@ -72,10 +72,10 @@ int show_logo( void )
72 72
73 lcd_clear_display(); 73 lcd_clear_display();
74#if LCD_WIDTH == 112 || LCD_WIDTH == 128 74#if LCD_WIDTH == 112 || LCD_WIDTH == 128
75 lcd_bitmap(rockbox112x37, 0, 10, 112, 37, false); 75 lcd_bitmap(rockbox112x37, 0, 10, 112, 37);
76#endif 76#endif
77#if LCD_WIDTH >= 160 77#if LCD_WIDTH >= 160
78 lcd_bitmap(rockbox160x53, 0, 10, 160, 53, false); 78 lcd_bitmap(rockbox160x53, 0, 10, 160, 53);
79#endif 79#endif
80 80
81#ifdef HAVE_REMOTE_LCD 81#ifdef HAVE_REMOTE_LCD