This commit is contained in:
Neil Darlow 2014-12-04 21:09:03 +00:00
commit 64139f5e5a
13 changed files with 465 additions and 85 deletions

View file

@ -49,6 +49,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)