Provide a default CUSTOM_BOOTSCREEN_TIMEOUT

This commit is contained in:
Scott Lahteine 2017-07-02 22:35:28 -05:00
parent ab79933d1f
commit e1e1a0c344

View File

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