🩹 Fix TFT LCD in Simulation (#24871)

This commit is contained in:
mjbogusz
2022-10-15 01:59:31 +02:00
committed by Scott Lahteine
parent a4d58e8876
commit f39f4d0288
4 changed files with 20 additions and 5 deletions

View File

@ -1726,7 +1726,7 @@ void MarlinUI::init() {
);
}
#if LCD_WITH_BLINK
#if LCD_WITH_BLINK && DISABLED(HAS_GRAPHICAL_TFT)
typedef void (*PrintProgress_t)();
void MarlinUI::rotate_progress() { // Renew and redraw all enabled progress strings
const PrintProgress_t progFunc[] = {