Keep blinking limited to LCD_UPDATE_INTERVAL
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user