beautified a bit

master
Dario Ernst 15 years ago
parent fd9c6e7fb4
commit 7eafa49841

@ -8,6 +8,7 @@
#define LCD_CHAR_DEGREE 0x03
#define LCD_CHAR_BLANK 0x20
extern const prog_uint8_t lcd_halfbar_char[];
extern const prog_uint8_t lcd_bar_char[];
extern const prog_uint8_t lcd_degree_char[];

@ -76,7 +76,7 @@ void updateDisplay() {
newThermoData = 0;
char str[34];
snprintf(str, 34, "%3d.%02d\x03||%3d.%02d\x03\n%3d.%02d\x03||%3d.%02d\x03", thermoData[0]/100, thermoData[0]%100,
snprintf(str, 34, "%3d.%02d\x03 %3d.%02d\x03\n%3d.%02d\x03 %3d.%02d\x03", thermoData[0]/100, thermoData[0]%100,
thermoData[1]/100, thermoData[1]%100,
thermoData[2]/100, thermoData[2]%100,
thermoData[3]/100, thermoData[3]%100

Loading…
Cancel
Save