Add LCD_SET_PROGRESS_MANUALLY
This commit is contained in:
parent
23dbaaf03b
commit
5f708d47ce
31 changed files with 164 additions and 34 deletions
|
|
@ -168,6 +168,10 @@
|
|||
#define LCD_CLICKED false
|
||||
#endif
|
||||
|
||||
#if ENABLED(LCD_SET_PROGRESS_MANUALLY) && (ENABLED(LCD_PROGRESS_BAR) || ENABLED(DOGLCD))
|
||||
extern uint8_t progress_bar_percent;
|
||||
#endif
|
||||
|
||||
#else // no LCD
|
||||
|
||||
inline void lcd_update() {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue