Browse Source

Don't re-init graphical LCD after boot screen

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

+ 1
- 1
Marlin/Marlin_main.cpp View File

@@ -13904,7 +13904,7 @@ void setup() {
13904 13904
 
13905 13905
   #if ENABLED(SHOW_BOOTSCREEN)
13906 13906
     lcd_bootscreen();
13907
-    #if ENABLED(ULTRA_LCD) && DISABLED(SDSUPPORT)
13907
+    #if DISABLED(DOGLCD) && ENABLED(ULTRA_LCD) && DISABLED(SDSUPPORT)
13908 13908
       lcd_init();
13909 13909
     #endif
13910 13910
   #endif

Loading…
Cancel
Save