M0-M1 Enhancements
Allow M0 and M1 to include a message string. Ignore clicks on “Wait for user” so that the Info Screen stays up.
This commit is contained in:
parent
90eb266139
commit
92e21d3ee2
3 changed files with 50 additions and 6 deletions
|
|
@ -48,6 +48,8 @@
|
|||
void lcd_buzz(long duration,uint16_t freq);
|
||||
bool lcd_clicked();
|
||||
|
||||
void lcd_ignore_click(bool b=true);
|
||||
|
||||
#ifdef NEWPANEL
|
||||
#define EN_C (1<<BLEN_C)
|
||||
#define EN_B (1<<BLEN_B)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue