ExtUI parity with SPI LCDs (#14172)
This commit is contained in:
committed by
Scott Lahteine
parent
07021c85c8
commit
f889cc6ea6
@ -286,6 +286,10 @@ public:
|
||||
static char* status_and_len(uint8_t &len);
|
||||
#endif
|
||||
|
||||
static void abort_print();
|
||||
static void pause_print();
|
||||
static void resume_print();
|
||||
|
||||
#if HAS_PRINT_PROGRESS
|
||||
#if ENABLED(LCD_SET_PROGRESS_MANUALLY)
|
||||
static uint8_t progress_bar_percent;
|
||||
|
Reference in New Issue
Block a user