Browse Source

More reliable set characters after bootscreen

Scott Lahteine 7 years ago
parent
commit
5bc5ba7ee3
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      Marlin/ultralcd_impl_HD44780.h

+ 1
- 2
Marlin/ultralcd_impl_HD44780.h View File

@@ -594,10 +594,9 @@ void lcd_printPGM_utf(const char *str, uint8_t n=LCD_WIDTH) {
594 594
     #endif
595 595
 
596 596
     lcd.clear();
597
-
598 597
     safe_delay(100);
599
-
600 598
     lcd_set_custom_characters();
599
+    lcd.clear();
601 600
   }
602 601
 
603 602
 #endif // SHOW_BOOTSCREEN

Loading…
Cancel
Save