Adds a customizable screen timeout for the default boot screen
This commit is contained in:
@@ -946,7 +946,7 @@ void setup() {
|
||||
lcd_init();
|
||||
#if ENABLED(SHOW_BOOTSCREEN)
|
||||
#if ENABLED(DOGLCD)
|
||||
delay(1000);
|
||||
delay(BOOTSCREEN_TIMEOUT);
|
||||
#elif ENABLED(ULTRA_LCD)
|
||||
bootscreen();
|
||||
lcd_init();
|
||||
|
Reference in New Issue
Block a user