|
|
|
|
25
|
#define LCD_STR_CLOCK "\x07"
|
25
|
#define LCD_STR_CLOCK "\x07"
|
26
|
#define LCD_STR_ARROW_RIGHT "\x7E" /* from the default character set */
|
26
|
#define LCD_STR_ARROW_RIGHT "\x7E" /* from the default character set */
|
27
|
|
27
|
|
28
|
-LiquidCrystal lcd(LCD_PINS_RS, LCD_PINS_ENABLE, LCD_PINS_D4, LCD_PINS_D5,LCD_PINS_D6,LCD_PINS_D7); //RS,Enable,D4,D5,D6,D7
|
|
|
|
|
28
|
+LCD_CLASS lcd(LCD_PINS_RS, LCD_PINS_ENABLE, LCD_PINS_D4, LCD_PINS_D5,LCD_PINS_D6,LCD_PINS_D7); //RS,Enable,D4,D5,D6,D7
|
29
|
static void lcd_implementation_init()
|
29
|
static void lcd_implementation_init()
|
30
|
{
|
30
|
{
|
31
|
byte bedTemp[8] =
|
31
|
byte bedTemp[8] =
|