Add LCD_SET_PROGRESS_MANUALLY

This commit is contained in:
Scott Lahteine 2017-10-15 01:40:34 -05:00
parent 23dbaaf03b
commit 5f708d47ce
31 changed files with 164 additions and 34 deletions

View file

@ -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() {}