ExtUI parity with SPI LCDs (#14172)

This commit is contained in:
InsanityAutomation
2019-05-30 17:24:13 -04:00
committed by Scott Lahteine
parent 07021c85c8
commit f889cc6ea6
4 changed files with 70 additions and 81 deletions

View File

@ -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;