Browse Source

Bootscreen delay after clear, then set chars

Fixes #6426
Scott Lahteine 8 years ago
parent
commit
4d96d3eab1
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/ultralcd_impl_HD44780.h

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

Loading…
Cancel
Save