Changed display format for some numbers.
This commit is contained in:
parent
8816ef1c64
commit
df1437bd86
3 changed files with 28 additions and 27 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue