|
|
|
@ -11,6 +11,10 @@
|
|
|
|
#define LCD_CHAR_DEGREE 0x03
|
|
|
|
#define LCD_CHAR_DEGREE 0x03
|
|
|
|
#define LCD_CHAR_BLANK 0x20
|
|
|
|
#define LCD_CHAR_BLANK 0x20
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
extern uint8_t newThermoData1;
|
|
|
|
|
|
|
|
extern uint16_t thermoData[];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
extern const prog_uint8_t lcd_halfbar_char[];
|
|
|
|
extern const prog_uint8_t lcd_halfbar_char[];
|
|
|
|
extern const prog_uint8_t lcd_bar_char[];
|
|
|
|
extern const prog_uint8_t lcd_bar_char[];
|
|
|
|
extern const prog_uint8_t lcd_degree_char[];
|
|
|
|
extern const prog_uint8_t lcd_degree_char[];
|
|
|
|
|