Browse Source

Hide (or remove) custom character change on boot screen

Scott Lahteine 7 years ago
parent
commit
03af5961b0
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      Marlin/ultralcd_impl_HD44780.h

+ 4
- 0
Marlin/ultralcd_impl_HD44780.h View File

@@ -530,11 +530,15 @@ void lcd_print(char c) { charset_mapper(c); }
530 530
       safe_delay(2000);
531 531
     #endif
532 532
 
533
+    /*
534
+    lcd.clear();
535
+
533 536
     lcd_set_custom_characters(
534 537
       #if ENABLED(LCD_PROGRESS_BAR)
535 538
         false
536 539
       #endif
537 540
     );
541
+    //*/
538 542
   }
539 543
 
540 544
 #endif // SHOW_BOOTSCREEN

Loading…
Cancel
Save