From 373f88086e3796dc8c7d0e55ffbdac84850490bba673c4a1c2359e0a77ec6b47 Mon Sep 17 00:00:00 2001 From: AidarKC Date: Sun, 14 Jun 2026 11:16:49 +0400 Subject: [PATCH] =?UTF-8?q?ESP32:=20=D0=BF=D0=BE=D0=B4=D0=BF=D1=80=D0=B0?= =?UTF-8?q?=D0=B2=D0=B8=D1=82=D1=8C=20=D0=B2=D0=B5=D1=80=D1=82=D0=B8=D0=BA?= =?UTF-8?q?=D0=B0=D0=BB=D1=8C=D0=BD=D1=8B=D0=B9=20=D1=80=D0=B8=D1=82=D0=BC?= =?UTF-8?q?=20wallet=20QR?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../shine_homeserver_main/shine_homeserver_main.ino | 6 +++--- VERSION.properties | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ESP32/esp32/ESP32-S3-Touch-AMOLED-2.16/main-device/shine_homeserver_main/shine_homeserver_main.ino b/ESP32/esp32/ESP32-S3-Touch-AMOLED-2.16/main-device/shine_homeserver_main/shine_homeserver_main.ino index a542979..89e0076 100644 --- a/ESP32/esp32/ESP32-S3-Touch-AMOLED-2.16/main-device/shine_homeserver_main/shine_homeserver_main.ino +++ b/ESP32/esp32/ESP32-S3-Touch-AMOLED-2.16/main-device/shine_homeserver_main/shine_homeserver_main.ino @@ -4596,7 +4596,7 @@ static void drawWalletQrScreen() { lv_label_set_text(title, "WALLET QR"); lv_obj_set_style_text_font(title, &lv_font_montserrat_24, 0); lv_obj_set_style_text_color(title, lv_color_hex(0xFFFFFF), 0); - lv_obj_align(title, LV_ALIGN_TOP_MID, 0, 22); + lv_obj_align(title, LV_ALIGN_TOP_MID, 0, 12); String qrPayload = walletQrUri(); if (qrPayload.isEmpty()) { saveUiErrorDiag("Wallet QR unavailable", "wallet_address_empty=true\n"); @@ -4610,7 +4610,7 @@ static void drawWalletQrScreen() { } else { lv_obj_t *panel = lv_obj_create(gRoot); lv_obj_set_size(panel, 356, 356); - lv_obj_set_pos(panel, 62, 68); + lv_obj_set_pos(panel, 62, 54); lv_obj_set_style_radius(panel, 18, 0); lv_obj_set_style_bg_color(panel, lv_color_hex(0xFFFFFF), 0); lv_obj_set_style_bg_opa(panel, LV_OPA_COVER, 0); @@ -4654,7 +4654,7 @@ static void drawWalletQrScreen() { lv_obj_set_style_text_align(address, LV_TEXT_ALIGN_CENTER, 0); lv_obj_set_style_text_font(address, &lv_font_montserrat_24, 0); lv_obj_set_style_text_color(address, lv_color_hex(0xB8C6D3), 0); - lv_obj_set_pos(address, 30, 430); + lv_obj_set_pos(address, 30, 438); } static void drawSettingsMenu() { diff --git a/VERSION.properties b/VERSION.properties index 991fb9e..56cb018 100644 --- a/VERSION.properties +++ b/VERSION.properties @@ -1,2 +1,2 @@ -client.version=1.2.188 -server.version=1.2.177 +client.version=1.2.189 +server.version=1.2.178