修改密码图案位置

This commit is contained in:
xiehongyan 2024-01-19 22:38:21 +08:00
parent 974ee1de62
commit 623849d347
2 changed files with 2 additions and 2 deletions

View File

@ -953,7 +953,7 @@ static void update_Password_msg(lv_obj_t* obj)
lv_btnmatrix_set_focused_btn(PasswordMatrixObj, PasswordIndex);
lv_obj_set_x(PasswordImage, (64 + 32 * PasswordIndex));
lv_obj_set_x(PasswordImage, (63 + 32 * PasswordIndex));
}
void show_Password_page(lv_obj_t* obj)

View File

@ -216,7 +216,7 @@ static void update_Password_msg(lv_obj_t* obj)
lv_btnmatrix_set_focused_btn(SendTimeMatrixObj_0, PasswordIndex);
lv_btnmatrix_set_map(SendTimeMatrixObj_0, PasswordMap);
int offset = 0;
lv_obj_set_x(SelectedImage, (69 + 32 * PasswordIndex + offset));
lv_obj_set_x(SelectedImage, (68 + 32 * PasswordIndex + offset));
}
static void UIFlowPassword_Key(lv_obj_t* obj, uint32_t key)
{