|
|
@ -240,7 +240,7 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
|
|
|
|
|
|
|
|
//Write codes screen_modbus_trx_label_Data
|
|
|
|
//Write codes screen_modbus_trx_label_Data
|
|
|
|
ui->screen_modbus_trx_label_Data = lv_label_create(ui->screen_modbus_trx);
|
|
|
|
ui->screen_modbus_trx_label_Data = lv_label_create(ui->screen_modbus_trx);
|
|
|
|
lv_label_set_text(ui->screen_modbus_trx_label_Data, "数据:");
|
|
|
|
lv_label_set_text(ui->screen_modbus_trx_label_Data, "(HEX)数据:");
|
|
|
|
lv_label_set_long_mode(ui->screen_modbus_trx_label_Data, LV_LABEL_LONG_WRAP);
|
|
|
|
lv_label_set_long_mode(ui->screen_modbus_trx_label_Data, LV_LABEL_LONG_WRAP);
|
|
|
|
lv_obj_set_pos(ui->screen_modbus_trx_label_Data, 3, 3);
|
|
|
|
lv_obj_set_pos(ui->screen_modbus_trx_label_Data, 3, 3);
|
|
|
|
lv_obj_set_size(ui->screen_modbus_trx_label_Data, 95, 18);
|
|
|
|
lv_obj_set_size(ui->screen_modbus_trx_label_Data, 95, 18);
|
|
|
@ -294,7 +294,7 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_37, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_37, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_37, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_37, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_37, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_37, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_37, LV_BORDER_SIDE_BOTTOM | LV_BORDER_SIDE_RIGHT, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_37, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_37, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_37, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_37, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_37, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_37, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_37, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -303,6 +303,8 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_37, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_37, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_37, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_37, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_37, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_37, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_color(ui->screen_modbus_trx_num_37, lv_color_hex(0xffffff), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_grad_dir(ui->screen_modbus_trx_num_37, LV_GRAD_DIR_NONE, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_37, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_37, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_37, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_37, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_37, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_37, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -320,7 +322,7 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_36, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_36, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_36, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_36, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_36, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_36, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_36, LV_BORDER_SIDE_BOTTOM | LV_BORDER_SIDE_LEFT, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_36, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_36, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_36, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_36, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_36, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_36, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_36, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -329,6 +331,8 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_36, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_36, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_36, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_36, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_36, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_36, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_color(ui->screen_modbus_trx_num_36, lv_color_hex(0xffffff), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_grad_dir(ui->screen_modbus_trx_num_36, LV_GRAD_DIR_NONE, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_36, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_36, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_36, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_36, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_36, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_36, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -346,7 +350,7 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_35, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_35, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_35, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_35, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_35, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_35, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_35, LV_BORDER_SIDE_BOTTOM | LV_BORDER_SIDE_RIGHT, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_35, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_35, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_35, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_35, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_35, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_35, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_35, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -355,6 +359,8 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_35, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_35, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_35, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_35, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_35, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_35, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_color(ui->screen_modbus_trx_num_35, lv_color_hex(0xffffff), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_grad_dir(ui->screen_modbus_trx_num_35, LV_GRAD_DIR_NONE, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_35, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_35, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_35, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_35, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_35, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_35, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -372,7 +378,7 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_34, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_34, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_34, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_34, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_34, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_34, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_34, LV_BORDER_SIDE_BOTTOM | LV_BORDER_SIDE_LEFT, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_34, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_34, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_34, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_34, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_34, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_34, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_34, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -381,6 +387,8 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_34, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_34, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_34, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_34, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_34, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_34, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_color(ui->screen_modbus_trx_num_34, lv_color_hex(0xffffff), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_grad_dir(ui->screen_modbus_trx_num_34, LV_GRAD_DIR_NONE, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_34, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_34, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_34, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_34, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_34, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_34, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -398,7 +406,7 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_33, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_33, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_33, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_33, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_33, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_33, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_33, LV_BORDER_SIDE_BOTTOM | LV_BORDER_SIDE_RIGHT, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_33, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_33, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_33, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_33, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_33, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_33, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_33, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -407,6 +415,8 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_33, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_33, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_33, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_33, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_33, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_33, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_color(ui->screen_modbus_trx_num_33, lv_color_hex(0xffffff), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_grad_dir(ui->screen_modbus_trx_num_33, LV_GRAD_DIR_NONE, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_33, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_33, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_33, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_33, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_33, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_33, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -424,7 +434,7 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_32, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_32, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_32, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_32, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_32, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_32, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_32, LV_BORDER_SIDE_BOTTOM | LV_BORDER_SIDE_LEFT, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_32, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_32, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_32, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_32, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_32, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_32, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_32, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -433,6 +443,8 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_32, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_32, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_32, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_32, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_32, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_32, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_color(ui->screen_modbus_trx_num_32, lv_color_hex(0xffffff), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_grad_dir(ui->screen_modbus_trx_num_32, LV_GRAD_DIR_NONE, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_32, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_32, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_32, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_32, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_32, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_32, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -450,7 +462,7 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_31, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_31, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_31, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_31, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_31, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_31, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_31, LV_BORDER_SIDE_BOTTOM | LV_BORDER_SIDE_RIGHT, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_31, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_31, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_31, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_31, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_31, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_31, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_31, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -459,6 +471,8 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_31, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_31, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_31, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_31, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_31, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_31, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_color(ui->screen_modbus_trx_num_31, lv_color_hex(0xffffff), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_grad_dir(ui->screen_modbus_trx_num_31, LV_GRAD_DIR_NONE, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_31, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_31, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_31, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_31, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_31, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_31, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -476,7 +490,7 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_30, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_30, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_30, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_30, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_30, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_30, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_30, LV_BORDER_SIDE_BOTTOM | LV_BORDER_SIDE_LEFT, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_30, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_30, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_30, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_30, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_30, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_30, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_30, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -485,6 +499,8 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_30, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_30, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_30, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_30, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_30, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_30, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_color(ui->screen_modbus_trx_num_30, lv_color_hex(0xffffff), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_grad_dir(ui->screen_modbus_trx_num_30, LV_GRAD_DIR_NONE, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_30, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_30, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_30, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_30, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_30, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_30, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -502,7 +518,7 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_27, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_27, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_27, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_27, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_27, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_27, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_27, LV_BORDER_SIDE_BOTTOM | LV_BORDER_SIDE_RIGHT, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_27, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_27, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_27, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_27, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_27, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_27, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_27, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -511,6 +527,8 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_27, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_27, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_27, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_27, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_27, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_27, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_color(ui->screen_modbus_trx_num_27, lv_color_hex(0xffffff), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_grad_dir(ui->screen_modbus_trx_num_27, LV_GRAD_DIR_NONE, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_27, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_27, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_27, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_27, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_27, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_27, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -528,7 +546,7 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_26, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_26, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_26, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_26, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_26, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_26, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_26, LV_BORDER_SIDE_BOTTOM | LV_BORDER_SIDE_LEFT, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_26, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_26, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_26, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_26, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_26, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_26, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_26, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -537,6 +555,8 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_26, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_26, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_26, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_26, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_26, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_26, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_color(ui->screen_modbus_trx_num_26, lv_color_hex(0xffffff), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_grad_dir(ui->screen_modbus_trx_num_26, LV_GRAD_DIR_NONE, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_26, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_26, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_26, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_26, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_26, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_26, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -554,7 +574,7 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_25, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_25, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_25, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_25, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_25, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_25, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_25, LV_BORDER_SIDE_BOTTOM | LV_BORDER_SIDE_RIGHT, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_25, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_25, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_25, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_25, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_25, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_25, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_25, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -563,6 +583,8 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_25, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_25, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_25, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_25, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_25, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_25, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_color(ui->screen_modbus_trx_num_25, lv_color_hex(0xffffff), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_grad_dir(ui->screen_modbus_trx_num_25, LV_GRAD_DIR_NONE, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_25, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_25, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_25, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_25, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_25, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_25, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -580,7 +602,7 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_24, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_24, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_24, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_24, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_24, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_24, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_24, LV_BORDER_SIDE_BOTTOM | LV_BORDER_SIDE_LEFT, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_24, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_24, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_24, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_24, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_24, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_24, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_24, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -589,6 +611,8 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_24, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_24, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_24, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_24, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_24, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_24, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_color(ui->screen_modbus_trx_num_24, lv_color_hex(0xffffff), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_grad_dir(ui->screen_modbus_trx_num_24, LV_GRAD_DIR_NONE, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_24, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_24, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_24, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_24, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_24, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_24, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -606,7 +630,7 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_23, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_23, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_23, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_23, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_23, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_23, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_23, LV_BORDER_SIDE_BOTTOM | LV_BORDER_SIDE_RIGHT, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_23, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_23, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_23, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_23, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_23, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_23, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_23, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -615,6 +639,8 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_23, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_23, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_23, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_23, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_23, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_23, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_color(ui->screen_modbus_trx_num_23, lv_color_hex(0xffffff), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_grad_dir(ui->screen_modbus_trx_num_23, LV_GRAD_DIR_NONE, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_23, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_23, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_23, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_23, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_23, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_23, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -632,7 +658,7 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_22, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_22, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_22, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_22, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_22, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_22, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_22, LV_BORDER_SIDE_BOTTOM | LV_BORDER_SIDE_LEFT, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_22, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_22, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_22, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_22, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_22, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_22, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_22, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -641,6 +667,8 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_22, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_22, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_22, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_22, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_22, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_22, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_color(ui->screen_modbus_trx_num_22, lv_color_hex(0xffffff), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_grad_dir(ui->screen_modbus_trx_num_22, LV_GRAD_DIR_NONE, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_22, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_22, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_22, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_22, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_22, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_22, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -658,7 +686,7 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_21, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_21, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_21, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_21, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_21, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_21, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_21, LV_BORDER_SIDE_BOTTOM | LV_BORDER_SIDE_RIGHT, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_21, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_21, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_21, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_21, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_21, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_21, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_21, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -667,6 +695,8 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_21, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_21, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_21, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_21, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_21, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_21, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_color(ui->screen_modbus_trx_num_21, lv_color_hex(0xffffff), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_grad_dir(ui->screen_modbus_trx_num_21, LV_GRAD_DIR_NONE, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_21, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_21, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_21, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_21, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_21, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_21, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -684,7 +714,7 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_20, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_20, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_20, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_20, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_20, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_20, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_20, LV_BORDER_SIDE_BOTTOM | LV_BORDER_SIDE_LEFT, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_20, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_20, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_20, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_20, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_20, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_20, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_20, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -693,6 +723,8 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_20, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_20, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_20, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_20, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_20, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_20, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_color(ui->screen_modbus_trx_num_20, lv_color_hex(0xffffff), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_grad_dir(ui->screen_modbus_trx_num_20, LV_GRAD_DIR_NONE, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_20, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_20, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_20, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_20, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_20, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_20, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -710,7 +742,7 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_17, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_17, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_17, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_17, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_17, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_17, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_17, LV_BORDER_SIDE_BOTTOM | LV_BORDER_SIDE_RIGHT, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_17, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_17, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_17, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_17, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_17, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_17, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_17, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -719,6 +751,8 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_17, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_17, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_17, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_17, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_17, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_17, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_color(ui->screen_modbus_trx_num_17, lv_color_hex(0xffffff), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_grad_dir(ui->screen_modbus_trx_num_17, LV_GRAD_DIR_NONE, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_17, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_17, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_17, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_17, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_17, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_17, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -736,7 +770,7 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_16, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_16, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_16, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_16, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_16, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_16, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_16, LV_BORDER_SIDE_BOTTOM | LV_BORDER_SIDE_LEFT, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_16, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_16, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_16, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_16, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_16, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_16, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_16, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -745,6 +779,8 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_16, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_16, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_16, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_16, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_16, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_16, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_color(ui->screen_modbus_trx_num_16, lv_color_hex(0xffffff), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_grad_dir(ui->screen_modbus_trx_num_16, LV_GRAD_DIR_NONE, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_16, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_16, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_16, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_16, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_16, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_16, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -762,7 +798,7 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_15, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_15, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_15, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_15, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_15, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_15, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_15, LV_BORDER_SIDE_BOTTOM | LV_BORDER_SIDE_RIGHT, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_15, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_15, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_15, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_15, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_15, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_15, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_15, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -771,6 +807,8 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_15, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_15, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_15, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_15, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_15, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_15, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_color(ui->screen_modbus_trx_num_15, lv_color_hex(0xffffff), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_grad_dir(ui->screen_modbus_trx_num_15, LV_GRAD_DIR_NONE, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_15, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_15, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_15, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_15, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_15, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_15, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -788,7 +826,7 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_14, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_14, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_14, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_14, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_14, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_14, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_14, LV_BORDER_SIDE_BOTTOM | LV_BORDER_SIDE_LEFT, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_14, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_14, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_14, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_14, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_14, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_14, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_14, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -797,6 +835,8 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_14, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_14, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_14, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_14, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_14, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_14, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_color(ui->screen_modbus_trx_num_14, lv_color_hex(0xffffff), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_grad_dir(ui->screen_modbus_trx_num_14, LV_GRAD_DIR_NONE, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_14, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_14, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_14, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_14, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_14, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_14, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -814,7 +854,7 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_13, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_13, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_13, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_13, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_13, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_13, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_13, LV_BORDER_SIDE_BOTTOM | LV_BORDER_SIDE_RIGHT, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_13, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_13, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_13, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_13, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_13, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_13, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_13, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -823,6 +863,8 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_13, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_13, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_13, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_13, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_13, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_13, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_color(ui->screen_modbus_trx_num_13, lv_color_hex(0xffffff), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_grad_dir(ui->screen_modbus_trx_num_13, LV_GRAD_DIR_NONE, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_13, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_13, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_13, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_13, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_13, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_13, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -840,7 +882,7 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_12, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_12, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_12, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_12, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_12, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_12, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_12, LV_BORDER_SIDE_BOTTOM | LV_BORDER_SIDE_LEFT, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_12, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_12, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_12, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_12, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_12, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_12, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_12, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -849,6 +891,8 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_12, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_12, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_12, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_12, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_12, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_12, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_color(ui->screen_modbus_trx_num_12, lv_color_hex(0xffffff), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_grad_dir(ui->screen_modbus_trx_num_12, LV_GRAD_DIR_NONE, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_12, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_12, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_12, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_12, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_12, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_12, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -866,7 +910,7 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_11, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_11, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_11, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_11, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_11, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_11, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_11, LV_BORDER_SIDE_BOTTOM | LV_BORDER_SIDE_RIGHT, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_11, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_11, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_11, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_11, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_11, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_11, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_11, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -875,6 +919,8 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_11, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_11, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_11, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_11, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_11, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_11, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_color(ui->screen_modbus_trx_num_11, lv_color_hex(0xffffff), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_grad_dir(ui->screen_modbus_trx_num_11, LV_GRAD_DIR_NONE, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_11, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_11, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_11, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_11, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_11, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_11, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -892,7 +938,7 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_10, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_10, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_10, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_10, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_10, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_10, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_10, LV_BORDER_SIDE_BOTTOM | LV_BORDER_SIDE_LEFT, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_10, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_10, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_10, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_10, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_10, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_10, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_10, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -901,6 +947,8 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_10, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_10, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_10, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_10, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_10, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_10, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_color(ui->screen_modbus_trx_num_10, lv_color_hex(0xffffff), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_grad_dir(ui->screen_modbus_trx_num_10, LV_GRAD_DIR_NONE, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_10, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_10, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_10, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_10, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_10, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_10, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -918,7 +966,7 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_07, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_07, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_07, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_07, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_07, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_07, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_07, LV_BORDER_SIDE_BOTTOM | LV_BORDER_SIDE_RIGHT, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_07, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_07, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_07, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_07, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_07, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_07, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_07, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -927,6 +975,8 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_07, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_07, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_07, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_07, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_07, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_07, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_color(ui->screen_modbus_trx_num_07, lv_color_hex(0xffffff), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_grad_dir(ui->screen_modbus_trx_num_07, LV_GRAD_DIR_NONE, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_07, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_07, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_07, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_07, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_07, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_07, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -944,7 +994,7 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_06, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_06, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_06, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_06, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_06, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_06, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_06, LV_BORDER_SIDE_BOTTOM | LV_BORDER_SIDE_LEFT, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_06, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_06, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_06, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_06, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_06, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_06, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_06, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -953,6 +1003,8 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_06, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_06, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_06, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_06, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_06, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_06, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_color(ui->screen_modbus_trx_num_06, lv_color_hex(0xffffff), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_grad_dir(ui->screen_modbus_trx_num_06, LV_GRAD_DIR_NONE, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_06, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_06, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_06, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_06, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_06, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_06, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -970,7 +1022,7 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_05, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_05, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_05, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_05, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_05, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_05, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_05, LV_BORDER_SIDE_BOTTOM | LV_BORDER_SIDE_RIGHT, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_05, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_05, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_05, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_05, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_05, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_05, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_05, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -979,6 +1031,8 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_05, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_05, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_05, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_05, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_05, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_05, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_color(ui->screen_modbus_trx_num_05, lv_color_hex(0xffffff), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_grad_dir(ui->screen_modbus_trx_num_05, LV_GRAD_DIR_NONE, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_05, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_05, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_05, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_05, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_05, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_05, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -996,7 +1050,7 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_04, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_04, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_04, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_04, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_04, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_04, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_04, LV_BORDER_SIDE_BOTTOM | LV_BORDER_SIDE_LEFT, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_04, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_04, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_04, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_04, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_04, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_04, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_04, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -1005,6 +1059,8 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_04, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_04, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_04, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_04, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_04, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_04, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_color(ui->screen_modbus_trx_num_04, lv_color_hex(0xffffff), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_grad_dir(ui->screen_modbus_trx_num_04, LV_GRAD_DIR_NONE, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_04, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_04, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_04, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_04, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_04, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_04, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -1022,7 +1078,7 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_03, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_03, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_03, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_03, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_03, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_03, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_03, LV_BORDER_SIDE_BOTTOM | LV_BORDER_SIDE_RIGHT, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_03, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_03, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_03, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_03, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_03, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_03, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_03, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -1031,6 +1087,8 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_03, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_03, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_03, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_03, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_03, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_03, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_color(ui->screen_modbus_trx_num_03, lv_color_hex(0xffffff), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_grad_dir(ui->screen_modbus_trx_num_03, LV_GRAD_DIR_NONE, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_03, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_03, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_03, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_03, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_03, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_03, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -1048,7 +1106,7 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_02, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_02, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_02, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_02, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_02, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_02, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_02, LV_BORDER_SIDE_BOTTOM | LV_BORDER_SIDE_LEFT, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_02, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_02, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_02, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_02, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_02, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_02, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_02, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -1057,6 +1115,8 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_02, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_02, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_02, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_02, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_02, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_02, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_color(ui->screen_modbus_trx_num_02, lv_color_hex(0xffffff), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_grad_dir(ui->screen_modbus_trx_num_02, LV_GRAD_DIR_NONE, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_02, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_02, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_02, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_02, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_02, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_02, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -1074,7 +1134,7 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_01, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_01, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_01, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_01, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_01, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_01, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_01, LV_BORDER_SIDE_BOTTOM | LV_BORDER_SIDE_RIGHT, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_01, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_01, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_01, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_01, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_01, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_01, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_01, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -1083,6 +1143,8 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_01, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_01, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_01, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_01, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_01, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_01, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_color(ui->screen_modbus_trx_num_01, lv_color_hex(0xffffff), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_grad_dir(ui->screen_modbus_trx_num_01, LV_GRAD_DIR_NONE, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_01, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_01, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_01, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_01, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_01, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_01, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -1100,7 +1162,7 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_00, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_width(ui->screen_modbus_trx_num_00, 3, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_00, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_opa(ui->screen_modbus_trx_num_00, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_00, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_color(ui->screen_modbus_trx_num_00, lv_color_hex(0x2195f6), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_00, LV_BORDER_SIDE_BOTTOM | LV_BORDER_SIDE_LEFT, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_border_side(ui->screen_modbus_trx_num_00, LV_BORDER_SIDE_BOTTOM, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_00, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_radius(ui->screen_modbus_trx_num_00, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_00, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_color(ui->screen_modbus_trx_num_00, lv_color_hex(0x000000), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_00, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_font(ui->screen_modbus_trx_num_00, &lv_font_SourceHanSerifSC_Regular_14, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
@ -1109,6 +1171,8 @@ void setup_scr_screen_modbus_trx(lv_ui *ui)
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_00, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_line_space(ui->screen_modbus_trx_num_00, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_00, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_text_align(ui->screen_modbus_trx_num_00, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_00, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_bg_opa(ui->screen_modbus_trx_num_00, 255, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_color(ui->screen_modbus_trx_num_00, lv_color_hex(0xffffff), LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
|
|
|
|
lv_obj_set_style_bg_grad_dir(ui->screen_modbus_trx_num_00, LV_GRAD_DIR_NONE, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_00, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_top(ui->screen_modbus_trx_num_00, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_00, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_right(ui->screen_modbus_trx_num_00, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_00, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|
lv_obj_set_style_pad_bottom(ui->screen_modbus_trx_num_00, 0, LV_PART_MAIN|LV_STATE_DEFAULT);
|
|
|
|