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
       safe_delay(2000);
530
       safe_delay(2000);
531
     #endif
531
     #endif
532
 
532
 
533
+    /*
534
+    lcd.clear();
535
+
533
     lcd_set_custom_characters(
536
     lcd_set_custom_characters(
534
       #if ENABLED(LCD_PROGRESS_BAR)
537
       #if ENABLED(LCD_PROGRESS_BAR)
535
         false
538
         false
536
       #endif
539
       #endif
537
     );
540
     );
541
+    //*/
538
   }
542
   }
539
 
543
 
540
 #endif // SHOW_BOOTSCREEN
544
 #endif // SHOW_BOOTSCREEN

Loading…
Cancel
Save