🚸 Retain power during Pause (#22227)

This commit is contained in:
Cytown
2021-06-30 01:58:11 +08:00
committed by Scott Lahteine
parent fef76a76a3
commit 399a240f84
5 changed files with 28 additions and 8 deletions

View File

@ -525,10 +525,13 @@ public:
static void draw_select_screen_prompt(PGM_P const pref, const char * const string=nullptr, PGM_P const suff=nullptr);
#elif HAS_WIRED_LCD
#else
static constexpr bool on_status_screen() { return true; }
FORCE_INLINE static void run_current_screen() { status_screen(); }
#if HAS_WIRED_LCD
FORCE_INLINE static void run_current_screen() { status_screen(); }
#endif
#endif