New options: Bootscreen as Info, game Easter-egg (#13829)
This commit is contained in:
committed by
Scott Lahteine
parent
180f9a4c22
commit
eefe3f595a
@ -315,7 +315,14 @@ public:
|
||||
static inline void refresh(const LCDViewAction type) { lcdDrawUpdate = type; }
|
||||
static inline void refresh() { refresh(LCDVIEW_CLEAR_CALL_REDRAW); }
|
||||
|
||||
#if ENABLED(SHOW_CUSTOM_BOOTSCREEN)
|
||||
static void draw_custom_bootscreen(const uint8_t frame=0);
|
||||
static void show_custom_bootscreen();
|
||||
#endif
|
||||
|
||||
#if ENABLED(SHOW_BOOTSCREEN)
|
||||
static void draw_marlin_bootscreen();
|
||||
static void show_marlin_bootscreen();
|
||||
static void show_bootscreen();
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user