Browse Source

Provide a default CUSTOM_BOOTSCREEN_TIMEOUT

Scott Lahteine 8 years ago
parent
commit
e1e1a0c344
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      Marlin/Marlin_main.cpp

+ 4
- 0
Marlin/Marlin_main.cpp View File

@@ -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…
Cancel
Save