Adds a customizable screen timeout for the default boot screen

This commit is contained in:
João Brázio
2016-07-14 18:28:15 +01:00
parent 7202383695
commit f5234b0695
2 changed files with 6 additions and 2 deletions

View File

@@ -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();