Provide a default CUSTOM_BOOTSCREEN_TIMEOUT
This commit is contained in:
parent
ab79933d1f
commit
e1e1a0c344
1 changed files with 4 additions and 0 deletions
|
@ -13031,6 +13031,10 @@ void setup() {
|
||||||
|
|
||||||
lcd_init();
|
lcd_init();
|
||||||
|
|
||||||
|
#ifndef CUSTOM_BOOTSCREEN_TIMEOUT
|
||||||
|
#define CUSTOM_BOOTSCREEN_TIMEOUT 2500
|
||||||
|
#endif
|
||||||
|
|
||||||
#if ENABLED(SHOW_BOOTSCREEN)
|
#if ENABLED(SHOW_BOOTSCREEN)
|
||||||
#if ENABLED(DOGLCD) // On DOGM the first bootscreen is already drawn
|
#if ENABLED(DOGLCD) // On DOGM the first bootscreen is already drawn
|
||||||
#if ENABLED(SHOW_CUSTOM_BOOTSCREEN)
|
#if ENABLED(SHOW_CUSTOM_BOOTSCREEN)
|
||||||
|
|
Reference in a new issue