Make BOOTSCREEN_TIMEOUT generally available

This commit is contained in:
Scott Lahteine
2020-03-09 15:03:57 -05:00
parent 7674befa47
commit 0f39386d9b
3 changed files with 7 additions and 4 deletions

View File

@@ -345,6 +345,9 @@ public:
#endif
#if ENABLED(SHOW_BOOTSCREEN)
#ifndef BOOTSCREEN_TIMEOUT
#define BOOTSCREEN_TIMEOUT 2500
#endif
static void draw_marlin_bootscreen(const bool line2=false);
static void show_marlin_bootscreen();
static void show_bootscreen();