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, 2 insertions, 4 deletions
diff --git a/apps/main_menu.c b/apps/main_menu.c
index de51b57701..cf31e74961 100644
--- a/apps/main_menu.c
+++ b/apps/main_menu.c
@@ -16,7 +16,7 @@
16 * KIND, either express or implied. 16 * KIND, either express or implied.
17 * 17 *
18 ****************************************************************************/ 18 ****************************************************************************/
19 19#include "config.h"
20#include "options.h" 20#include "options.h"
21 21
22#include "menu.h" 22#include "menu.h"
@@ -107,9 +107,7 @@ int show_logo( void )
107#else 107#else
108 char *rockbox = " ROCKbox!"; 108 char *rockbox = " ROCKbox!";
109 lcd_clear_display(); 109 lcd_clear_display();
110#ifdef HAVE_NEW_CHARCELL_LCD
111 lcd_double_height(true); 110 lcd_double_height(true);
112#endif
113 lcd_puts(0, 0, rockbox); 111 lcd_puts(0, 0, rockbox);
114 lcd_puts(0, 1, appsversion); 112 lcd_puts(0, 1, appsversion);
115#endif 113#endif
@@ -123,7 +121,7 @@ bool show_credits(void)
123 int btn; 121 int btn;
124 122
125 show_logo(); 123 show_logo();
126#ifdef HAVE_NEW_CHARCELL_LCD 124#ifdef HAVE_LCD_CHARCELLS
127 lcd_double_height(false); 125 lcd_double_height(false);
128#endif 126#endif
129 127