Bootscreen delay after clear, then set chars

Fixes #6426
This commit is contained in:
Scott Lahteine 2017-04-25 23:37:28 -05:00 committed by GitHub
parent 5512130d6c
commit 4d96d3eab1

View File

@ -530,15 +530,15 @@ void lcd_print(char c) { charset_mapper(c); }
safe_delay(2000);
#endif
/*
lcd.clear();
safe_delay(100);
lcd_set_custom_characters(
#if ENABLED(LCD_PROGRESS_BAR)
false
#endif
);
//*/
}
#endif // SHOW_BOOTSCREEN