Changed display format for some numbers.

This commit is contained in:
Erik van der Zalm
2012-02-21 23:05:43 +01:00
parent 8816ef1c64
commit df1437bd86
3 changed files with 28 additions and 27 deletions

View File

@ -9,18 +9,11 @@
void beep();
void buttons_check();
#define LCD_UPDATE_INTERVAL 100
#define STATUSTIMEOUT 15000
extern LiquidCrystal lcd;
#ifdef NEWPANEL
#define EN_C (1<<BLEN_C)
#define EN_B (1<<BLEN_B)
#define EN_A (1<<BLEN_A)