|
|
|
@ -13,13 +13,7 @@ lv_obj_t* image_1_scr_uiflowpassword;
|
|
|
|
|
lv_obj_t* label_enter_scr_uiflowpassword;
|
|
|
|
|
lv_obj_t* button_matrix_password_scr_uiflowpassword;
|
|
|
|
|
lv_obj_t* label_select_scr_uiflowpassword;
|
|
|
|
|
lv_obj_t* label_password_1_scr_uiflowpassword;
|
|
|
|
|
lv_obj_t* label_tips_scr_uiflowpassword;
|
|
|
|
|
lv_obj_t* label_password_2_scr_uiflowpassword;
|
|
|
|
|
lv_obj_t* label_password_3_scr_uiflowpassword;
|
|
|
|
|
lv_obj_t* label_password_4_scr_uiflowpassword;
|
|
|
|
|
lv_obj_t* label_password_5_scr_uiflowpassword;
|
|
|
|
|
lv_obj_t* label_password_6_scr_uiflowpassword;
|
|
|
|
|
|
|
|
|
|
lv_obj_t* UIFlowPassword_create(){
|
|
|
|
|
lv_obj_t *parent = lv_plugin_scr_create();
|
|
|
|
@ -248,8 +242,8 @@ lv_obj_t* UIFlowPassword_create(){
|
|
|
|
|
lv_obj_set_hidden(button_matrix_password, false);
|
|
|
|
|
lv_obj_set_click(button_matrix_password, true);
|
|
|
|
|
lv_obj_set_drag(button_matrix_password, false);
|
|
|
|
|
lv_obj_set_pos(button_matrix_password, 74, 159);
|
|
|
|
|
lv_obj_set_size(button_matrix_password, 174, 80);
|
|
|
|
|
lv_obj_set_pos(button_matrix_password, 60, 102);
|
|
|
|
|
lv_obj_set_size(button_matrix_password, 199, 80);
|
|
|
|
|
static const char* button_matrix_password_LVGLPropertyBtnmatrixButtonsText[] = {"0","0","0","0","0","0",""};
|
|
|
|
|
lv_btnmatrix_set_map(button_matrix_password, button_matrix_password_LVGLPropertyBtnmatrixButtonsText);
|
|
|
|
|
lv_btnmatrix_set_one_check(button_matrix_password, false);
|
|
|
|
@ -307,7 +301,7 @@ lv_obj_t* UIFlowPassword_create(){
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_select_s0, LV_STATE_DISABLED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_select_s0, LV_STATE_DISABLED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_select_s0, LV_STATE_DISABLED, color);
|
|
|
|
|
lv_obj_t *label_select = lv_label_create(parent, NULL);
|
|
|
|
|
lv_obj_t *label_select = lv_label_create(image_1, NULL);
|
|
|
|
|
lv_obj_set_hidden(label_select, false);
|
|
|
|
|
lv_obj_set_click(label_select, false);
|
|
|
|
|
lv_obj_set_drag(label_select, false);
|
|
|
|
@ -317,75 +311,13 @@ lv_obj_t* UIFlowPassword_create(){
|
|
|
|
|
lv_plugin_label_set_font_type(label_select, LV_PLUGIN_LANGUAGE_FONT_TYPE_0);
|
|
|
|
|
lv_label_set_align(label_select, LV_LABEL_ALIGN_CENTER);
|
|
|
|
|
lv_label_set_long_mode(label_select, LV_LABEL_LONG_SROLL);
|
|
|
|
|
lv_obj_set_pos(label_select, 74, 139);
|
|
|
|
|
lv_obj_set_pos(label_select, 72, 139);
|
|
|
|
|
lv_obj_set_size(label_select, 14, 24);
|
|
|
|
|
lv_obj_add_style(label_select, 0, &label_select_s0);
|
|
|
|
|
|
|
|
|
|
label_select_scr_uiflowpassword = label_select;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static lv_style_t label_password_1_s0;
|
|
|
|
|
lv_style_init(&label_password_1_s0);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_1_s0, LV_STATE_DEFAULT, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_1_s0, LV_STATE_DEFAULT, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_1_s0, LV_STATE_DEFAULT, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_1_s0, LV_STATE_DEFAULT, color);
|
|
|
|
|
lv_style_set_text_font(&label_password_1_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_1_s0, LV_STATE_DEFAULT, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_1_s0, LV_STATE_DEFAULT, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_1_s0, LV_STATE_CHECKED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_1_s0, LV_STATE_CHECKED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_1_s0, LV_STATE_CHECKED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_1_s0, LV_STATE_CHECKED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_1_s0, LV_STATE_CHECKED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_1_s0, LV_STATE_CHECKED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_1_s0, LV_STATE_FOCUSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_1_s0, LV_STATE_FOCUSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_1_s0, LV_STATE_FOCUSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_1_s0, LV_STATE_FOCUSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_1_s0, LV_STATE_FOCUSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_1_s0, LV_STATE_FOCUSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_1_s0, LV_STATE_EDITED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_1_s0, LV_STATE_EDITED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_1_s0, LV_STATE_EDITED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_1_s0, LV_STATE_EDITED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_1_s0, LV_STATE_EDITED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_1_s0, LV_STATE_EDITED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_1_s0, LV_STATE_HOVERED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_1_s0, LV_STATE_HOVERED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_1_s0, LV_STATE_HOVERED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_1_s0, LV_STATE_HOVERED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_1_s0, LV_STATE_HOVERED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_1_s0, LV_STATE_HOVERED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_1_s0, LV_STATE_PRESSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_1_s0, LV_STATE_PRESSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_1_s0, LV_STATE_PRESSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_1_s0, LV_STATE_PRESSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_1_s0, LV_STATE_PRESSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_1_s0, LV_STATE_PRESSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_1_s0, LV_STATE_DISABLED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_1_s0, LV_STATE_DISABLED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_1_s0, LV_STATE_DISABLED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_1_s0, LV_STATE_DISABLED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_1_s0, LV_STATE_DISABLED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_1_s0, LV_STATE_DISABLED, color);
|
|
|
|
|
lv_obj_t *label_password_1 = lv_label_create(parent, NULL);
|
|
|
|
|
lv_obj_set_hidden(label_password_1, false);
|
|
|
|
|
lv_obj_set_click(label_password_1, false);
|
|
|
|
|
lv_obj_set_drag(label_password_1, false);
|
|
|
|
|
lv_plugin_label_allocate_ext_attr(label_password_1);
|
|
|
|
|
lv_label_set_text(label_password_1,"0");
|
|
|
|
|
lv_plugin_label_allocate_ext_attr(label_password_1);
|
|
|
|
|
lv_plugin_label_set_font_type(label_password_1, LV_PLUGIN_LANGUAGE_FONT_TYPE_0);
|
|
|
|
|
lv_label_set_align(label_password_1, LV_LABEL_ALIGN_CENTER);
|
|
|
|
|
lv_label_set_long_mode(label_password_1, LV_LABEL_LONG_SROLL);
|
|
|
|
|
lv_obj_set_pos(label_password_1, 74, 129);
|
|
|
|
|
lv_obj_set_size(label_password_1, 14, 24);
|
|
|
|
|
lv_obj_add_style(label_password_1, 0, &label_password_1_s0);
|
|
|
|
|
|
|
|
|
|
label_password_1_scr_uiflowpassword = label_password_1;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static lv_style_t label_tips_s0;
|
|
|
|
|
lv_style_init(&label_tips_s0);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_tips_s0, LV_STATE_DEFAULT, color);
|
|
|
|
@ -449,315 +381,5 @@ lv_obj_t* UIFlowPassword_create(){
|
|
|
|
|
label_tips_scr_uiflowpassword = label_tips;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static lv_style_t label_password_2_s0;
|
|
|
|
|
lv_style_init(&label_password_2_s0);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_2_s0, LV_STATE_DEFAULT, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_2_s0, LV_STATE_DEFAULT, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_2_s0, LV_STATE_DEFAULT, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_2_s0, LV_STATE_DEFAULT, color);
|
|
|
|
|
lv_style_set_text_font(&label_password_2_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_2_s0, LV_STATE_DEFAULT, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_2_s0, LV_STATE_DEFAULT, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_2_s0, LV_STATE_CHECKED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_2_s0, LV_STATE_CHECKED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_2_s0, LV_STATE_CHECKED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_2_s0, LV_STATE_CHECKED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_2_s0, LV_STATE_CHECKED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_2_s0, LV_STATE_CHECKED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_2_s0, LV_STATE_FOCUSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_2_s0, LV_STATE_FOCUSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_2_s0, LV_STATE_FOCUSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_2_s0, LV_STATE_FOCUSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_2_s0, LV_STATE_FOCUSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_2_s0, LV_STATE_FOCUSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_2_s0, LV_STATE_EDITED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_2_s0, LV_STATE_EDITED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_2_s0, LV_STATE_EDITED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_2_s0, LV_STATE_EDITED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_2_s0, LV_STATE_EDITED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_2_s0, LV_STATE_EDITED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_2_s0, LV_STATE_HOVERED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_2_s0, LV_STATE_HOVERED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_2_s0, LV_STATE_HOVERED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_2_s0, LV_STATE_HOVERED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_2_s0, LV_STATE_HOVERED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_2_s0, LV_STATE_HOVERED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_2_s0, LV_STATE_PRESSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_2_s0, LV_STATE_PRESSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_2_s0, LV_STATE_PRESSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_2_s0, LV_STATE_PRESSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_2_s0, LV_STATE_PRESSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_2_s0, LV_STATE_PRESSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_2_s0, LV_STATE_DISABLED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_2_s0, LV_STATE_DISABLED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_2_s0, LV_STATE_DISABLED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_2_s0, LV_STATE_DISABLED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_2_s0, LV_STATE_DISABLED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_2_s0, LV_STATE_DISABLED, color);
|
|
|
|
|
lv_obj_t *label_password_2 = lv_label_create(parent, NULL);
|
|
|
|
|
lv_obj_set_hidden(label_password_2, false);
|
|
|
|
|
lv_obj_set_click(label_password_2, false);
|
|
|
|
|
lv_obj_set_drag(label_password_2, false);
|
|
|
|
|
lv_plugin_label_allocate_ext_attr(label_password_2);
|
|
|
|
|
lv_label_set_text(label_password_2,"0");
|
|
|
|
|
lv_plugin_label_allocate_ext_attr(label_password_2);
|
|
|
|
|
lv_plugin_label_set_font_type(label_password_2, LV_PLUGIN_LANGUAGE_FONT_TYPE_0);
|
|
|
|
|
lv_label_set_align(label_password_2, LV_LABEL_ALIGN_CENTER);
|
|
|
|
|
lv_label_set_long_mode(label_password_2, LV_LABEL_LONG_SROLL);
|
|
|
|
|
lv_obj_set_pos(label_password_2, 106, 129);
|
|
|
|
|
lv_obj_set_size(label_password_2, 14, 24);
|
|
|
|
|
lv_obj_add_style(label_password_2, 0, &label_password_2_s0);
|
|
|
|
|
|
|
|
|
|
label_password_2_scr_uiflowpassword = label_password_2;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static lv_style_t label_password_3_s0;
|
|
|
|
|
lv_style_init(&label_password_3_s0);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_3_s0, LV_STATE_DEFAULT, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_3_s0, LV_STATE_DEFAULT, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_3_s0, LV_STATE_DEFAULT, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_3_s0, LV_STATE_DEFAULT, color);
|
|
|
|
|
lv_style_set_text_font(&label_password_3_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_3_s0, LV_STATE_DEFAULT, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_3_s0, LV_STATE_DEFAULT, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_3_s0, LV_STATE_CHECKED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_3_s0, LV_STATE_CHECKED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_3_s0, LV_STATE_CHECKED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_3_s0, LV_STATE_CHECKED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_3_s0, LV_STATE_CHECKED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_3_s0, LV_STATE_CHECKED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_3_s0, LV_STATE_FOCUSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_3_s0, LV_STATE_FOCUSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_3_s0, LV_STATE_FOCUSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_3_s0, LV_STATE_FOCUSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_3_s0, LV_STATE_FOCUSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_3_s0, LV_STATE_FOCUSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_3_s0, LV_STATE_EDITED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_3_s0, LV_STATE_EDITED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_3_s0, LV_STATE_EDITED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_3_s0, LV_STATE_EDITED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_3_s0, LV_STATE_EDITED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_3_s0, LV_STATE_EDITED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_3_s0, LV_STATE_HOVERED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_3_s0, LV_STATE_HOVERED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_3_s0, LV_STATE_HOVERED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_3_s0, LV_STATE_HOVERED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_3_s0, LV_STATE_HOVERED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_3_s0, LV_STATE_HOVERED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_3_s0, LV_STATE_PRESSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_3_s0, LV_STATE_PRESSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_3_s0, LV_STATE_PRESSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_3_s0, LV_STATE_PRESSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_3_s0, LV_STATE_PRESSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_3_s0, LV_STATE_PRESSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_3_s0, LV_STATE_DISABLED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_3_s0, LV_STATE_DISABLED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_3_s0, LV_STATE_DISABLED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_3_s0, LV_STATE_DISABLED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_3_s0, LV_STATE_DISABLED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_3_s0, LV_STATE_DISABLED, color);
|
|
|
|
|
lv_obj_t *label_password_3 = lv_label_create(parent, NULL);
|
|
|
|
|
lv_obj_set_hidden(label_password_3, false);
|
|
|
|
|
lv_obj_set_click(label_password_3, false);
|
|
|
|
|
lv_obj_set_drag(label_password_3, false);
|
|
|
|
|
lv_plugin_label_allocate_ext_attr(label_password_3);
|
|
|
|
|
lv_label_set_text(label_password_3,"0");
|
|
|
|
|
lv_plugin_label_allocate_ext_attr(label_password_3);
|
|
|
|
|
lv_plugin_label_set_font_type(label_password_3, LV_PLUGIN_LANGUAGE_FONT_TYPE_0);
|
|
|
|
|
lv_label_set_align(label_password_3, LV_LABEL_ALIGN_CENTER);
|
|
|
|
|
lv_label_set_long_mode(label_password_3, LV_LABEL_LONG_SROLL);
|
|
|
|
|
lv_obj_set_pos(label_password_3, 138, 129);
|
|
|
|
|
lv_obj_set_size(label_password_3, 14, 24);
|
|
|
|
|
lv_obj_add_style(label_password_3, 0, &label_password_3_s0);
|
|
|
|
|
|
|
|
|
|
label_password_3_scr_uiflowpassword = label_password_3;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static lv_style_t label_password_4_s0;
|
|
|
|
|
lv_style_init(&label_password_4_s0);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_4_s0, LV_STATE_DEFAULT, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_4_s0, LV_STATE_DEFAULT, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_4_s0, LV_STATE_DEFAULT, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_4_s0, LV_STATE_DEFAULT, color);
|
|
|
|
|
lv_style_set_text_font(&label_password_4_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_4_s0, LV_STATE_DEFAULT, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_4_s0, LV_STATE_DEFAULT, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_4_s0, LV_STATE_CHECKED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_4_s0, LV_STATE_CHECKED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_4_s0, LV_STATE_CHECKED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_4_s0, LV_STATE_CHECKED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_4_s0, LV_STATE_CHECKED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_4_s0, LV_STATE_CHECKED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_4_s0, LV_STATE_FOCUSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_4_s0, LV_STATE_FOCUSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_4_s0, LV_STATE_FOCUSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_4_s0, LV_STATE_FOCUSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_4_s0, LV_STATE_FOCUSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_4_s0, LV_STATE_FOCUSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_4_s0, LV_STATE_EDITED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_4_s0, LV_STATE_EDITED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_4_s0, LV_STATE_EDITED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_4_s0, LV_STATE_EDITED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_4_s0, LV_STATE_EDITED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_4_s0, LV_STATE_EDITED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_4_s0, LV_STATE_HOVERED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_4_s0, LV_STATE_HOVERED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_4_s0, LV_STATE_HOVERED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_4_s0, LV_STATE_HOVERED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_4_s0, LV_STATE_HOVERED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_4_s0, LV_STATE_HOVERED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_4_s0, LV_STATE_PRESSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_4_s0, LV_STATE_PRESSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_4_s0, LV_STATE_PRESSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_4_s0, LV_STATE_PRESSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_4_s0, LV_STATE_PRESSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_4_s0, LV_STATE_PRESSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_4_s0, LV_STATE_DISABLED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_4_s0, LV_STATE_DISABLED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_4_s0, LV_STATE_DISABLED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_4_s0, LV_STATE_DISABLED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_4_s0, LV_STATE_DISABLED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_4_s0, LV_STATE_DISABLED, color);
|
|
|
|
|
lv_obj_t *label_password_4 = lv_label_create(parent, NULL);
|
|
|
|
|
lv_obj_set_hidden(label_password_4, false);
|
|
|
|
|
lv_obj_set_click(label_password_4, false);
|
|
|
|
|
lv_obj_set_drag(label_password_4, false);
|
|
|
|
|
lv_plugin_label_allocate_ext_attr(label_password_4);
|
|
|
|
|
lv_label_set_text(label_password_4,"0");
|
|
|
|
|
lv_plugin_label_allocate_ext_attr(label_password_4);
|
|
|
|
|
lv_plugin_label_set_font_type(label_password_4, LV_PLUGIN_LANGUAGE_FONT_TYPE_0);
|
|
|
|
|
lv_label_set_align(label_password_4, LV_LABEL_ALIGN_CENTER);
|
|
|
|
|
lv_label_set_long_mode(label_password_4, LV_LABEL_LONG_SROLL);
|
|
|
|
|
lv_obj_set_pos(label_password_4, 170, 129);
|
|
|
|
|
lv_obj_set_size(label_password_4, 14, 24);
|
|
|
|
|
lv_obj_add_style(label_password_4, 0, &label_password_4_s0);
|
|
|
|
|
|
|
|
|
|
label_password_4_scr_uiflowpassword = label_password_4;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static lv_style_t label_password_5_s0;
|
|
|
|
|
lv_style_init(&label_password_5_s0);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_5_s0, LV_STATE_DEFAULT, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_5_s0, LV_STATE_DEFAULT, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_5_s0, LV_STATE_DEFAULT, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_5_s0, LV_STATE_DEFAULT, color);
|
|
|
|
|
lv_style_set_text_font(&label_password_5_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_5_s0, LV_STATE_DEFAULT, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_5_s0, LV_STATE_DEFAULT, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_5_s0, LV_STATE_CHECKED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_5_s0, LV_STATE_CHECKED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_5_s0, LV_STATE_CHECKED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_5_s0, LV_STATE_CHECKED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_5_s0, LV_STATE_CHECKED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_5_s0, LV_STATE_CHECKED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_5_s0, LV_STATE_FOCUSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_5_s0, LV_STATE_FOCUSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_5_s0, LV_STATE_FOCUSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_5_s0, LV_STATE_FOCUSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_5_s0, LV_STATE_FOCUSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_5_s0, LV_STATE_FOCUSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_5_s0, LV_STATE_EDITED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_5_s0, LV_STATE_EDITED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_5_s0, LV_STATE_EDITED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_5_s0, LV_STATE_EDITED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_5_s0, LV_STATE_EDITED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_5_s0, LV_STATE_EDITED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_5_s0, LV_STATE_HOVERED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_5_s0, LV_STATE_HOVERED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_5_s0, LV_STATE_HOVERED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_5_s0, LV_STATE_HOVERED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_5_s0, LV_STATE_HOVERED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_5_s0, LV_STATE_HOVERED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_5_s0, LV_STATE_PRESSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_5_s0, LV_STATE_PRESSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_5_s0, LV_STATE_PRESSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_5_s0, LV_STATE_PRESSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_5_s0, LV_STATE_PRESSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_5_s0, LV_STATE_PRESSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_5_s0, LV_STATE_DISABLED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_5_s0, LV_STATE_DISABLED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_5_s0, LV_STATE_DISABLED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_5_s0, LV_STATE_DISABLED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_5_s0, LV_STATE_DISABLED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_5_s0, LV_STATE_DISABLED, color);
|
|
|
|
|
lv_obj_t *label_password_5 = lv_label_create(parent, NULL);
|
|
|
|
|
lv_obj_set_hidden(label_password_5, false);
|
|
|
|
|
lv_obj_set_click(label_password_5, false);
|
|
|
|
|
lv_obj_set_drag(label_password_5, false);
|
|
|
|
|
lv_plugin_label_allocate_ext_attr(label_password_5);
|
|
|
|
|
lv_label_set_text(label_password_5,"0");
|
|
|
|
|
lv_plugin_label_allocate_ext_attr(label_password_5);
|
|
|
|
|
lv_plugin_label_set_font_type(label_password_5, LV_PLUGIN_LANGUAGE_FONT_TYPE_0);
|
|
|
|
|
lv_label_set_align(label_password_5, LV_LABEL_ALIGN_CENTER);
|
|
|
|
|
lv_label_set_long_mode(label_password_5, LV_LABEL_LONG_SROLL);
|
|
|
|
|
lv_obj_set_pos(label_password_5, 202, 129);
|
|
|
|
|
lv_obj_set_size(label_password_5, 14, 24);
|
|
|
|
|
lv_obj_add_style(label_password_5, 0, &label_password_5_s0);
|
|
|
|
|
|
|
|
|
|
label_password_5_scr_uiflowpassword = label_password_5;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static lv_style_t label_password_6_s0;
|
|
|
|
|
lv_style_init(&label_password_6_s0);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_6_s0, LV_STATE_DEFAULT, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_6_s0, LV_STATE_DEFAULT, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_6_s0, LV_STATE_DEFAULT, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_6_s0, LV_STATE_DEFAULT, color);
|
|
|
|
|
lv_style_set_text_font(&label_password_6_s0,LV_STATE_DEFAULT,&lv_font_montserrat_16);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_6_s0, LV_STATE_DEFAULT, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_6_s0, LV_STATE_DEFAULT, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_6_s0, LV_STATE_CHECKED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_6_s0, LV_STATE_CHECKED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_6_s0, LV_STATE_CHECKED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_6_s0, LV_STATE_CHECKED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_6_s0, LV_STATE_CHECKED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_6_s0, LV_STATE_CHECKED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_6_s0, LV_STATE_FOCUSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_6_s0, LV_STATE_FOCUSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_6_s0, LV_STATE_FOCUSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_6_s0, LV_STATE_FOCUSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_6_s0, LV_STATE_FOCUSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_6_s0, LV_STATE_FOCUSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_6_s0, LV_STATE_EDITED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_6_s0, LV_STATE_EDITED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_6_s0, LV_STATE_EDITED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_6_s0, LV_STATE_EDITED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_6_s0, LV_STATE_EDITED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_6_s0, LV_STATE_EDITED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_6_s0, LV_STATE_HOVERED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_6_s0, LV_STATE_HOVERED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_6_s0, LV_STATE_HOVERED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_6_s0, LV_STATE_HOVERED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_6_s0, LV_STATE_HOVERED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_6_s0, LV_STATE_HOVERED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_6_s0, LV_STATE_PRESSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_6_s0, LV_STATE_PRESSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_6_s0, LV_STATE_PRESSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_6_s0, LV_STATE_PRESSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_6_s0, LV_STATE_PRESSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_6_s0, LV_STATE_PRESSED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_color(&label_password_6_s0, LV_STATE_DISABLED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_bg_grad_color(&label_password_6_s0, LV_STATE_DISABLED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x01, 0x00, 0x00, 0x00) ; lv_style_set_border_color(&label_password_6_s0, LV_STATE_DISABLED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x02, 0xff, 0xff, 0xff) ; lv_style_set_text_color(&label_password_6_s0, LV_STATE_DISABLED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0xd3, 0x3c, 0x3c, 0x3c) ; lv_style_set_text_sel_color(&label_password_6_s0, LV_STATE_DISABLED, color);
|
|
|
|
|
STYLE_COLOR_PROP(0x3a, 0x00, 0xb4, 0x95) ; lv_style_set_text_sel_bg_color(&label_password_6_s0, LV_STATE_DISABLED, color);
|
|
|
|
|
lv_obj_t *label_password_6 = lv_label_create(parent, NULL);
|
|
|
|
|
lv_obj_set_hidden(label_password_6, false);
|
|
|
|
|
lv_obj_set_click(label_password_6, false);
|
|
|
|
|
lv_obj_set_drag(label_password_6, false);
|
|
|
|
|
lv_plugin_label_allocate_ext_attr(label_password_6);
|
|
|
|
|
lv_label_set_text(label_password_6,"0");
|
|
|
|
|
lv_plugin_label_allocate_ext_attr(label_password_6);
|
|
|
|
|
lv_plugin_label_set_font_type(label_password_6, LV_PLUGIN_LANGUAGE_FONT_TYPE_0);
|
|
|
|
|
lv_label_set_align(label_password_6, LV_LABEL_ALIGN_CENTER);
|
|
|
|
|
lv_label_set_long_mode(label_password_6, LV_LABEL_LONG_SROLL);
|
|
|
|
|
lv_obj_set_pos(label_password_6, 232, 129);
|
|
|
|
|
lv_obj_set_size(label_password_6, 14, 24);
|
|
|
|
|
lv_obj_add_style(label_password_6, 0, &label_password_6_s0);
|
|
|
|
|
|
|
|
|
|
label_password_6_scr_uiflowpassword = label_password_6;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return parent;
|
|
|
|
|
}
|
|
|
|
|