From c59bea63eb2512d0cc0fe4828a2986055bf67c3a Mon Sep 17 00:00:00 2001 From: Th-Be <3-thomas@users.noreply.localhost> Date: Tue, 30 Jul 2019 10:05:18 +0200 Subject: [PATCH] Anpassungen an Lolin e-Paper Display --- src/main.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 46c4aa0..277f9ce 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -320,13 +320,13 @@ void displayValues() { uva = NAN; uvb = NAN; } - display.setCursor(200,y_offset+85); - display.println("UV Index/A/B:"); - display.setCursor(200,y_offset+95); + display.setCursor(200,y_offset+80); + display.println("UV I/A/B:"); + display.setCursor(200,y_offset+90); display.printf("%.1f", uvi); - display.setCursor(200,y_offset+105); + display.setCursor(200,y_offset+100); display.printf("%.1f", uva); - display.setCursor(200,y_offset+115); + display.setCursor(200,y_offset+110); display.printf("%.1f", uvb); // other nodes