From c7fcb3c3bd556b9fdd8419d174cdc13764c20f2f Mon Sep 17 00:00:00 2001 From: e2002 Date: Wed, 1 Mar 2023 22:33:20 +0300 Subject: [PATCH] ili9341_fix --- yoRadio/src/displays/conf/displayILI9341conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yoRadio/src/displays/conf/displayILI9341conf.h b/yoRadio/src/displays/conf/displayILI9341conf.h index 47df5cc..97c944e 100644 --- a/yoRadio/src/displays/conf/displayILI9341conf.h +++ b/yoRadio/src/displays/conf/displayILI9341conf.h @@ -38,7 +38,7 @@ const WidgetConfig bootstrConf PROGMEM = { 0, 182, 1, WA_CENTER }; const WidgetConfig bitrateConf PROGMEM = { 70, 191, 1, WA_LEFT }; const WidgetConfig voltxtConf PROGMEM = { 0, 214, 1, WA_CENTER }; const WidgetConfig iptxtConf PROGMEM = { TFT_FRAMEWDT, 214, 1, WA_LEFT }; -const WidgetConfig rssiConf PROGMEM = { TFT_FRAMEWDT, 214-8, 2, WA_RIGHT }; +const WidgetConfig rssiConf PROGMEM = { TFT_FRAMEWDT, 214-6, 2, WA_RIGHT }; const WidgetConfig numConf PROGMEM = { 0, 120+30, 52, WA_CENTER }; const WidgetConfig apNameConf PROGMEM = { TFT_FRAMEWDT, 66, 2, WA_CENTER }; const WidgetConfig apName2Conf PROGMEM = { TFT_FRAMEWDT, 90, 2, WA_CENTER };