Add a kill-screen
This commit is contained in:
parent
c23dd7eefc
commit
faac2bcfdb
6 changed files with 55 additions and 9 deletions
|
|
@ -40,6 +40,8 @@
|
|||
void lcd_setalertstatuspgm(const char* message);
|
||||
void lcd_reset_alert_level();
|
||||
bool lcd_detected(void);
|
||||
void lcd_kill_screen();
|
||||
void kill_screen(const char* lcd_msg);
|
||||
|
||||
#if ENABLED(LCD_USE_I2C_BUZZER)
|
||||
void lcd_buzz(long duration, uint16_t freq);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue