♻️ No ui.reinit_lcd on any ExtUI (#23722)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
InsanityAutomation
2022-02-13 14:44:24 -05:00
committed by GitHub
parent e8cc050e90
commit 03516f0519
3 changed files with 6 additions and 6 deletions

View File

@@ -209,6 +209,8 @@ public:
static void init_lcd() {}
#endif
static void reinit_lcd() { TERN_(REINIT_NOISY_LCD, init_lcd()); }
#if HAS_WIRED_LCD
static bool detected();
#else