From 392767e62c8045764ea13d86e8e3e904f25f59ba Mon Sep 17 00:00:00 2001 From: andimik Date: Wed, 21 Jun 2023 21:34:57 +0200 Subject: [PATCH] Unhide dots on German Umlaut O MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `Ö` is now displayed as `Ö` and no more as `O` due to cropping. --- TEF6686_ESP32.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TEF6686_ESP32.ino b/TEF6686_ESP32.ino index 86c8de2..b02e9f4 100644 --- a/TEF6686_ESP32.ino +++ b/TEF6686_ESP32.ino @@ -167,7 +167,7 @@ int volume; int XDRBWset; int XDRBWsetold; int xPos = 6; -int yPos = 2; +int yPos = 4; int16_t OStatus; int16_t SAvg; int16_t SAvg2;