Audible feedback for settings store/load/reset
This commit is contained in:
parent
72f7b14e66
commit
b904b5ae8d
35 changed files with 137 additions and 116 deletions
|
|
@ -78,9 +78,10 @@
|
|||
#define EN_B (_BV(BLEN_B))
|
||||
#define EN_C (_BV(BLEN_C))
|
||||
|
||||
extern volatile uint8_t buttons; //the last checked buttons in a bit array.
|
||||
extern volatile uint8_t buttons; // The last-checked buttons in a bit array.
|
||||
void lcd_buttons_update();
|
||||
void lcd_quick_feedback(); // Audible feedback for a button click - could also be visual
|
||||
void lcd_quick_feedback(); // Audible feedback for a button click - could also be visual
|
||||
void lcd_completion_feedback(const bool good=true);
|
||||
|
||||
#if ENABLED(FILAMENT_CHANGE_FEATURE)
|
||||
void lcd_filament_change_show_message(const FilamentChangeMessage message);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue