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
     #endif
594
     #endif
595
 
595
 
596
     lcd.clear();
596
     lcd.clear();
597
-
598
     safe_delay(100);
597
     safe_delay(100);
599
-
600
     lcd_set_custom_characters();
598
     lcd_set_custom_characters();
599
+    lcd.clear();
601
   }
600
   }
602
 
601
 
603
 #endif // SHOW_BOOTSCREEN
602
 #endif // SHOW_BOOTSCREEN

Loading…
Cancel
Save