1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-27 22:08:02 +00:00

More reliable set characters after bootscreen

This commit is contained in:
Scott Lahteine 2017-11-26 20:02:06 -06:00
parent 82df656cc7
commit 5bc5ba7ee3

View File

@ -594,10 +594,9 @@ void lcd_printPGM_utf(const char *str, uint8_t n=LCD_WIDTH) {
#endif #endif
lcd.clear(); lcd.clear();
safe_delay(100); safe_delay(100);
lcd_set_custom_characters(); lcd_set_custom_characters();
lcd.clear();
} }
#endif // SHOW_BOOTSCREEN #endif // SHOW_BOOTSCREEN