Browse Source

Anpassungen an Lolin e-Paper Display

ir
Th-Be 5 years ago
parent
commit
c59bea63eb
  1. 10
      src/main.cpp

10
src/main.cpp

@ -320,13 +320,13 @@ void displayValues() {
uva = NAN; uva = NAN;
uvb = NAN; uvb = NAN;
} }
display.setCursor(200,y_offset+85); display.setCursor(200,y_offset+80);
display.println("UV Index/A/B:"); display.println("UV I/A/B:");
display.setCursor(200,y_offset+95); display.setCursor(200,y_offset+90);
display.printf("%.1f", uvi); display.printf("%.1f", uvi);
display.setCursor(200,y_offset+105); display.setCursor(200,y_offset+100);
display.printf("%.1f", uva); display.printf("%.1f", uva);
display.setCursor(200,y_offset+115); display.setCursor(200,y_offset+110);
display.printf("%.1f", uvb); display.printf("%.1f", uvb);
// other nodes // other nodes

Loading…
Cancel
Save