Kaynağa Gözat

Provide a default CUSTOM_BOOTSCREEN_TIMEOUT

Scott Lahteine 7 yıl önce
ebeveyn
işleme
e1e1a0c344
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4
    0
      Marlin/Marlin_main.cpp

+ 4
- 0
Marlin/Marlin_main.cpp Dosyayı Görüntüle

@@ -13031,6 +13031,10 @@ void setup() {
13031 13031
 
13032 13032
   lcd_init();
13033 13033
 
13034
+  #ifndef CUSTOM_BOOTSCREEN_TIMEOUT
13035
+    #define CUSTOM_BOOTSCREEN_TIMEOUT 2500
13036
+  #endif
13037
+
13034 13038
   #if ENABLED(SHOW_BOOTSCREEN)
13035 13039
     #if ENABLED(DOGLCD)                           // On DOGM the first bootscreen is already drawn
13036 13040
       #if ENABLED(SHOW_CUSTOM_BOOTSCREEN)

Loading…
İptal
Kaydet