Hide (or remove) custom character change on boot screen

This commit is contained in:
Scott Lahteine 2016-12-19 21:35:25 -08:00
parent 1642f5ed31
commit 03af5961b0

View file

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