summaryrefslogtreecommitdiffstats
path: root/bootloader/ipod.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/ipod.c')
-rw-r--r--bootloader/ipod.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/bootloader/ipod.c b/bootloader/ipod.c
index aa4d5ec73e..f274c82364 100644
--- a/bootloader/ipod.c
+++ b/bootloader/ipod.c
@@ -298,8 +298,15 @@ void fatal_error(void)
{
bool holdstatus=false;
+ /* System font is 6 pixels wide */
+#if LCD_WIDTH >= (30*6)
lcd_puts(0, line++, "Press MENU+SELECT to reboot");
lcd_puts(0, line++, "then SELECT+PLAY for disk mode");
+#else
+ lcd_puts(0, line++, "Press MENU+SELECT to");
+ lcd_puts(0, line++, "reboot then SELECT+PLAY");
+ lcd_puts(0, line++, "for disk mode");
+#endif
lcd_update();
while (1) {