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:
Scott Lahteine
2014-11-24 16:56:37 -08:00
parent 90eb266139
commit 92e21d3ee2
3 changed files with 50 additions and 6 deletions

View File

@ -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)