Invariant Marlin bootscreen (#15057)

This commit is contained in:
Scott Lahteine
2019-08-28 07:40:18 -05:00
committed by GitHub
parent b2a4b6f34e
commit 3ac76f0489
127 changed files with 785 additions and 1065 deletions

View File

@@ -319,7 +319,7 @@ public:
#endif
#if ENABLED(SHOW_BOOTSCREEN)
static void draw_marlin_bootscreen();
static void draw_marlin_bootscreen(const bool line2=false);
static void show_marlin_bootscreen();
static void show_bootscreen();
#endif