Provide a default CUSTOM_BOOTSCREEN_TIMEOUT
This commit is contained in:
parent
ab79933d1f
commit
e1e1a0c344
@ -13031,6 +13031,10 @@ void setup() {
|
||||
|
||||
lcd_init();
|
||||
|
||||
#ifndef CUSTOM_BOOTSCREEN_TIMEOUT
|
||||
#define CUSTOM_BOOTSCREEN_TIMEOUT 2500
|
||||
#endif
|
||||
|
||||
#if ENABLED(SHOW_BOOTSCREEN)
|
||||
#if ENABLED(DOGLCD) // On DOGM the first bootscreen is already drawn
|
||||
#if ENABLED(SHOW_CUSTOM_BOOTSCREEN)
|
||||
|
Loading…
Reference in New Issue
Block a user