From 206572d56c2f5ad5ebfe1f102c841f3c62b283f2 Mon Sep 17 00:00:00 2001 From: MCelliotG Date: Mon, 10 Feb 2025 00:03:36 +0200 Subject: [PATCH] More GUI optimizations --- src/gui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui.cpp b/src/gui.cpp index 24740b6..8e66c14 100644 --- a/src/gui.cpp +++ b/src/gui.cpp @@ -3036,8 +3036,8 @@ void BuildDisplay() { tftPrint(-1, "100", 164, 144, ActiveColor, ActiveColorSmooth, 16); } - tftPrint(-1, "kHz", 205, 4, ActiveColor, ActiveColorSmooth, 28); - tftPrint(-1, unitString[unit], 282, 145, ActiveColor, ActiveColorSmooth, 16); + tftPrint(1, "kHz", 246, 4, ActiveColor, ActiveColorSmooth, 28); + tftPrint(1, unitString[unit], 316, 128, ActiveColor, ActiveColorSmooth, 16); tft.drawBitmap(68, 5, RDSLogo, 35, 22, GreyoutColor); tft.drawBitmap(249, 4, Speaker, 28, 24, GreyoutColor);