···676 case SYS_POWEROFF: /* Lock backlight on poweroff so it doesn't */
677 locked = true; /* go off before power is actually cut. */
678#if !defined(BOOTLOADER)
000679 if (!global_settings.show_shutdown_message)
680 break;
681#endif
···676 case SYS_POWEROFF: /* Lock backlight on poweroff so it doesn't */
677 locked = true; /* go off before power is actually cut. */
678#if !defined(BOOTLOADER)
679+#if defined(HAVE_LCD_SLEEP) && defined(IPOD_6G) /* bugfix ipod 6G crashes if screen off at shutdown */
680+ lcd_awake();
681+#endif
682 if (!global_settings.show_shutdown_message)
683 break;
684#endif