🚸 ColorUI Touch Calibrate in CW order

This commit is contained in:
Scott Lahteine
2023-07-20 20:25:39 -05:00
parent 6bc42300a1
commit a0e3dea8b8
17 changed files with 54 additions and 44 deletions

View File

@@ -784,6 +784,7 @@ void MarlinUI::draw_status_message(const bool blink) {
}
#if HAS_PRINT_PROGRESS
#define TPOFFSET (LCD_WIDTH - 1)
static uint8_t timepos = TPOFFSET - 6;
static char buffer[8];
@@ -837,6 +838,7 @@ void MarlinUI::draw_status_message(const bool blink) {
}
}
#endif
#endif // HAS_PRINT_PROGRESS
/**