From 5930ded612096f70dd6963ce15514fd77c8fef11 Mon Sep 17 00:00:00 2001 From: xiehongyan Date: Sat, 20 Jan 2024 10:39:09 +0800 Subject: [PATCH] =?UTF-8?q?send=20type,=20operating=20time=20=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E7=AE=AD=E5=A4=B4=E4=BD=8D=E7=BD=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../UIFlowLVGL/UIFlowMenuCommonItem/MenuGeneral.c | 2 +- .../LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuSend.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuGeneral.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuGeneral.c index 47832a976..872a7b24c 100644 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuGeneral.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuGeneral.c @@ -804,7 +804,7 @@ static void update_Operating_Time_msg(lv_obj_t* obj) lv_btnmatrix_set_focused_btn(OperatingTimeMatrixObj, OperatingTimeIndex); - lv_obj_set_x(OperatingTimeImage, (72 + ((32 + 16) / 2) * OperatingTimeIndex)); + lv_obj_set_x(OperatingTimeImage, (71 + ((32 + 16) / 2) * OperatingTimeIndex)); } void show_Operating_Time_page(lv_obj_t* obj) diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuSend.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuSend.c index 09f56080e..dccacf1a6 100644 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuSend.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowMenuCommonItem/MenuSend.c @@ -487,13 +487,13 @@ static void update_send_time_msg(lv_obj_t* obj) lv_btnmatrix_set_focused_btn(SendTimeMatrixObj_0, gMatrixIndex); lv_btnmatrix_set_map(SendTimeMatrixObj_0, SendTimeMap_0); offset = gMatrixIndex > 3 ? 32 : 0; - lv_obj_set_x(SelectedImage, (32 + 32 * gMatrixIndex + offset)); + lv_obj_set_x(SelectedImage, (31 + 32 * gMatrixIndex + offset)); } if(NULL != SendTimeMatrixObj_1) { lv_btnmatrix_set_focused_btn(SendTimeMatrixObj_1, gMatrixIndex); lv_btnmatrix_set_map(SendTimeMatrixObj_1, SendTimeMap_1); - lv_obj_set_x(SelectedImage, (112 + 32 * gMatrixIndex)); + lv_obj_set_x(SelectedImage, (111 + 32 * gMatrixIndex)); } if(NULL != btnm) {