Keep blinking limited to LCD_UPDATE_INTERVAL

This commit is contained in:
Scott Lahteine
2016-03-28 19:33:04 -07:00
parent e0ab06cfae
commit b60ea95adf
4 changed files with 45 additions and 35 deletions

View File

@ -76,15 +76,13 @@
extern bool cancel_heatup;
extern uint8_t blink; // Variable for animation
#if ENABLED(FILAMENT_LCD_DISPLAY)
extern millis_t previous_lcd_status_ms;
#endif
void lcd_quick_feedback(); // Audible feedback for a button click - could also be visual
bool lcd_clicked();
void lcd_ignore_click(bool b=true);
bool lcd_blink();
#if ENABLED(NEWPANEL)
#define EN_C (_BV(BLEN_C))