#ifndef __ULTRALCDH #define __ULTRALCDH #include "Configuration.h" #ifdef ULTRA_LCD void lcd_status(); void lcd_init(); void lcd_status(const char* message); void beep(); void buttons_check(); #define LCDSTATUSRIGHT #define LCD_UPDATE_INTERVAL 100 #define STATUSTIMEOUT 15000 #include "Configuration.h" #include extern LiquidCrystal lcd; //lcd display size #ifdef NEWPANEL //arduino pin witch triggers an piezzo beeper #define BEEPER 18 #define LCD_PINS_RS 20 #define LCD_PINS_ENABLE 17 #define LCD_PINS_D4 16 #define LCD_PINS_D5 21 #define LCD_PINS_D6 5 #define LCD_PINS_D7 6 //buttons are directly attached #define BTN_EN1 40 #define BTN_EN2 42 #define BTN_ENC 19 //the click #define BLEN_C 2 #define BLEN_B 1 #define BLEN_A 0 #define SDCARDDETECT 38 #define EN_C (1<