Hide (or remove) custom character change on boot screen

master
Scott Lahteine 8 years ago
parent 1642f5ed31
commit 03af5961b0

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

Loading…
Cancel
Save