Browse Source

Don't re-init graphical LCD after boot screen

Followup to 13a3fb1acc
Scott Lahteine 7 years ago
parent
commit
4371345cbe
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/Marlin.cpp

+ 1
- 1
Marlin/src/Marlin.cpp View File

@@ -802,7 +802,7 @@ void setup() {
802 802
 
803 803
   #if ENABLED(SHOW_BOOTSCREEN)
804 804
     lcd_bootscreen();
805
-    #if ENABLED(ULTRA_LCD) && DISABLED(SDSUPPORT)
805
+    #if DISABLED(DOGLCD) && ENABLED(ULTRA_LCD) && DISABLED(SDSUPPORT)
806 806
         lcd_init();
807 807
     #endif
808 808
   #endif

Loading…
Cancel
Save