Browse Source

Hide (or remove) custom character change on boot screen

pull/1/head
Scott Lahteine 8 years ago
parent
commit
03af5961b0
  1. 4
      Marlin/ultralcd_impl_HD44780.h

4
Marlin/ultralcd_impl_HD44780.h

@ -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