{ "projectName": "fp-wire-controller", "version": "1.9.1-GA", "lvglVersion": "v9", "projectSettings": { "keyBoard": { "display_kb": true, "chinese_input": false, "chinese_library": "mini", "keyboard_font_type": "SourceHanSerifSC_Regular", "keyboard_font_size": 20 }, "board_radius": 0, "resolution": { "width": "480", "height": "480" }, "color_depth": 16, "panel_name": "TFT", "display_part_number": "", "OS": "Windows/Linux/MacOS", "Processor": "Simulator", "name": "Simulator", "mcuxpresso_config": { "CMAKE_BUILD_TYPE": "null" }, "Optimizations": "Balance", "frameBuffer_region": null, "support_functions": [] }, "boardPlatformSettings": { "id": 436, "name": "Simulator", "version": "v1.0.0", "description": "Simulator", "lvgl_version_major": 9, "lvgl_version_minor": 2, "lvgl_version_micro": 1, "author": "NXP", "checksum": "9781eaf3b81dfbe2d1366842c77111b2", "images": [ "/Users/lijian/Library/Application Support/gui-guider/1.9.1-GA/template/board/v9/Simulator/images/simulator.png" ], "type": "Simulator", "core": "", "disable_widgets": [], "disable_toolchains": [], "configuration": { "OS": "Windows/Linux/MacOS", "Processor": "Simulator", "color_depth": [ 16, 24, 32 ], "export_code": [ "RT-Thread", "Zephyr" ], "Optimizations": "Balance", "display_panels": [ { "width": 480, "height": 272, "display_panel_name": "Simulator", "display_part_number": "Simulator" }, { "width": 480, "height": 320, "display_panel_name": "Simulator", "display_part_number": "Simulator" }, { "width": 296, "height": 128, "display_panel_name": "Simulator", "display_part_number": "Simulator" }, { "width": 392, "height": 392, "display_panel_name": "Simulator", "display_part_number": "Simulator" }, { "width": 466, "height": 466, "display_panel_name": "Simulator", "display_part_number": "Simulator" }, { "width": 320, "height": 240, "display_panel_name": "Simulator", "display_part_number": "Simulator" }, { "width": 800, "height": 480, "display_panel_name": "Simulator", "display_part_number": "Simulator" }, { "width": 720, "height": 1280, "display_panel_name": "Simulator", "display_part_number": "Simulator" }, { "width": 1280, "height": 720, "display_panel_name": "Simulator", "display_part_number": "Simulator" }, { "width": 1280, "height": 800, "display_panel_name": "Simulator", "display_part_number": "Simulator" } ], "support_sdCard": false, "mcuxpresso_config": { "CMAKE_BUILD_TYPE": "null" } }, "lv_conf": { "LV_MEM_SIZE": 320, "LV_COLOR_DEPTH": 16, "LV_HOR_RES_MAX": "(480)", "LV_VER_RES_MAX": "(320)", "LV_DEF_REFR_PERIOD": 30, "LV_USE_MEM_MONITOR": 0, "LV_USE_PERF_MONITOR": 0, "LV_GUIDER_SIMULATOR_WINDOW_ZOOM": 1 }, "old_name": null, "origin_type": "download", "uid": "Simulator_v1.0.0_v9", "status": "normal" }, "demoTemplateSettings": { "id": 245, "name": "EmptyUI", "version": "v1.0.0", "description": "An empty UI template", "lvgl_version_major": 9, "lvgl_version_minor": 2, "lvgl_version_micro": 1, "author": "NXP", "checksum": "3d87efe01d47e1a9d839245f10e07646", "images": [ "1.9.0/application/EmptyUI/v9/images/simulator.png" ], "support_board": [ "Simulator", "FRDM-MCXN236", "FRDM-MCXN947", "LPCXpresso54628", "MCX-N5XX-EVK", "MIMXRT595-EVK", "MIMXRT700-EVK", "MIMXRT1040-EVK", "MIMXRT1050-EVKB", "MIMXRT1060-EVKC", "MIMXRT1064-EVK", "MIMXRT1170-EVKB", "MCIMX91LP4EVK", "MCIMX91LP4QSB", "MCIMX93FRDM", "MCIMX93EVK", "RD-RW612-BGA" ], "origin_type": "builtIn", "uid": "EmptyUI_v1.0.0_v9", "status": "normal", "type": "EmptyUI", "alt_files": {} }, "lvConf": { "LV_MEM_SIZE": 320, "LV_COLOR_DEPTH": 16, "LV_HOR_RES_MAX": "(480)", "LV_VER_RES_MAX": "(480)", "LV_DEF_REFR_PERIOD": 30, "LV_USE_MEM_MONITOR": false, "LV_USE_PERF_MONITOR": false, "LV_GUIDER_SIMULATOR_WINDOW_ZOOM": 1 }, "ImportFonts": { "SourceHanSerifSC_Regular": "font/SourceHanSerifSC-Regular.otf", "montserratMedium": "font/Montserrat-medium.ttf", "arial": "font/ARIAL.TTF", "Abel_regular": "font/abel-regular.ttf", "Acme_Regular": "font/Acme-Regular.ttf", "Adventpro_regular": "font/adventpro-regular.ttf", "AguafinaScript_Regular": "font/AguafinaScript-Regular.ttf", "Alatsi_Regular": "font/Alatsi-Regular.ttf", "AlexBrush_Regular": "font/AlexBrush-Regular.ttf", "AmaticSC_Regular": "font/AmaticSC-Regular.ttf", "Amiko_Regular": "font/Amiko-Regular.ttf", "Antonio_Regular": "font/Antonio-Regular.ttf", "ArchitectsDaughter": "font/ArchitectsDaughter.ttf" }, "FrontJson": [ { "name": "screen", "id": "emg7n4dm", "type": "scr", "version": 190, "scrollbar_mode": "OFF", "customer_code": { "code_c": "lv_obj_add_flag(ui->screen_arc_temp, LV_OBJ_FLAG_ADV_HITTEST);\nlv_obj_set_ext_click_area(ui->screen_arc_temp, 40);\nif(hp_controller.mode == MODE_COOL) {\n lv_arc_set_range(ui->screen_arc_temp, 7*2,22*2);\n lv_label_set_text_fmt(ui->screen_lab_ac_temp, \"%d\", hp_controller.cool_set_temp);\n lv_arc_set_value(guider_ui.screen_arc_temp, hp_controller.cool_set_temp * 2);\n lv_label_set_text_static(ui->screen_lab_mode, \"制冷\");\n lv_label_set_text_static(ui->screen_lab_temp_low, \"7°C\");\n lv_label_set_text_static(ui->screen_lab_temp_high, \"22°C\");\n lv_obj_add_state(ui->screen_ib_cool, LV_STATE_CHECKED);\n } else if(hp_controller.mode == MODE_HEAT) {\n lv_arc_set_range(ui->screen_arc_temp, 30*2,60*2);\n lv_arc_set_value(ui->screen_arc_temp, hp_controller.heat_set_temp * 2);\n lv_label_set_text_fmt(ui->screen_lab_ac_temp, \"%d\", hp_controller.heat_set_temp);\n lv_label_set_text_static(ui->screen_lab_mode, \"制热\");\n lv_label_set_text_static(ui->screen_lab_temp_low, \"30°C\");\n lv_label_set_text_static(ui->screen_lab_temp_high, \"60°C\");\n lv_obj_add_state(ui->screen_ib_heat, LV_STATE_CHECKED);\n }", "inc_c": "#include \"actions.h\"\n#include \"heatpump_controller.h\"", "code_py": "", "inc_py": "", "type": "screen" }, "width": 480, "height": 480, "visible": true, "flag": [], "rm_flag": [], "list": [ { "name": "lab_mode", "id": "eh2091t1", "type": "label", "left": 186, "top": 110, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 100, "height": 32, "default_style": false, "text": "制冷热", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#989696", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "lab_icon_cloud", "id": "2z85f6gz", "type": "label", "left": 57, "top": 12, "visible": true, "isLock": false, "rm_flag": [], "flag": [ "LV_OBJ_FLAG_HIDDEN" ], "width": 25, "height": 23, "default_style": false, "text": "", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffffff", "text_opa": 255, "font": 25, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "iconfont", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "img_wifi", "id": "ud0qctq4", "type": "img", "left": 17, "top": 8, "visible": true, "isLock": false, "rm_flag": [], "flag": [ "LV_OBJ_FLAG_HIDDEN" ], "width": 32, "height": 32, "default_style": false, "use_fs": false, "fs_type": "flash", "sd_path": "", "img_path": "import/image/wifi_stron.png", "rotate": 0, "x": 50, "y": 50, "color_format": "RGB565A8", "dither_algorithm": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "image_recolor": "#ffffff", "image_recolor_opa": 0, "image_opa": 255 } ] }, { "name": "lab_icon_err", "id": "0fkdszba", "type": "label", "left": 90, "top": 11, "visible": true, "isLock": false, "rm_flag": [], "flag": [ "LV_OBJ_FLAG_HIDDEN" ], "width": 26, "height": 26, "default_style": false, "text": "", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ff0028", "text_opa": 255, "font": 25, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "iconfont", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "cont_power_off", "id": "hoto4r4d", "type": "cont", "left": 0, "top": 0, "visible": false, "isLock": false, "rm_flag": [], "flag": [ "LV_OBJ_FLAG_HIDDEN" ], "width": 480, "height": 480, "default_style": false, "scrollbar_mode": "OFF", "child": [ { "name": "imgbtn_1", "id": "nbxu93g4", "type": "imgbtn", "left": 199, "top": 261, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 84, "height": 84, "default_style": false, "use_fs": false, "fs_type": "flash", "sd_path": "", "text": "", "toggle": true, "src_released": "import/image/swtich.png", "src_pressed": "import/image/swtich.png", "src_checked_released": "import/image/swtich.png", "src_checked_pressed": "", "color_format": "RGB565A8", "dither_algorithm": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "font_family": "montserratMedium", "text_color": "#000000", "text_align": "LV_TEXT_ALIGN_CENTER", "font": 12, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_PRESSED", "disable": false, "image_recolor": "#000000", "image_recolor_opa": 0, "image_opa": 255, "text_color": "#FF33FF", "font_family": "montserratMedium", "font": 12, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": false, "image_recolor": "#000000", "image_recolor_opa": 0, "text_color": "#FF33FF", "image_opa": 255, "font_family": "montserratMedium", "font": 12, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_IMAGEBUTTON_STATE_RELEASED", "desc": "released", "disable": false, "image_recolor": "#000000", "image_recolor_opa": 0, "image_opa": 255 } ], "event": { "widget": { "pressed": { "condition": [], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_ac_page_set_power(e,1);", "inc_py": "", "code_py": "" } } }, { "dst": "tdmgvham", "bindCondi": "", "actionList": { "clear_flag": { "value": [ "LV_OBJ_FLAG_HIDDEN" ] } } }, { "dst": "hoto4r4d", "bindCondi": "", "actionList": { "add_flag": { "value": [ "LV_OBJ_FLAG_HIDDEN" ] } } } ] } } } }, { "name": "label_11", "id": "ceqf3mxw", "type": "label", "left": 150, "top": 186, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 34, "height": 32, "default_style": false, "text": "", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffffff", "text_opa": 255, "font": 25, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "iconfont", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "label_10", "id": "crbjzxtm", "type": "label", "left": 262, "top": 186, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 34, "height": 32, "default_style": false, "text": "", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffffff", "text_opa": 255, "font": 25, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "iconfont", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "label_9", "id": "8zve0vb9", "type": "label", "left": 184, "top": 193, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 71, "height": 20, "default_style": false, "text": "26°C", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffffff", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_LEFT", "font_family": "montserratMedium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "lab_env_hum_2", "id": "vzmkhtwa", "type": "label", "left": 300, "top": 193, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 71, "height": 20, "default_style": false, "text": "40%", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffffff", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_LEFT", "font_family": "montserratMedium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] } ], "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 0, "radius": 0, "bg_color": "#000000", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 0, "padding_top": 0, "padding_bottom": 0, "padding_left": 0, "padding_right": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ], "layerName": "screen" }, { "name": "cont_power_on", "id": "tdmgvham", "type": "cont", "left": 0, "top": 0, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 480, "height": 480, "default_style": false, "scrollbar_mode": "OFF", "child": [ { "name": "ib_cool", "id": "1dergy6c", "type": "imgbtn", "left": 82, "top": 415, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 48, "height": 48, "default_style": false, "use_fs": false, "fs_type": "flash", "sd_path": "", "text": "", "toggle": true, "src_released": "import/image/ac_mode_cool.png", "src_pressed": "import/image/ac_mode_cool_sel.png", "src_checked_released": "import/image/ac_mode_cool_sel.png", "src_checked_pressed": "", "color_format": "RGB565A8", "dither_algorithm": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "font_family": "montserratMedium", "text_color": "#000000", "text_align": "LV_TEXT_ALIGN_CENTER", "font": 12, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_PRESSED", "disable": false, "image_recolor": "#000000", "image_recolor_opa": 0, "image_opa": 255, "text_color": "#FF33FF", "font_family": "montserratMedium", "font": 12, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": false, "image_recolor": "#000000", "image_recolor_opa": 0, "text_color": "#FF33FF", "image_opa": 255, "font_family": "montserratMedium", "font": 12, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_IMAGEBUTTON_STATE_RELEASED", "desc": "released", "disable": false, "image_recolor": "#000000", "image_recolor_opa": 0, "image_opa": 255 } ], "event": { "widget": { "clicked": { "condition": [], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_set_mode(e,1);", "inc_py": "", "code_py": "" } } }, { "dst": "lm9exs6l", "bindCondi": "", "actionList": { "text": { "value": "7°C" } } }, { "dst": "4phxmmio", "bindCondi": "", "actionList": { "text": { "value": "22°C" } } } ] } } } }, { "name": "ib_heat", "id": "e9k4zhly", "type": "imgbtn", "left": 333, "top": 417, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 48, "height": 48, "default_style": false, "use_fs": false, "fs_type": "flash", "sd_path": "", "text": "", "toggle": true, "src_released": "import/image/ac_mode_heat.png", "src_pressed": "import/image/ac_mode_heat_sel.png", "src_checked_released": "import/image/ac_mode_heat_sel.png", "src_checked_pressed": "", "color_format": "RGB565A8", "dither_algorithm": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "font_family": "montserratMedium", "text_color": "#000000", "text_align": "LV_TEXT_ALIGN_CENTER", "font": 12, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_PRESSED", "disable": false, "image_recolor": "#000000", "image_recolor_opa": 0, "image_opa": 255, "text_color": "#FF33FF", "font_family": "montserratMedium", "font": 12, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": false, "image_recolor": "#000000", "image_recolor_opa": 0, "text_color": "#FF33FF", "image_opa": 255, "font_family": "montserratMedium", "font": 12, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_IMAGEBUTTON_STATE_RELEASED", "desc": "released", "disable": false, "image_recolor": "#000000", "image_recolor_opa": 0, "image_opa": 255 } ], "event": { "widget": { "clicked": { "condition": [], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_set_mode(e,2);", "inc_py": "", "code_py": "" } } }, { "dst": "4phxmmio", "bindCondi": "", "actionList": { "text": { "value": "60°C" } } }, { "dst": "lm9exs6l", "bindCondi": "", "actionList": { "text": { "value": "30°C" } } } ] } } } }, { "name": "ib_power", "id": "vjslbg47", "type": "imgbtn", "left": 198, "top": 276, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 84, "height": 84, "default_style": false, "use_fs": false, "fs_type": "flash", "sd_path": "", "text": "", "toggle": true, "src_released": "import/image/swtich.png", "src_pressed": "import/image/swtich.png", "src_checked_released": "import/image/swtich.png", "src_checked_pressed": "", "color_format": "RGB565A8", "dither_algorithm": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "font_family": "montserratMedium", "text_color": "#000000", "text_align": "LV_TEXT_ALIGN_CENTER", "font": 12, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_PRESSED", "disable": false, "image_recolor": "#000000", "image_recolor_opa": 0, "image_opa": 255, "text_color": "#FF33FF", "font_family": "montserratMedium", "font": 12, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": false, "image_recolor": "#000000", "image_recolor_opa": 0, "text_color": "#FF33FF", "image_opa": 255, "font_family": "montserratMedium", "font": 12, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_IMAGEBUTTON_STATE_RELEASED", "desc": "released", "disable": false, "image_recolor": "#000000", "image_recolor_opa": 0, "image_opa": 255 } ], "event": { "widget": { "pressed": { "condition": [], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_ac_page_set_power(e,0);", "inc_py": "", "code_py": "" } } }, { "dst": "hoto4r4d", "bindCondi": "", "actionList": { "clear_flag": { "value": [ "LV_OBJ_FLAG_HIDDEN" ] } } }, { "dst": "tdmgvham", "bindCondi": "", "actionList": { "add_flag": { "value": [ "LV_OBJ_FLAG_HIDDEN" ] } } } ] } } } }, { "name": "lab_ac_temp", "id": "rtfxvwo8", "type": "label", "left": 165, "top": 209, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 132, "height": 72, "default_style": false, "text": "12", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffffff", "text_opa": 255, "font": 60, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "PuHui_ExtraBold", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ], "event": { "widget": {} } }, { "name": "lab_env_hum", "id": "jykjzbnp", "type": "label", "left": 279, "top": 155, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 71, "height": 20, "default_style": false, "text": "40%", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffffff", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_LEFT", "font_family": "montserratMedium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "lab_env_temp", "id": "y9t0r3zm", "type": "label", "left": 181, "top": 155, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 71, "height": 20, "default_style": false, "text": "26°C", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffffff", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_LEFT", "font_family": "montserratMedium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "lab_temp_high", "id": "4phxmmio", "type": "label", "left": 320, "top": 322, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 71, "height": 20, "default_style": false, "text": "22°C", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#9d9191", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "montserratMedium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ], "layerName": "screen" }, { "name": "lab_temp_low", "id": "lm9exs6l", "type": "label", "left": 81, "top": 322, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 71, "height": 20, "default_style": false, "text": "7°C", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#9d9191", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "montserratMedium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ], "layerName": "screen" }, { "name": "label_2", "id": "7evgl8na", "type": "label", "left": 242, "top": 150, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 34, "height": 32, "default_style": false, "text": "", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffffff", "text_opa": 255, "font": 25, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "iconfont", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "label_1", "id": "2kq3zpz3", "type": "label", "left": 147, "top": 150, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 34, "height": 32, "default_style": false, "text": "", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffffff", "text_opa": 255, "font": 25, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "iconfont", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "label_6", "id": "cqiwbwkd", "type": "label", "left": 252, "top": 238, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 71, "height": 22, "default_style": false, "text": "°C", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffffff", "text_opa": 255, "font": 25, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "montserratMedium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "arc_temp", "id": "si0zlmgh", "type": "arc", "left": 73, "top": 51, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 340, "height": 340, "default_style": false, "value": 12, "bg_angle_start": 150, "bg_angle_end": 30, "rotate": 0, "range_s": 7, "range_e": 60, "mode": "NORMAL", "attribute_type": "freemaster", "custom_attribute": [], "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#f6f6f6", "bg_grad_color": "#f6f6f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_color": "#2195f6", "border_opa": 255, "border_width": 0, "arc_color": "#817878", "arc_opa": 255, "arc_width": 20, "arc_rounded": true, "radius": 0, "padding_top": 0, "padding_bottom": 0, "padding_left": 0, "padding_right": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#f6f6f6", "bg_grad_color": "#f6f6f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_color": "#2195f6", "border_opa": 255, "border_width": 0, "arc_color": "#e6e6e6", "arc_opa": 255, "arc_width": 12, "arc_rounded": true, "radius": 6, "padding_top": 20, "padding_bottom": 20, "padding_left": 20, "padding_right": 20, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#f6f6f6", "bg_grad_color": "#f6f6f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_color": "#2195f6", "border_opa": 255, "border_width": 0, "radius": 6, "arc_color": "#e6e6e6", "arc_opa": 255, "arc_width": 12, "arc_rounded": true, "padding_top": 20, "padding_bottom": 20, "padding_left": 20, "padding_right": 20, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DEFAULT", "disable": false, "arc_color": "#2FCADA", "arc_opa": 255, "arc_width": 20, "arc_rounded": true }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_FOCUSED", "disable": true, "arc_color": "#2195f6", "arc_opa": 255, "arc_width": 12, "arc_rounded": true }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DISABLED", "disable": true, "arc_color": "#2195f6", "arc_opa": 255, "arc_width": 12, "arc_rounded": true }, { "part": "LV_PART_KNOB", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#03b0ff", "bg_grad_color": "#2195f6", "bg_opa": 0, "pad_all": 5, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255 }, { "part": "LV_PART_KNOB", "state": "LV_STATE_FOCUSED", "disable": false, "bg_color": "#2F92DA", "bg_grad_color": "#2195f6", "bg_opa": 255, "pad_all": 5, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255 }, { "part": "LV_PART_KNOB", "state": "LV_STATE_DISABLED", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "pad_all": 5, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255 } ], "event": { "widget": { "value_changed": { "condition": [], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_arc_temp_value_changed(e);", "inc_py": "", "code_py": "" } } } ] }, "released": { "condition": [], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_arc_temp_released(e);", "inc_py": "", "code_py": "" } } } ] } } } } ], "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 0, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 0, "padding_top": 0, "padding_bottom": 0, "padding_left": 0, "padding_right": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ], "event": { "widget": {} }, "layerName": "screen" } ], "event": { "widget": { "gesture_bottom": { "condition": [], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_screen_gesture_bottom(e);", "inc_py": "", "code_py": "" } } } ] } }, "": { "gesture_bottom": { "condition": [], "action": [] } } }, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#1F1E23", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_img_src": "import/image/main_bg.png", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 } ], "layerName": "screen" }, { "name": "WaterValvePage", "id": "0ogaz3wj", "type": "scr", "version": 190, "scrollbar_mode": "OFF", "customer_code": { "code_c": "", "inc_c": "", "code_py": "", "inc_py": "" }, "width": 480, "height": 480, "visible": true, "flag": [], "rm_flag": [], "list": [ { "name": "cont_2", "id": "jxtoeokx", "type": "cont", "left": 88, "top": 117, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 340, "height": 278, "default_style": false, "scrollbar_mode": "OFF", "child": [ { "name": "cb_1", "id": "od24134s", "type": "cb", "left": 2, "top": 25, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "default_style": false, "text": "区域一", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 26, "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 5, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 16, "bg_opa": 44, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 16, "font_family": "montserratMedium", "letter_space": 2, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 6, "bg_opa": 255, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 16, "font_family": "montserratMedium", "letter_space": 2, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 6, "bg_opa": 255, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 25, "bg_opa": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_CHECKED | LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 } ] }, { "name": "cb_2", "id": "zo4uv0p7", "type": "cb", "left": 181, "top": 24, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "default_style": false, "text": "区域一", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 26, "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 5, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 16, "bg_opa": 44, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 16, "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 2, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 6, "bg_opa": 255, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 16, "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 2, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 6, "bg_opa": 255, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 25, "bg_opa": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_PRESSED", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_CHECKED", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_CHECKED | LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 } ] }, { "name": "cb_3", "id": "272anzo9", "type": "cb", "left": 2, "top": 85, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "default_style": false, "text": "区域一", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 26, "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 5, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 16, "bg_opa": 44, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 16, "font_family": "montserratMedium", "letter_space": 2, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 6, "bg_opa": 255, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 16, "font_family": "montserratMedium", "letter_space": 2, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 6, "bg_opa": 255, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 16, "bg_opa": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_CHECKED | LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 } ] }, { "name": "cb_4", "id": "v2f5hgiy", "type": "cb", "left": 181, "top": 84, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "default_style": false, "text": "区域一", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 26, "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 5, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 16, "bg_opa": 44, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 16, "font_family": "montserratMedium", "letter_space": 2, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 6, "bg_opa": 255, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 16, "font_family": "montserratMedium", "letter_space": 2, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 6, "bg_opa": 255, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 25, "bg_opa": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_CHECKED | LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 } ] } ], "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 0, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 0, "padding_top": 0, "padding_bottom": 0, "padding_left": 0, "padding_right": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ], "event": { "widget": {} } }, { "name": "cont_1", "id": "axy9wh3w", "type": "cont", "left": 1, "top": 0, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 480, "height": 480, "default_style": false, "scrollbar_mode": "OFF", "child": [ { "name": "sw_1", "id": "7k2ttrlz", "type": "sw", "left": 203, "top": 78, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 74, "height": 35, "default_style": false, "attribute_type": "freemaster", "custom_attribute": [], "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#000000", "bg_grad_color": "#e6e2e6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 0, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 4, "border_opa": 153, "border_color": "#00bdff", "radius": 18, "shadow_color": "#1667ab", "shadow_opa": 71, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 0, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#e6e2e6", "bg_grad_color": "#e6e2e6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#e6e2e6", "bg_grad_color": "#e6e2e6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#e6e2e6", "bg_grad_color": "#e6e2e6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_CHECKED", "disable": false, "bg_color": "#13359a", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_VER", "bg_main_stop": 0, "bg_grad_stop": 146, "bg_opa": 97, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 0, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_KNOB", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 7, "border_opa": 255, "border_color": "#2195f6", "radius": 13 }, { "part": "LV_PART_KNOB", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10 }, { "part": "LV_PART_KNOB", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10 } ] }, { "name": "spangroup_2", "id": "5xt3zdxa", "type": "spangroup", "left": 215, "top": 86, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 54, "height": 19, "default_style": false, "overflow": "LV_SPAN_OVERFLOW_CLIP", "text_align": "LV_TEXT_ALIGN_LEFT", "mode": "LV_SPAN_MODE_BREAK", "items": [ { "text": "开 关", "text_color": "#ffffff", "font_family": "Alibaba_PuHuiTi_Medium", "font": 18, "text_decor": "LV_TEXT_DECOR_NONE" } ], "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "object": "main", "disable": false, "border_color": "#000000", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "radius": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "spangroup_1", "id": "g9ubozqj", "type": "spangroup", "left": 96, "top": 85, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 132, "height": 23, "default_style": false, "overflow": "LV_SPAN_OVERFLOW_CLIP", "text_align": "LV_TEXT_ALIGN_LEFT", "mode": "LV_SPAN_MODE_BREAK", "items": [ { "text": "外机联动", "text_color": "#ffffff", "font_family": "Alibaba_PuHuiTi_Medium", "font": 24, "text_decor": "LV_TEXT_DECOR_NONE" } ], "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "object": "main", "disable": false, "border_color": "#000000", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "radius": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "imgbtn_1", "id": "qag2gf4e", "type": "imgbtn", "left": 217, "top": 419, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 45, "height": 45, "default_style": false, "use_fs": false, "fs_type": "flash", "sd_path": "", "text": "", "toggle": true, "src_released": "import/image/back2.png", "src_pressed": "", "src_checked_released": "import/image/back2.png", "src_checked_pressed": "", "color_format": "RGB565A8", "dither_algorithm": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "font_family": "montserratMedium", "text_color": "#000000", "text_align": "LV_TEXT_ALIGN_CENTER", "font": 12, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_PRESSED", "disable": false, "image_recolor": "#000000", "image_recolor_opa": 0, "image_opa": 255, "text_color": "#FF33FF", "font_family": "montserratMedium", "font": 12, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": false, "image_recolor": "#000000", "image_recolor_opa": 0, "text_color": "#FF33FF", "image_opa": 255, "font_family": "montserratMedium", "font": 12, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_IMAGEBUTTON_STATE_RELEASED", "desc": "released", "disable": false, "image_recolor": "#000000", "image_recolor_opa": 0, "image_opa": 255 } ], "event": { "widget": { "pressed": { "condition": [], "action": [ { "dst": "load_screen", "bindCondi": "", "actionList": { "load_screen": { "duration": 200, "delay": 200, "scrId": "emg7n4dm", "anim_type": "LV_SCR_LOAD_ANIM_NONE", "is_clean": false, "is_del": false } } } ] } } } } ], "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 0, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 0, "padding_top": 0, "padding_bottom": 0, "padding_left": 0, "padding_right": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ], "event": { "widget": {} } } ], "event": { "widget": {} }, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_HOR", "bg_main_stop": 0, "bg_grad_stop": 0, "bg_grad_color": "#000000", "bg_opa": 255, "bg_img_src": "import/image/12.png", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 67, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 } ] }, { "name": "SettingPage", "id": "i6nzs4dy", "type": "scr", "version": 190, "scrollbar_mode": "OFF", "customer_code": { "code_c": "if(system_setting.sound_on_off)\n lv_obj_add_state(ui->SettingPage_sw_sound, LV_STATE_CHECKED);\nelse\n lv_obj_remove_state(ui->SettingPage_sw_sound, LV_STATE_CHECKED);\n\nif(system_setting.screen_auto_off)\n lv_obj_add_state(ui->SettingPage_sw_1, LV_STATE_CHECKED);\nelse\n lv_obj_remove_state(ui->SettingPage_sw_1, LV_STATE_CHECKED);\nlv_slider_set_value(ui->SettingPage_slider_sound_level, system_setting.sound_volume, false);\nlv_spinbox_set_value(ui->SettingPage_spinbox_2,system_setting.screen_off_minute);\nlv_spinbox_set_range(ui->SettingPage_spinbox_2, 1,3);\nlv_obj_remove_flag(ui->SettingPage, LV_OBJ_FLAG_SCROLLABLE);\n", "inc_c": "#include \"main.h\"", "code_py": "", "inc_py": "" }, "width": 480, "height": 480, "visible": true, "flag": [], "rm_flag": [], "list": [ { "name": "tabview_1", "id": "e7ddrtu0", "type": "tabview", "left": 0, "top": 0, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 480, "height": 480, "default_style": false, "scrollbar_mode": "OFF", "current_item": 3, "child": [ { "name": "网络", "title_text": "", "type": "tab", "child": [ { "name": "btn_5", "id": "rhii52f7", "type": "btn", "left": 256, "top": 345, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 135, "height": 38, "default_style": false, "long_mode": "LV_LABEL_LONG_WRAP", "text": "重置网络", "toggle": false, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "Alibaba_PuHuiTi_Medium", "text_color": "#ffffff", "text_opa": 255, "text_align": "LV_TEXT_ALIGN_CENTER" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" } ], "event": { "widget": { "clicked": { "condition": [], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_reset_wifi(e);", "inc_py": "", "code_py": "" } } } ] } } } }, { "name": "sp_wifi_scan", "id": "55nlit40", "type": "spinner", "left": 205, "top": -13, "visible": true, "isLock": false, "rm_flag": [], "flag": [ "LV_OBJ_FLAG_HIDDEN" ], "width": 42, "height": 47, "default_style": false, "arc_length": 200, "spin_time": 2000, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "padding_top": 1, "padding_bottom": 1, "padding_left": 1, "padding_right": 1, "bg_color": "#eeeef6", "bg_grad_color": "#eeeef6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "arc_color": "#d5d6de", "arc_opa": 255, "arc_width": 7, "arc_rounded": true, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DEFAULT", "disable": false, "arc_color": "#ffd400", "arc_opa": 255, "arc_rounded": true, "arc_width": 7 } ], "layerName": "SettingPage" }, { "name": "p_wifi_connect", "id": "0cg7y1q6", "type": "cont", "left": 71, "top": 82, "visible": true, "isLock": false, "rm_flag": [], "flag": [ "LV_OBJ_FLAG_HIDDEN" ], "width": 300, "height": 200, "default_style": false, "scrollbar_mode": "OFF", "child": [ { "name": "btn_3", "id": "uvc1w4a0", "type": "btn", "left": 177, "top": 146, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 100, "height": 35, "default_style": false, "long_mode": "LV_LABEL_LONG_WRAP", "text": "取消", "toggle": false, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "Alibaba_PuHuiTi_Medium", "text_color": "#ffffff", "text_opa": 255, "text_align": "LV_TEXT_ALIGN_CENTER" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" } ], "event": { "widget": { "clicked": { "condition": [], "action": [ { "dst": "0cg7y1q6", "bindCondi": "", "actionList": { "add_flag": { "value": [ "LV_OBJ_FLAG_HIDDEN" ] } } }, { "dst": "jo9bcq2v", "bindCondi": "", "actionList": { "clear_flag": { "value": [ "LV_OBJ_FLAG_HIDDEN" ] } } }, { "dst": "55nlit40", "bindCondi": "", "actionList": { "add_flag": { "value": [ "LV_OBJ_FLAG_HIDDEN" ] } } }, { "dst": "fj6a8blj", "bindCondi": "", "actionList": { "remove_state": { "value": "LV_STATE_DISABLED" } } } ] } } } }, { "name": "txt_wifi_password", "id": "wogbblkc", "type": "ta", "left": 94, "top": 62, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 184, "height": 38, "default_style": false, "text": "", "password_mode": false, "one_line_mode": true, "placeholder": "", "accept_characters": "", "max_len": 32, "password_bullet": "*", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "font": 12, "font_family": "montserratMedium", "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_color": "#e6e6e6", "border_opa": 255, "text_color": "#000000", "text_align": "LV_TEXT_ALIGN_LEFT", "letter_space": 2, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "padding_top": 4, "padding_right": 4, "padding_left": 4, "radius": 4 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "font": 12, "font_family": "montserratMedium", "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_color": "#e6e6e6", "border_opa": 255, "text_color": "#000000", "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "padding_top": 4, "padding_right": 4, "padding_left": 4, "radius": 4 }, { "part": "LV_PART_SCROLLBAR", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#2195f6", "bg_opa": 255, "radius": 0 }, { "part": "LV_PART_SCROLLBAR", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_opa": 255, "radius": 0 } ] }, { "name": "btn_2", "id": "fj6a8blj", "type": "btn", "left": 27, "top": 146, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 100, "height": 35, "default_style": false, "long_mode": "LV_LABEL_LONG_WRAP", "text": "连接", "toggle": false, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "Alibaba_PuHuiTi_Medium", "text_color": "#ffffff", "text_opa": 255, "text_align": "LV_TEXT_ALIGN_CENTER" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "Alibaba_PuHuiTi_Medium", "text_opa": 255, "text_color": "#ffffff" } ], "event": { "widget": { "clicked": { "condition": [], "action": [ { "dst": "55nlit40", "bindCondi": "", "actionList": { "clear_flag": { "value": [ "LV_OBJ_FLAG_HIDDEN" ] } } }, { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_btn_connect_wifi(e);", "inc_py": "", "code_py": "" } } }, { "dst": "fj6a8blj", "bindCondi": "", "actionList": { "add_state": { "value": "LV_STATE_DISABLED" } } } ] } } }, "layerName": "SettingPage" }, { "name": "lab_wifi_ssid", "id": "3l28p30t", "type": "label", "left": 99, "top": 25, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 161, "height": 32, "default_style": false, "text": "Label", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "label_3", "id": "992ybypg", "type": "label", "left": 19, "top": 72, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 102, "height": 18, "default_style": false, "text": "密码:", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "label_2", "id": "g9canytn", "type": "label", "left": 13, "top": 27, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 104, "height": 17, "default_style": false, "text": "SSID:", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] } ], "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_color": "#2195f6", "border_opa": 255, "radius": 0, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "padding_top": 0, "padding_bottom": 0, "padding_left": 0, "padding_right": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ], "event": { "widget": {} }, "layerName": "SettingPage" }, { "name": "btn_1", "id": "yti5dsan", "type": "btn", "left": 62, "top": 345, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 135, "height": 38, "default_style": false, "long_mode": "LV_LABEL_LONG_WRAP", "text": "查找网络", "toggle": false, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "Alibaba_PuHuiTi_Medium", "text_color": "#ffffff", "text_opa": 255, "text_align": "LV_TEXT_ALIGN_CENTER" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" } ], "event": { "widget": { "clicked": { "condition": [], "action": [ { "dst": "55nlit40", "bindCondi": "", "actionList": { "clear_flag": { "value": [ "LV_OBJ_FLAG_HIDDEN" ] } } }, { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_btn_scan_wifi_click(e);", "inc_py": "", "code_py": "" } } } ] } } } }, { "name": "lab_wifi_status", "id": "a6r15coh", "type": "label", "left": 80, "top": -2, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 97, "height": 17, "default_style": false, "text": "未连接已成功", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffd816", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "label_1", "id": "58ftgsto", "type": "label", "left": 2, "top": -2, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 97, "height": 17, "default_style": false, "text": "网络状态:", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffd816", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "list_wifi", "id": "jo9bcq2v", "type": "list", "left": 45, "top": 29, "visible": true, "isLock": false, "rm_flag": [], "flag": [ "LV_OBJ_FLAG_HIDDEN" ], "width": 363, "height": 300, "default_style": false, "scrollbar_mode": "OFF", "items": [], "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "object": "main", "disable": false, "padding_top": 5, "padding_left": 5, "padding_right": 5, "padding_bottom": 5, "bg_color": "#1f1e23", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "radius": 3, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "object": "main", "disable": true, "padding_top": 5, "padding_left": 5, "padding_right": 5, "padding_bottom": 5, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 1, "border_opa": 255, "radius": 3, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "object": "main", "disable": true, "padding_top": 5, "padding_left": 5, "padding_right": 5, "padding_bottom": 5, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 1, "border_opa": 255, "radius": 3, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_SCROLLBAR", "state": "LV_STATE_DEFAULT", "object": "main", "disable": false, "bg_color": "#ffffff", "radius": 3, "bg_opa": 255 }, { "part": "LV_BTN_PART_MAIN", "state": "LV_STATE_DEFAULT", "desc": "Button", "object": "extra_btns", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 5, "padding_left": 5, "padding_right": 5, "padding_bottom": 5, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "text_color": "#0D3055", "font": 16, "font_family": "Alibaba_PuHuiTi_Medium", "radius": 3, "bg_opa": 255 }, { "part": "LV_BTN_PART_MAIN", "state": "LV_STATE_PRESSED", "desc": "Button", "object": "extra_btns", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 5, "padding_left": 5, "padding_right": 5, "padding_bottom": 5, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "text_color": "#0D3055", "radius": 3, "font": 12, "font_family": "montserratMedium", "bg_opa": 255 }, { "part": "LV_BTN_PART_MAIN", "state": "LV_STATE_FOCUSED", "desc": "Button", "object": "extra_btns", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 5, "padding_left": 5, "padding_right": 5, "padding_bottom": 5, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "text_color": "#0D3055", "radius": 3, "font": 12, "font_family": "montserratMedium", "bg_opa": 255 }, { "part": "LV_TXT_PART_MAIN", "state": "LV_STATE_DEFAULT", "desc": "item text", "object": "extra_texts", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 5, "padding_left": 5, "padding_right": 5, "padding_bottom": 5, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "text_color": "#0D3055", "font": 16, "font_family": "Alibaba_PuHuiTi_Medium", "radius": 3, "transform_width": 0, "bg_opa": 255 } ], "event": { "widget": {} }, "layerName": "SettingPage" } ] }, { "name": "显示&声音", "title_text": "", "type": "tab", "child": [ { "name": "spinbox_2", "id": "682vgcwb", "type": "spinbox", "left": 235, "top": 183, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 160, "height": 40, "default_style": false, "integer_pos": 1, "deci_pos": 0, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "object": "main", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_color": "#2195f6", "border_opa": 255, "padding_top": 10, "padding_right": 10, "padding_bottom": 10, "padding_left": 10, "letter_space": 0, "font": 12, "font_family": "montserratMedium", "text_color": "#000000", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_CURSOR", "state": "LV_STATE_DEFAULT", "object": "main", "disable": false, "font": 12, "text_color": "#ffffff", "font_family": "montserratMedium", "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255 }, { "part": "LV_BTN_PART_MAIN", "state": "LV_STATE_DEFAULT", "desc": "button", "object": "extra_btns", "disable": false, "font": 12, "font_family": "montserratMedium", "text_color": "#ffffff", "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_BTN_PART_MAIN", "state": "LV_STATE_PRESSED", "desc": "button", "object": "extra_btns", "disable": true, "font": 12, "font_family": "montserratMedium", "text_color": "#ffffff", "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ], "event": { "widget": { "value_changed": { "condition": [], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_set_screen_off_minute(e);", "inc_py": "", "code_py": "" } } } ] } } } }, { "name": "label_12", "id": "yu6g7bkv", "type": "label", "left": 44, "top": 196, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 177, "height": 18, "default_style": false, "text": "无操作熄屏时间(分钟)", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffd816", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_RIGHT", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "sw_1", "id": "7cosjtrb", "type": "sw", "left": 242, "top": 303, "visible": true, "isLock": false, "rm_flag": [], "flag": [ "LV_OBJ_FLAG_HIDDEN" ], "width": 61, "height": 21, "default_style": false, "attribute_type": "freemaster", "custom_attribute": [], "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#e6e2e6", "bg_grad_color": "#e6e2e6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#e6e2e6", "bg_grad_color": "#e6e2e6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#e6e2e6", "bg_grad_color": "#e6e2e6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#e6e2e6", "bg_grad_color": "#e6e2e6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_CHECKED", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_KNOB", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10 }, { "part": "LV_PART_KNOB", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10 }, { "part": "LV_PART_KNOB", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10 } ], "event": { "widget": { "value_changed": { "condition": [ { "type": "switch", "value": "status", "id": "7cosjtrb", "isSystem": true, "children": [ { "type": "case", "id": "7cosjtrb_1", "isSystem": true, "value": "true" }, { "type": "case", "id": "7cosjtrb_0", "isSystem": true, "value": "false" } ] } ], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_set_screen_auto_off(e);", "inc_py": "", "code_py": "" } } } ] } } } }, { "name": "label_11", "id": "qlpp7kh3", "type": "label", "left": 39, "top": 303, "visible": true, "isLock": false, "rm_flag": [], "flag": [ "LV_OBJ_FLAG_HIDDEN" ], "width": 177, "height": 18, "default_style": false, "text": "屏幕无操作关闭屏幕", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffd816", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_RIGHT", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "slider_sound_level", "id": "dksb870z", "type": "slider", "left": 236, "top": 134, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 168, "height": 20, "default_style": false, "range_s": 30, "range_e": 100, "starting_value": 50, "left_value": 0, "slider_mode": "LV_SLIDER_MODE_NORMAL", "attribute_type": "freemaster", "custom_attribute": [], "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 60, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "radius": 50, "outline_width": 0, "outline_color": "#2195f6", "outline_opa": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "outline_color": "#2195f6", "outline_opa": 255, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "outline_color": "#2195f6", "outline_opa": 255, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "radius": 50 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "radius": 50 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "radius": 50 }, { "part": "LV_PART_KNOB", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "radius": 50 }, { "part": "LV_PART_KNOB", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "radius": 50 }, { "part": "LV_PART_KNOB", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "radius": 50 } ], "event": { "widget": { "value_changed": { "condition": [], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_set_beep_volume(e);", "inc_py": "", "code_py": "" } } } ] } } } }, { "name": "label_9", "id": "5vsyzbzh", "type": "label", "left": 121, "top": 135, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 100, "height": 18, "default_style": false, "text": "触摸声音音量", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffd816", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_RIGHT", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "label_10", "id": "68p5d9d9", "type": "label", "left": 121, "top": 89, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 100, "height": 18, "default_style": false, "text": "触摸声音反馈", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffd816", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_RIGHT", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "sw_sound", "id": "nlf4ie4x", "type": "sw", "left": 236, "top": 82, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 61, "height": 21, "default_style": false, "attribute_type": "freemaster", "custom_attribute": [], "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#e6e2e6", "bg_grad_color": "#e6e2e6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#e6e2e6", "bg_grad_color": "#e6e2e6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#e6e2e6", "bg_grad_color": "#e6e2e6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#e6e2e6", "bg_grad_color": "#e6e2e6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_CHECKED", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_KNOB", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10 }, { "part": "LV_PART_KNOB", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10 }, { "part": "LV_PART_KNOB", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10 } ], "event": { "widget": { "value_changed": { "condition": [ { "type": "switch", "value": "status", "id": "nlf4ie4x", "isSystem": true, "children": [ { "type": "case", "id": "nlf4ie4x_1", "isSystem": true, "value": "true" }, { "type": "case", "id": "nlf4ie4x_0", "isSystem": true, "value": "false" } ] } ], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_set_beep_on_off(e);", "inc_py": "", "code_py": "" } } } ] } } } } ] }, { "name": "高级设置", "title_text": "", "type": "tab", "child": [ { "name": "cont_1", "id": "66t0vb1v", "type": "cont", "left": 48, "top": 28, "visible": true, "isLock": true, "rm_flag": [], "flag": [], "width": 359, "height": 327, "default_style": false, "scrollbar_mode": "OFF", "child": [ { "name": "lab_password_incorrect", "id": "as98latz", "type": "label", "left": 126, "top": 319, "visible": true, "isLock": false, "rm_flag": [], "flag": [ "LV_OBJ_FLAG_HIDDEN" ], "width": 100, "height": 32, "default_style": false, "text": "密码不正确", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#eb0023", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "label_5", "id": "9xkwytm2", "type": "label", "left": 59, "top": 59, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 223, "height": 39, "default_style": false, "text": "请输入管理密码后操作", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffd816", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "ta_1", "id": "87ukof0p", "type": "ta", "left": 75, "top": 91, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 200, "height": 60, "default_style": false, "text": "", "password_mode": true, "one_line_mode": false, "placeholder": "", "accept_characters": "", "max_len": 32, "password_bullet": "*", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "font": 16, "font_family": "Alibaba_PuHuiTi_Medium", "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_color": "#e6e6e6", "border_opa": 255, "text_color": "#000000", "text_align": "LV_TEXT_ALIGN_LEFT", "letter_space": 2, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "padding_top": 4, "padding_right": 4, "padding_left": 4, "radius": 4 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "font": 12, "font_family": "montserratMedium", "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_color": "#e6e6e6", "border_opa": 255, "text_color": "#000000", "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "padding_top": 4, "padding_right": 4, "padding_left": 4, "radius": 4 }, { "part": "LV_PART_SCROLLBAR", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#2195f6", "bg_opa": 255, "radius": 0 }, { "part": "LV_PART_SCROLLBAR", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_opa": 255, "radius": 0 } ] }, { "name": "btn_4", "id": "eopj73pj", "type": "btn", "left": 123, "top": 169, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 100, "height": 50, "default_style": false, "long_mode": "LV_LABEL_LONG_WRAP", "text": "登录", "toggle": false, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "Alibaba_PuHuiTi_Medium", "text_color": "#ffffff", "text_opa": 255, "text_align": "LV_TEXT_ALIGN_CENTER" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" } ], "event": { "widget": { "clicked": { "condition": [], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_btn_check_manager_password(e);", "inc_py": "", "code_py": "" } } } ] } } } } ], "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 0, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 0, "padding_top": 0, "padding_bottom": 0, "padding_left": 0, "padding_right": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] } ] }, { "name": "关于", "title_text": "", "type": "tab", "child": [ { "name": "lab_serial", "id": "3iluwycx", "type": "label", "left": 70, "top": 46, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 264, "height": 18, "default_style": false, "text": "000000000000", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#fbb310", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_LEFT", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "label_13", "id": "25biolqw", "type": "label", "left": 2, "top": 45, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 65, "height": 18, "default_style": false, "text": "序列号:\n", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#fbb310", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_LEFT", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "label_8", "id": "lrziy3i4", "type": "label", "left": 2, "top": 18, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 65, "height": 18, "default_style": false, "text": "版本号:\n", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#fbb310", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_LEFT", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "label_7", "id": "1vtlymvy", "type": "label", "left": 2, "top": -9, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 166, "height": 18, "default_style": false, "text": "名称:智能中控屏", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#fbb310", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_LEFT", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "lab_version", "id": "dr5ihoze", "type": "label", "left": 70, "top": 18, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 264, "height": 18, "default_style": false, "text": "2025-04-25 v1.0.0", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#fbb310", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_LEFT", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "qr_device_code", "id": "yp3mvdn1", "type": "qrcode", "left": 156, "top": 126, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 163, "qr_data": "https://www.nxp.com/", "dark_color": "#05722f", "light_color": "#ffffff" }, { "name": "label_6", "id": "jgmth414", "type": "label", "left": 79, "top": 339, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 322, "height": 32, "default_style": false, "text": "使用【永续绿建五恒 APP】扫码绑定", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#fbb310", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] } ] } ], "tab_pos": "LV_DIR_TOP", "tab_size": 50, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "object": "main", "disable": false, "bg_color": "#1f1e23", "bg_grad_color": "#eaeff3", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "text_color": "#fbb310", "font_family": "Alibaba_PuHuiTi_Medium", "font": 16, "letter_space": 2, "line_space": 16, "border_color": "#c0c0c0", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "radius": 0, "border_opa": 100, "shadow_color": "#f0f510", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_TABVIEW_PART_BTN", "state": "LV_STATE_DEFAULT", "desc": "tab", "object": "extra_btnm", "disable": false, "bg_color": "#1f1e23", "bg_grad_color": "#ffffff", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_color": "#f7c90f", "border_opa": 100, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "radius": 0 }, { "part": "LV_PART_ITEMS", "state": "LV_STATE_DEFAULT", "object": "extra_btnm", "disable": false, "text_color": "#ffb204", "font_family": "Alibaba_PuHuiTi_Medium", "font": 16 }, { "part": "LV_PART_ITEMS", "state": "LV_STATE_CHECKED", "object": "extra_btnm", "disable": false, "text_color": "#ffffff", "font_family": "Alibaba_PuHuiTi_Medium", "font": 16, "border_side": [ "LV_BORDER_SIDE_BOTTOM" ], "border_width": 4, "border_opa": 255, "radius": 0, "border_color": "#ffffff", "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 60 } ], "event": { "widget": { "value_changed": { "condition": [], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "#include \"actions.h\"", "code_c": "on_setting_tabview_changed(e);", "inc_py": "", "code_py": "" } } } ] } } } } ], "event": { "widget": { "screen_loaded": { "condition": [], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "#include \"custom.h\"", "code_c": "setting_page_init(&guider_ui);", "inc_py": "", "code_py": "" } } } ] }, "gesture_top": { "condition": [], "action": [ { "dst": "load_screen", "bindCondi": "", "actionList": { "load_screen": { "duration": "100", "delay": "0", "scrId": "emg7n4dm", "anim_type": "LV_SCR_LOAD_ANIM_MOVE_TOP", "is_clean": true, "is_del": true } } } ] } } }, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 } ] }, { "name": "FactorySettingPage", "id": "dkp5bk6n", "type": "scr", "version": 190, "scrollbar_mode": "OFF", "customer_code": { "code_c": "lv_label_set_text_fmt(ui->FactorySettingPage_lab_inner_addr, \"%d\", system_setting.inner_addr);\nlv_spinbox_set_value(ui->FactorySettingPage_sp_hum_recoup, system_setting.fix_hum);\nlv_spinbox_set_value(ui->FactorySettingPage_sp_temp_recoup, system_setting.fix_temp);\n\n// if(system_setting.allow_valve_onoff)\n// lv_obj_add_state(ui->FactorySettingPage_sw_valve_onoff, LV_STATE_CHECKED);\n// else\n// lv_obj_remove_state(ui->FactorySettingPage_sw_valve_onoff, LV_STATE_CHECKED);", "inc_c": "#include \"main.h\"", "code_py": "", "inc_py": "" }, "width": 480, "height": 480, "visible": true, "flag": [], "rm_flag": [], "list": [ { "name": "tabview_1", "id": "okov2odk", "type": "tabview", "left": 0, "top": 0, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 480, "height": 480, "default_style": false, "scrollbar_mode": "OFF", "current_item": 0, "child": [ { "name": "参数设置", "title_text": "设置分风箱内机地址:", "type": "tab", "child": [ { "name": "label_8", "id": "7ugtgihx", "type": "label", "left": 167, "top": 262, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 150, "height": 20, "default_style": false, "text": "允许风阀完全关闭", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#f21c1c", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "label_7", "id": "ncp46i7e", "type": "label", "left": 52, "top": 136, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 100, "height": 32, "default_style": false, "text": "温度补偿:", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "sp_hum_recoup", "id": "jfm8trz9", "type": "spinbox", "left": 160, "top": 186, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 160, "height": 40, "default_style": false, "integer_pos": 2, "deci_pos": 0, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "object": "main", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_color": "#2195f6", "border_opa": 255, "padding_top": 10, "padding_right": 10, "padding_bottom": 10, "padding_left": 10, "letter_space": 0, "font": 12, "font_family": "montserratMedium", "text_color": "#000000", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_CURSOR", "state": "LV_STATE_DEFAULT", "object": "main", "disable": false, "font": 12, "text_color": "#ffffff", "font_family": "montserratMedium", "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255 }, { "part": "LV_BTN_PART_MAIN", "state": "LV_STATE_DEFAULT", "desc": "button", "object": "extra_btns", "disable": false, "font": 12, "font_family": "montserratMedium", "text_color": "#ffffff", "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_BTN_PART_MAIN", "state": "LV_STATE_PRESSED", "desc": "button", "object": "extra_btns", "disable": true, "font": 12, "font_family": "montserratMedium", "text_color": "#ffffff", "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "label_6", "id": "ig1xxfpj", "type": "label", "left": 52, "top": 192, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 100, "height": 32, "default_style": false, "text": "湿度补偿:", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "sp_temp_recoup", "id": "6vczsds9", "type": "spinbox", "left": 160, "top": 121, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 160, "height": 40, "default_style": false, "integer_pos": 2, "deci_pos": 0, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "object": "main", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_color": "#2195f6", "border_opa": 255, "padding_top": 10, "padding_right": 10, "padding_bottom": 10, "padding_left": 10, "letter_space": 0, "font": 12, "font_family": "montserratMedium", "text_color": "#000000", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_CURSOR", "state": "LV_STATE_DEFAULT", "object": "main", "disable": false, "font": 12, "text_color": "#ffffff", "font_family": "montserratMedium", "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255 }, { "part": "LV_BTN_PART_MAIN", "state": "LV_STATE_DEFAULT", "desc": "button", "object": "extra_btns", "disable": false, "font": 12, "font_family": "montserratMedium", "text_color": "#ffffff", "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_BTN_PART_MAIN", "state": "LV_STATE_PRESSED", "desc": "button", "object": "extra_btns", "disable": true, "font": 12, "font_family": "montserratMedium", "text_color": "#ffffff", "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ], "event": { "widget": {} } }, { "name": "lab_inner_addr", "id": "goal38cc", "type": "label", "left": 186, "top": 59, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 100, "height": 32, "default_style": false, "text": "1\n", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 20, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "PuHui_ExtraBold", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "sw_valve_onoff", "id": "7zqe4m1w", "type": "sw", "left": 96, "top": 260, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 65, "height": 21, "default_style": false, "attribute_type": "freemaster", "custom_attribute": [], "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#e6e2e6", "bg_grad_color": "#e6e2e6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#e6e2e6", "bg_grad_color": "#e6e2e6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#e6e2e6", "bg_grad_color": "#e6e2e6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#e6e2e6", "bg_grad_color": "#e6e2e6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_CHECKED", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_KNOB", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10 }, { "part": "LV_PART_KNOB", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10 }, { "part": "LV_PART_KNOB", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10 } ], "event": { "widget": { "value_changed": { "condition": [ { "type": "switch", "value": "status", "id": "7zqe4m1w", "isSystem": true, "children": [ { "type": "case", "id": "7zqe4m1w_1", "isSystem": true, "value": "true" }, { "type": "case", "id": "7zqe4m1w_0", "isSystem": true, "value": "false" } ] } ], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_set_allow_valve_on_off(e);", "inc_py": "", "code_py": "" } } } ] } } } }, { "name": "btn_1", "id": "r49su3bu", "type": "btn", "left": 142, "top": 324, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 153, "height": 60, "default_style": false, "long_mode": "LV_LABEL_LONG_WRAP", "text": "确定", "toggle": false, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "Alibaba_PuHuiTi_Medium", "text_color": "#ffffff", "text_opa": 255, "text_align": "LV_TEXT_ALIGN_CENTER" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" } ], "event": { "widget": { "clicked": { "condition": [], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_params_save(e);", "inc_py": "", "code_py": "" } } } ] } } } }, { "name": "btn_2", "id": "gejau8t1", "type": "btn", "left": 324, "top": 38, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 63, "height": 63, "default_style": false, "long_mode": "LV_LABEL_LONG_WRAP", "text": "+", "toggle": false, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 20, "font_family": "Alibaba_PuHuiTi_Medium", "text_color": "#ffffff", "text_opa": 255, "text_align": "LV_TEXT_ALIGN_CENTER" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" } ], "event": { "widget": { "clicked": { "condition": [], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_set_inner_addr(1);", "inc_py": "", "code_py": "" } } } ] } } } }, { "name": "btn_3", "id": "ku6o6hxs", "type": "btn", "left": 84, "top": 39, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 63, "height": 63, "default_style": false, "long_mode": "LV_LABEL_LONG_WRAP", "text": "-", "toggle": false, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 20, "font_family": "Alibaba_PuHuiTi_Medium", "text_color": "#ffffff", "text_opa": 255, "text_align": "LV_TEXT_ALIGN_CENTER" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" } ], "event": { "widget": { "clicked": { "condition": [], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_set_inner_addr(0);", "inc_py": "", "code_py": "" } } } ] } } } } ] }, { "name": "五恒模块", "title_text": "设置系统中联动的五恒模块:\n", "type": "tab", "child": [ { "name": "cont_wh_module", "id": "2dsj0wvn", "type": "cont", "left": 54, "top": 36, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 336, "height": 267, "default_style": false, "scrollbar_mode": "OFF", "child": [ { "name": "cb_26", "id": "1xoexqus", "type": "cb", "left": 70, "top": 52, "visible": true, "isLock": false, "rm_flag": [], "flag": [ "LV_OBJ_FLAG_EVENT_BUBBLE" ], "default_style": false, "text": "(全热)新风加湿一体机", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 16, "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 2, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 6, "bg_opa": 255, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 16, "font_family": "montserratMedium", "letter_space": 2, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 6, "bg_opa": 255, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 16, "font_family": "montserratMedium", "letter_space": 2, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 6, "bg_opa": 255, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_CHECKED | LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 } ], "event": { "widget": {} } }, { "name": "cb_27", "id": "cwyf60v2", "type": "cb", "left": 70, "top": 116, "visible": true, "isLock": false, "rm_flag": [], "flag": [ "LV_OBJ_FLAG_EVENT_BUBBLE" ], "default_style": false, "text": "新风除湿机", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 16, "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 2, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 6, "bg_opa": 255, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 16, "font_family": "montserratMedium", "letter_space": 2, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 6, "bg_opa": 255, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 16, "font_family": "montserratMedium", "letter_space": 2, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 6, "bg_opa": 255, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_CHECKED | LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 } ], "event": { "widget": {} } }, { "name": "cb_28", "id": "ppq8rz5v", "type": "cb", "left": 70, "top": 180, "visible": true, "isLock": false, "rm_flag": [], "flag": [ "LV_OBJ_FLAG_EVENT_BUBBLE" ], "default_style": false, "text": "新风净化一体机", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 16, "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 2, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 6, "bg_opa": 255, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 16, "font_family": "montserratMedium", "letter_space": 2, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 6, "bg_opa": 255, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 16, "font_family": "montserratMedium", "letter_space": 2, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 6, "bg_opa": 255, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_CHECKED | LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 } ] } ], "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 0, "bg_color": "#000000", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 0, "padding_top": 0, "padding_bottom": 0, "padding_left": 0, "padding_right": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ], "event": { "widget": { "clicked": { "condition": [], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_set_five_const_module(e);", "inc_py": "", "code_py": "" } } } ] } } } } ] }, { "name": "故障查询", "title_text": "当前故障显示:", "type": "tab", "child": [] }, { "name": "其他", "title_text": "", "type": "tab", "child": [ { "name": "btn_6", "id": "6fkc068u", "type": "btn", "left": 182, "top": 196, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 94, "height": 68, "default_style": false, "long_mode": "LV_LABEL_LONG_WRAP", "text": "重启设备", "toggle": false, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#a358f9", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "Alibaba_PuHuiTi_Medium", "text_color": "#ffffff", "text_opa": 255, "text_align": "LV_TEXT_ALIGN_CENTER" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" } ], "event": { "widget": { "clicked": { "condition": [], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_restart_device(e);", "inc_py": "", "code_py": "" } } } ] } } } }, { "name": "btn_5", "id": "kykgejnf", "type": "btn", "left": 141, "top": 55, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 162, "height": 68, "default_style": false, "long_mode": "LV_LABEL_LONG_WRAP", "text": "恢复出厂设置", "toggle": false, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ee0024", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "Alibaba_PuHuiTi_Medium", "text_color": "#ffffff", "text_opa": 255, "text_align": "LV_TEXT_ALIGN_CENTER" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" } ], "event": { "widget": { "clicked": { "condition": [], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_reset_factory_setting(e);", "inc_py": "", "code_py": "" } } } ] } } } }, { "name": "btn_4", "id": "du7vu57a", "type": "btn", "left": 160, "top": 311, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 125, "height": 68, "default_style": false, "long_mode": "LV_LABEL_LONG_WRAP", "text": "退出高级设置", "toggle": false, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "Alibaba_PuHuiTi_Medium", "text_color": "#ffffff", "text_opa": 255, "text_align": "LV_TEXT_ALIGN_CENTER" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" } ], "event": { "widget": { "clicked": { "condition": [], "action": [ { "dst": "load_screen", "bindCondi": "", "actionList": { "load_screen": { "duration": "100", "delay": "0", "scrId": "emg7n4dm", "anim_type": "LV_SCR_LOAD_ANIM_NONE", "is_clean": true, "is_del": true } } } ] } } } } ] } ], "tab_pos": "LV_DIR_TOP", "tab_size": 50, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "object": "main", "disable": false, "bg_color": "#f9f9f9", "bg_grad_color": "#eaeff3", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "text_color": "#4d4d4d", "font_family": "Alibaba_PuHuiTi_Medium", "font": 16, "letter_space": 2, "line_space": 16, "border_color": "#c0c0c0", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "radius": 0, "border_opa": 100, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_TABVIEW_PART_BTN", "state": "LV_STATE_DEFAULT", "desc": "tab", "object": "extra_btnm", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_color": "#2195f6", "border_opa": 100, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "radius": 0 }, { "part": "LV_PART_ITEMS", "state": "LV_STATE_DEFAULT", "object": "extra_btnm", "disable": false, "text_color": "#e3610c", "font_family": "Alibaba_PuHuiTi_Medium", "font": 16 }, { "part": "LV_PART_ITEMS", "state": "LV_STATE_CHECKED", "object": "extra_btnm", "disable": false, "text_color": "#2195f6", "font_family": "montserratMedium", "font": 12, "border_side": [ "LV_BORDER_SIDE_BOTTOM" ], "border_width": 4, "border_opa": 255, "radius": 0, "border_color": "#2195f6", "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 60 } ] } ], "event": {}, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 } ] }, { "name": "OTAPage", "id": "wsqh3k1w", "type": "scr", "version": 190, "scrollbar_mode": "OFF", "customer_code": { "code_c": "", "inc_c": "", "code_py": "", "inc_py": "" }, "width": 480, "height": 480, "visible": true, "flag": [], "rm_flag": [], "list": [ { "name": "btn_exit", "id": "ac3p5i0d", "type": "btn", "left": 190, "top": 271, "visible": true, "isLock": false, "rm_flag": [], "flag": [ "LV_OBJ_FLAG_HIDDEN" ], "width": 100, "height": 50, "default_style": false, "long_mode": "LV_LABEL_LONG_WRAP", "text": "失败重启", "toggle": false, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#e70854", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "Alibaba_PuHuiTi_Medium", "text_color": "#ffffff", "text_opa": 255, "text_align": "LV_TEXT_ALIGN_CENTER" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" } ], "event": { "widget": { "clicked": { "condition": [], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "#include \"actions.h\"", "code_c": "on_ota_failed_restart(e);", "inc_py": "", "code_py": "" } } } ] } } } }, { "name": "label_6", "id": "ch674wsk", "type": "label", "left": 58, "top": 372, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 363, "height": 32, "default_style": false, "text": "正在进行设备升级,不要断开设备电源\n", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#fffe00", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "bar_ota_progress", "id": "p3zczbew", "type": "bar", "left": 50, "top": 425, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 380, "height": 20, "default_style": false, "animtime": 1000, "bar_value": 0, "bar_start_value": 30, "range_s": 0, "range_e": 100, "anim": false, "mode": "LV_BAR_MODE_NORMAL", "attribute_type": "freemaster", "custom_attribute": [], "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 60, "radius": 10, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "radius": 10, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 } ] }, { "name": "lab_ota_remote_version", "id": "mb5j2ybm", "type": "label", "left": 176, "top": 218, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 178, "height": 32, "default_style": false, "text": "v2.0.1", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#06ff00", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "montserratMedium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "lab_ota_current_version", "id": "qfk41wto", "type": "label", "left": 176, "top": 173, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 178, "height": 32, "default_style": false, "text": "v1.0.0", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffea06", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "montserratMedium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "label_3", "id": "2ssdmk4c", "type": "label", "left": 76, "top": 218, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 100, "height": 32, "default_style": false, "text": "远程版本:", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffffff", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "label_2", "id": "7op03k5u", "type": "label", "left": 76, "top": 173, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 100, "height": 32, "default_style": false, "text": "本地版本:", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffffff", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "label_1", "id": "pi1on7tx", "type": "label", "left": 190, "top": 42, "visible": true, "isLock": false, "rm_flag": [], "flag": [], "width": 100, "height": 32, "default_style": false, "text": "系统更新", "long_mode": "LV_LABEL_LONG_WRAP", "custom_attribute": [], "attribute_type": "", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffffff", "text_opa": 255, "font": 20, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "PuHui_ExtraBold", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] } ], "event": {}, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#1f1e23", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 } ] } ], "Application": { "name": "testingJson", "size": { "width": "480", "height": "480" }, "freemasterConfig": { "enable": false }, "version": "test_v1", "keyBoard": { "display_kb": true, "chinese_input": false, "chinese_library": "mini", "keyboard_font_type": "SourceHanSerifSC_Regular", "keyboard_font_size": 20 }, "default_scr": "screen", "theme": "LV_THEME_MATERIAL_FLAG_LIGHT", "screen": [ { "name": "screen", "id": "emg7n4dm", "type": "scr", "version": 190, "scrollbar_mode": "OFF", "customer_code": { "code_c": "lv_obj_add_flag(ui->screen_arc_temp, LV_OBJ_FLAG_ADV_HITTEST);\nlv_obj_set_ext_click_area(ui->screen_arc_temp, 40);\nif(hp_controller.mode == MODE_COOL) {\n lv_arc_set_range(ui->screen_arc_temp, 7*2,22*2);\n lv_label_set_text_fmt(ui->screen_lab_ac_temp, \"%d\", hp_controller.cool_set_temp);\n lv_arc_set_value(guider_ui.screen_arc_temp, hp_controller.cool_set_temp * 2);\n lv_label_set_text_static(ui->screen_lab_mode, \"制冷\");\n lv_label_set_text_static(ui->screen_lab_temp_low, \"7°C\");\n lv_label_set_text_static(ui->screen_lab_temp_high, \"22°C\");\n lv_obj_add_state(ui->screen_ib_cool, LV_STATE_CHECKED);\n } else if(hp_controller.mode == MODE_HEAT) {\n lv_arc_set_range(ui->screen_arc_temp, 30*2,60*2);\n lv_arc_set_value(ui->screen_arc_temp, hp_controller.heat_set_temp * 2);\n lv_label_set_text_fmt(ui->screen_lab_ac_temp, \"%d\", hp_controller.heat_set_temp);\n lv_label_set_text_static(ui->screen_lab_mode, \"制热\");\n lv_label_set_text_static(ui->screen_lab_temp_low, \"30°C\");\n lv_label_set_text_static(ui->screen_lab_temp_high, \"60°C\");\n lv_obj_add_state(ui->screen_ib_heat, LV_STATE_CHECKED);\n }", "inc_c": "#include \"actions.h\"\n#include \"heatpump_controller.h\"", "code_py": "", "inc_py": "", "type": "screen" }, "width": 480, "height": 480, "visible": true, "flag": [], "rm_flag": [], "event": { "widget": { "gesture_bottom": { "condition": [], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_screen_gesture_bottom(e);", "inc_py": "", "code_py": "" } } } ] } }, "": { "gesture_bottom": { "condition": [], "action": [] } } }, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#1F1E23", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_img_src": "import/image/main_bg.png", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 } ], "size": [ 480, 480 ], "widgets": [ { "name": "screen_cont_power_on", "id": "tdmgvham", "type": "cont", "visible": true, "scrollbar_mode": "OFF", "flag": [], "rm_flag": [], "pos": [ 0, 0 ], "size": [ 480, 480 ], "default_style": false, "event": { "widget": {} }, "child": [ { "name": "screen_arc_temp", "id": "si0zlmgh", "type": "arc", "visible": true, "flag": [], "rm_flag": [], "pos": [ 73, 51 ], "size": [ 340, 340 ], "default_style": false, "attribute_type": "freemaster", "custom_attribute": [], "event": { "widget": { "value_changed": { "condition": [], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_arc_temp_value_changed(e);", "inc_py": "", "code_py": "" } } } ] }, "released": { "condition": [], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_arc_temp_released(e);", "inc_py": "", "code_py": "" } } } ] } } }, "rotate": 0, "mode": "NORMAL", "range": [ 7, 60 ], "value": 12, "bg_angle": [ 150, 30 ], "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#f6f6f6", "bg_grad_color": "#f6f6f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_color": "#2195f6", "border_opa": 255, "border_width": 0, "arc_color": "#817878", "arc_opa": 255, "arc_width": 20, "arc_rounded": true, "radius": 0, "padding_top": 0, "padding_bottom": 0, "padding_left": 0, "padding_right": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#f6f6f6", "bg_grad_color": "#f6f6f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_color": "#2195f6", "border_opa": 255, "border_width": 0, "arc_color": "#e6e6e6", "arc_opa": 255, "arc_width": 12, "arc_rounded": true, "radius": 6, "padding_top": 20, "padding_bottom": 20, "padding_left": 20, "padding_right": 20, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#f6f6f6", "bg_grad_color": "#f6f6f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_color": "#2195f6", "border_opa": 255, "border_width": 0, "radius": 6, "arc_color": "#e6e6e6", "arc_opa": 255, "arc_width": 12, "arc_rounded": true, "padding_top": 20, "padding_bottom": 20, "padding_left": 20, "padding_right": 20, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DEFAULT", "disable": false, "arc_color": "#2FCADA", "arc_opa": 255, "arc_width": 20, "arc_rounded": true }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_FOCUSED", "disable": true, "arc_color": "#2195f6", "arc_opa": 255, "arc_width": 12, "arc_rounded": true }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DISABLED", "disable": true, "arc_color": "#2195f6", "arc_opa": 255, "arc_width": 12, "arc_rounded": true }, { "part": "LV_PART_KNOB", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#03b0ff", "bg_grad_color": "#2195f6", "bg_opa": 0, "pad_all": 5, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255 }, { "part": "LV_PART_KNOB", "state": "LV_STATE_FOCUSED", "disable": false, "bg_color": "#2F92DA", "bg_grad_color": "#2195f6", "bg_opa": 255, "pad_all": 5, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255 }, { "part": "LV_PART_KNOB", "state": "LV_STATE_DISABLED", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "pad_all": 5, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255 } ] }, { "name": "screen_label_6", "id": "cqiwbwkd", "type": "label", "visible": true, "flag": [], "rm_flag": [], "pos": [ 252, 238 ], "size": [ 71, 22 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "text": "°C", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffffff", "text_opa": 255, "font": 25, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "montserratMedium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "screen_label_1", "id": "2kq3zpz3", "type": "label", "visible": true, "flag": [], "rm_flag": [], "pos": [ 147, 150 ], "size": [ 34, 32 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "text": "", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffffff", "text_opa": 255, "font": 25, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "iconfont", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "screen_label_2", "id": "7evgl8na", "type": "label", "visible": true, "flag": [], "rm_flag": [], "pos": [ 242, 150 ], "size": [ 34, 32 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "text": "", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffffff", "text_opa": 255, "font": 25, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "iconfont", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "screen_lab_temp_low", "id": "lm9exs6l", "type": "label", "visible": true, "flag": [], "rm_flag": [], "pos": [ 81, 322 ], "size": [ 71, 20 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "text": "7°C", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#9d9191", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "montserratMedium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "screen_lab_temp_high", "id": "4phxmmio", "type": "label", "visible": true, "flag": [], "rm_flag": [], "pos": [ 320, 322 ], "size": [ 71, 20 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "text": "22°C", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#9d9191", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "montserratMedium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "screen_lab_env_temp", "id": "y9t0r3zm", "type": "label", "visible": true, "flag": [], "rm_flag": [], "pos": [ 181, 155 ], "size": [ 71, 20 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "text": "26°C", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffffff", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_LEFT", "font_family": "montserratMedium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "screen_lab_env_hum", "id": "jykjzbnp", "type": "label", "visible": true, "flag": [], "rm_flag": [], "pos": [ 279, 155 ], "size": [ 71, 20 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "text": "40%", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffffff", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_LEFT", "font_family": "montserratMedium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "screen_lab_ac_temp", "id": "rtfxvwo8", "type": "label", "visible": true, "flag": [], "rm_flag": [], "pos": [ 165, 209 ], "size": [ 132, 72 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "event": { "widget": {} }, "text": "12", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffffff", "text_opa": 255, "font": 60, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "PuHui_ExtraBold", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "screen_ib_power", "id": "vjslbg47", "type": "imgbtn", "visible": true, "flag": [], "rm_flag": [], "pos": [ 198, 276 ], "size": [ 84, 84 ], "default_style": false, "event": { "widget": { "pressed": { "condition": [], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_ac_page_set_power(e,0);", "inc_py": "", "code_py": "" } } }, { "dst": "screen_cont_power_off", "bindCondi": "", "actionList": { "clear_flag": { "value": [ "LV_OBJ_FLAG_HIDDEN" ] } }, "dst_type": "cont" }, { "dst": "screen_cont_power_on", "bindCondi": "", "actionList": { "add_flag": { "value": [ "LV_OBJ_FLAG_HIDDEN" ] } }, "dst_type": "cont" } ] } } }, "toggle": true, "text_align": "center", "text": "", "color_format": "RGB565A8", "dither_algorithm": "", "src_released": "import/image/swtich.png", "src_pressed": "import/image/swtich.png", "src_checked_released": "import/image/swtich.png", "src_checked_pressed": "", "use_fs": false, "fs_type": "flash", "src_sd_released": "S:/swtich.png", "src_sd_pressed": "S:/swtich.png", "src_sd_checked_released": "S:/swtich.png", "src_sd_checked_pressed": "S:/", "src_flash_released": "F:/swtich.png", "src_flash_pressed": "F:/swtich.png", "src_flash_checked_released": "F:/swtich.png", "src_flash_checked_pressed": "F:/", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "font_family": "montserratMedium", "text_color": "#000000", "text_align": "LV_TEXT_ALIGN_CENTER", "font": 12, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_PRESSED", "disable": false, "image_recolor": "#000000", "image_recolor_opa": 0, "image_opa": 255, "text_color": "#FF33FF", "font_family": "montserratMedium", "font": 12, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": false, "image_recolor": "#000000", "image_recolor_opa": 0, "text_color": "#FF33FF", "image_opa": 255, "font_family": "montserratMedium", "font": 12, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_IMAGEBUTTON_STATE_RELEASED", "desc": "released", "disable": false, "image_recolor": "#000000", "image_recolor_opa": 0, "image_opa": 255 } ] }, { "name": "screen_ib_heat", "id": "e9k4zhly", "type": "imgbtn", "visible": true, "flag": [], "rm_flag": [], "pos": [ 333, 417 ], "size": [ 48, 48 ], "default_style": false, "event": { "widget": { "clicked": { "condition": [], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_set_mode(e,2);", "inc_py": "", "code_py": "" } } }, { "dst": "screen_lab_temp_high", "bindCondi": "", "actionList": { "text": { "value": "60°C" } }, "dst_type": "label" }, { "dst": "screen_lab_temp_low", "bindCondi": "", "actionList": { "text": { "value": "30°C" } }, "dst_type": "label" } ] } } }, "toggle": true, "text_align": "center", "text": "", "color_format": "RGB565A8", "dither_algorithm": "", "src_released": "import/image/ac_mode_heat.png", "src_pressed": "import/image/ac_mode_heat_sel.png", "src_checked_released": "import/image/ac_mode_heat_sel.png", "src_checked_pressed": "", "use_fs": false, "fs_type": "flash", "src_sd_released": "S:/ac_mode_heat.png", "src_sd_pressed": "S:/ac_mode_heat_sel.png", "src_sd_checked_released": "S:/ac_mode_heat_sel.png", "src_sd_checked_pressed": "S:/", "src_flash_released": "F:/ac_mode_heat.png", "src_flash_pressed": "F:/ac_mode_heat_sel.png", "src_flash_checked_released": "F:/ac_mode_heat_sel.png", "src_flash_checked_pressed": "F:/", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "font_family": "montserratMedium", "text_color": "#000000", "text_align": "LV_TEXT_ALIGN_CENTER", "font": 12, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_PRESSED", "disable": false, "image_recolor": "#000000", "image_recolor_opa": 0, "image_opa": 255, "text_color": "#FF33FF", "font_family": "montserratMedium", "font": 12, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": false, "image_recolor": "#000000", "image_recolor_opa": 0, "text_color": "#FF33FF", "image_opa": 255, "font_family": "montserratMedium", "font": 12, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_IMAGEBUTTON_STATE_RELEASED", "desc": "released", "disable": false, "image_recolor": "#000000", "image_recolor_opa": 0, "image_opa": 255 } ] }, { "name": "screen_ib_cool", "id": "1dergy6c", "type": "imgbtn", "visible": true, "flag": [], "rm_flag": [], "pos": [ 82, 415 ], "size": [ 48, 48 ], "default_style": false, "event": { "widget": { "clicked": { "condition": [], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_set_mode(e,1);", "inc_py": "", "code_py": "" } } }, { "dst": "screen_lab_temp_low", "bindCondi": "", "actionList": { "text": { "value": "7°C" } }, "dst_type": "label" }, { "dst": "screen_lab_temp_high", "bindCondi": "", "actionList": { "text": { "value": "22°C" } }, "dst_type": "label" } ] } } }, "toggle": true, "text_align": "center", "text": "", "color_format": "RGB565A8", "dither_algorithm": "", "src_released": "import/image/ac_mode_cool.png", "src_pressed": "import/image/ac_mode_cool_sel.png", "src_checked_released": "import/image/ac_mode_cool_sel.png", "src_checked_pressed": "", "use_fs": false, "fs_type": "flash", "src_sd_released": "S:/ac_mode_cool.png", "src_sd_pressed": "S:/ac_mode_cool_sel.png", "src_sd_checked_released": "S:/ac_mode_cool_sel.png", "src_sd_checked_pressed": "S:/", "src_flash_released": "F:/ac_mode_cool.png", "src_flash_pressed": "F:/ac_mode_cool_sel.png", "src_flash_checked_released": "F:/ac_mode_cool_sel.png", "src_flash_checked_pressed": "F:/", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "font_family": "montserratMedium", "text_color": "#000000", "text_align": "LV_TEXT_ALIGN_CENTER", "font": 12, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_PRESSED", "disable": false, "image_recolor": "#000000", "image_recolor_opa": 0, "image_opa": 255, "text_color": "#FF33FF", "font_family": "montserratMedium", "font": 12, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": false, "image_recolor": "#000000", "image_recolor_opa": 0, "text_color": "#FF33FF", "image_opa": 255, "font_family": "montserratMedium", "font": 12, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_IMAGEBUTTON_STATE_RELEASED", "desc": "released", "disable": false, "image_recolor": "#000000", "image_recolor_opa": 0, "image_opa": 255 } ] } ], "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 0, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 0, "padding_top": 0, "padding_bottom": 0, "padding_left": 0, "padding_right": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "screen_cont_power_off", "id": "hoto4r4d", "type": "cont", "visible": false, "scrollbar_mode": "OFF", "flag": [ "LV_OBJ_FLAG_HIDDEN" ], "rm_flag": [], "pos": [ 0, 0 ], "size": [ 480, 480 ], "default_style": false, "child": [ { "name": "screen_lab_env_hum_2", "id": "vzmkhtwa", "type": "label", "visible": true, "flag": [], "rm_flag": [], "pos": [ 300, 193 ], "size": [ 71, 20 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "text": "40%", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffffff", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_LEFT", "font_family": "montserratMedium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "screen_label_9", "id": "8zve0vb9", "type": "label", "visible": true, "flag": [], "rm_flag": [], "pos": [ 184, 193 ], "size": [ 71, 20 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "text": "26°C", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffffff", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_LEFT", "font_family": "montserratMedium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "screen_label_10", "id": "crbjzxtm", "type": "label", "visible": true, "flag": [], "rm_flag": [], "pos": [ 262, 186 ], "size": [ 34, 32 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "text": "", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffffff", "text_opa": 255, "font": 25, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "iconfont", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "screen_label_11", "id": "ceqf3mxw", "type": "label", "visible": true, "flag": [], "rm_flag": [], "pos": [ 150, 186 ], "size": [ 34, 32 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "text": "", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffffff", "text_opa": 255, "font": 25, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "iconfont", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "screen_imgbtn_1", "id": "nbxu93g4", "type": "imgbtn", "visible": true, "flag": [], "rm_flag": [], "pos": [ 199, 261 ], "size": [ 84, 84 ], "default_style": false, "event": { "widget": { "pressed": { "condition": [], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_ac_page_set_power(e,1);", "inc_py": "", "code_py": "" } } }, { "dst": "screen_cont_power_on", "bindCondi": "", "actionList": { "clear_flag": { "value": [ "LV_OBJ_FLAG_HIDDEN" ] } }, "dst_type": "cont" }, { "dst": "screen_cont_power_off", "bindCondi": "", "actionList": { "add_flag": { "value": [ "LV_OBJ_FLAG_HIDDEN" ] } }, "dst_type": "cont" } ] } } }, "toggle": true, "text_align": "center", "text": "", "color_format": "RGB565A8", "dither_algorithm": "", "src_released": "import/image/swtich.png", "src_pressed": "import/image/swtich.png", "src_checked_released": "import/image/swtich.png", "src_checked_pressed": "", "use_fs": false, "fs_type": "flash", "src_sd_released": "S:/swtich.png", "src_sd_pressed": "S:/swtich.png", "src_sd_checked_released": "S:/swtich.png", "src_sd_checked_pressed": "S:/", "src_flash_released": "F:/swtich.png", "src_flash_pressed": "F:/swtich.png", "src_flash_checked_released": "F:/swtich.png", "src_flash_checked_pressed": "F:/", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "font_family": "montserratMedium", "text_color": "#000000", "text_align": "LV_TEXT_ALIGN_CENTER", "font": 12, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_PRESSED", "disable": false, "image_recolor": "#000000", "image_recolor_opa": 0, "image_opa": 255, "text_color": "#FF33FF", "font_family": "montserratMedium", "font": 12, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": false, "image_recolor": "#000000", "image_recolor_opa": 0, "text_color": "#FF33FF", "image_opa": 255, "font_family": "montserratMedium", "font": 12, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_IMAGEBUTTON_STATE_RELEASED", "desc": "released", "disable": false, "image_recolor": "#000000", "image_recolor_opa": 0, "image_opa": 255 } ] } ], "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 0, "radius": 0, "bg_color": "#000000", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 0, "padding_top": 0, "padding_bottom": 0, "padding_left": 0, "padding_right": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "screen_lab_icon_err", "id": "0fkdszba", "type": "label", "visible": true, "flag": [ "LV_OBJ_FLAG_HIDDEN" ], "rm_flag": [], "pos": [ 90, 11 ], "size": [ 26, 26 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "text": "", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ff0028", "text_opa": 255, "font": 25, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "iconfont", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "screen_img_wifi", "id": "ud0qctq4", "type": "img", "visible": true, "flag": [ "LV_OBJ_FLAG_HIDDEN" ], "rm_flag": [], "pos": [ 17, 8 ], "size": [ 32, 32 ], "default_style": false, "img_path": "import/image/wifi_stron.png", "color_format": "RGB565A8", "dither_algorithm": "", "rotate": 0, "pivot": "50,50", "use_fs": false, "fs_type": "flash", "img_flash_path": "F:/wifi_stron.png", "img_sd_path": "S:/wifi_stron.png", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "image_recolor": "#ffffff", "image_recolor_opa": 0, "image_opa": 255 } ] }, { "name": "screen_lab_icon_cloud", "id": "2z85f6gz", "type": "label", "visible": true, "flag": [ "LV_OBJ_FLAG_HIDDEN" ], "rm_flag": [], "pos": [ 57, 12 ], "size": [ 25, 23 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "text": "", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffffff", "text_opa": 255, "font": 25, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "iconfont", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "screen_lab_mode", "id": "eh2091t1", "type": "label", "visible": true, "flag": [], "rm_flag": [], "pos": [ 186, 110 ], "size": [ 100, 32 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "text": "制冷热", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#989696", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] } ] }, { "name": "WaterValvePage", "id": "0ogaz3wj", "type": "scr", "version": 190, "scrollbar_mode": "OFF", "customer_code": { "code_c": "", "inc_c": "", "code_py": "", "inc_py": "" }, "width": 480, "height": 480, "visible": true, "flag": [], "rm_flag": [], "event": { "widget": {} }, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_HOR", "bg_main_stop": 0, "bg_grad_stop": 0, "bg_grad_color": "#000000", "bg_opa": 255, "bg_img_src": "import/image/12.png", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 67, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 } ], "size": [ 480, 480 ], "widgets": [ { "name": "WaterValvePage_cont_1", "id": "axy9wh3w", "type": "cont", "visible": true, "scrollbar_mode": "OFF", "flag": [], "rm_flag": [], "pos": [ 1, 0 ], "size": [ 480, 480 ], "default_style": false, "event": { "widget": {} }, "child": [ { "name": "WaterValvePage_imgbtn_1", "id": "qag2gf4e", "type": "imgbtn", "visible": true, "flag": [], "rm_flag": [], "pos": [ 217, 419 ], "size": [ 45, 45 ], "default_style": false, "event": { "widget": { "pressed": { "condition": [], "action": [ { "dst": "screen", "bindCondi": "", "actionList": { "load_screen": { "duration": 200, "delay": 200, "scrId": "emg7n4dm", "anim_type": "LV_SCR_LOAD_ANIM_NONE", "is_clean": false, "is_del": false } }, "dst_type": "scr" } ] } } }, "toggle": true, "text_align": "center", "text": "", "color_format": "RGB565A8", "dither_algorithm": "", "src_released": "import/image/back2.png", "src_pressed": "", "src_checked_released": "import/image/back2.png", "src_checked_pressed": "", "use_fs": false, "fs_type": "flash", "src_sd_released": "S:/back2.png", "src_sd_pressed": "S:/", "src_sd_checked_released": "S:/back2.png", "src_sd_checked_pressed": "S:/", "src_flash_released": "F:/back2.png", "src_flash_pressed": "F:/", "src_flash_checked_released": "F:/back2.png", "src_flash_checked_pressed": "F:/", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "font_family": "montserratMedium", "text_color": "#000000", "text_align": "LV_TEXT_ALIGN_CENTER", "font": 12, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_PRESSED", "disable": false, "image_recolor": "#000000", "image_recolor_opa": 0, "image_opa": 255, "text_color": "#FF33FF", "font_family": "montserratMedium", "font": 12, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": false, "image_recolor": "#000000", "image_recolor_opa": 0, "text_color": "#FF33FF", "image_opa": 255, "font_family": "montserratMedium", "font": 12, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_IMAGEBUTTON_STATE_RELEASED", "desc": "released", "disable": false, "image_recolor": "#000000", "image_recolor_opa": 0, "image_opa": 255 } ] }, { "name": "WaterValvePage_spangroup_1", "id": "g9ubozqj", "type": "spangroup", "visible": true, "flag": [], "rm_flag": [], "pos": [ 96, 85 ], "size": [ 132, 23 ], "default_style": false, "overflow": "LV_SPAN_OVERFLOW_CLIP", "text_align": "LV_TEXT_ALIGN_LEFT", "mode": "LV_SPAN_MODE_BREAK", "items": [ { "text": "外机联动", "text_color": "#ffffff", "font_family": "Alibaba_PuHuiTi_Medium", "font": 24, "text_decor": "LV_TEXT_DECOR_NONE" } ], "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "object": "main", "disable": false, "border_color": "#000000", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "radius": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "WaterValvePage_spangroup_2", "id": "5xt3zdxa", "type": "spangroup", "visible": true, "flag": [], "rm_flag": [], "pos": [ 215, 86 ], "size": [ 54, 19 ], "default_style": false, "overflow": "LV_SPAN_OVERFLOW_CLIP", "text_align": "LV_TEXT_ALIGN_LEFT", "mode": "LV_SPAN_MODE_BREAK", "items": [ { "text": "开 关", "text_color": "#ffffff", "font_family": "Alibaba_PuHuiTi_Medium", "font": 18, "text_decor": "LV_TEXT_DECOR_NONE" } ], "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "object": "main", "disable": false, "border_color": "#000000", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "radius": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "WaterValvePage_sw_1", "id": "7k2ttrlz", "type": "sw", "visible": true, "flag": [], "rm_flag": [], "pos": [ 203, 78 ], "size": [ 74, 35 ], "default_style": false, "attribute_type": "freemaster", "custom_attribute": [], "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#000000", "bg_grad_color": "#e6e2e6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 0, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 4, "border_opa": 153, "border_color": "#00bdff", "radius": 18, "shadow_color": "#1667ab", "shadow_opa": 71, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 0, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#e6e2e6", "bg_grad_color": "#e6e2e6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#e6e2e6", "bg_grad_color": "#e6e2e6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#e6e2e6", "bg_grad_color": "#e6e2e6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_CHECKED", "disable": false, "bg_color": "#13359a", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_VER", "bg_main_stop": 0, "bg_grad_stop": 146, "bg_opa": 97, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 0, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_KNOB", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 7, "border_opa": 255, "border_color": "#2195f6", "radius": 13 }, { "part": "LV_PART_KNOB", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10 }, { "part": "LV_PART_KNOB", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10 } ] } ], "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 0, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 0, "padding_top": 0, "padding_bottom": 0, "padding_left": 0, "padding_right": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "WaterValvePage_cont_2", "id": "jxtoeokx", "type": "cont", "visible": true, "scrollbar_mode": "OFF", "flag": [], "rm_flag": [], "pos": [ 88, 117 ], "size": [ 340, 278 ], "default_style": false, "event": { "widget": {} }, "child": [ { "name": "WaterValvePage_cb_4", "id": "v2f5hgiy", "type": "cb", "visible": true, "flag": [], "rm_flag": [], "pos": [ 181, 84 ], "size": [ null, null ], "default_style": false, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 26, "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 5, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 16, "bg_opa": 44, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 16, "font_family": "montserratMedium", "letter_space": 2, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 6, "bg_opa": 255, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 16, "font_family": "montserratMedium", "letter_space": 2, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 6, "bg_opa": 255, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 25, "bg_opa": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_CHECKED | LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 } ], "text": "区域一" }, { "name": "WaterValvePage_cb_3", "id": "272anzo9", "type": "cb", "visible": true, "flag": [], "rm_flag": [], "pos": [ 2, 85 ], "size": [ null, null ], "default_style": false, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 26, "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 5, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 16, "bg_opa": 44, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 16, "font_family": "montserratMedium", "letter_space": 2, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 6, "bg_opa": 255, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 16, "font_family": "montserratMedium", "letter_space": 2, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 6, "bg_opa": 255, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 16, "bg_opa": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_CHECKED | LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 } ], "text": "区域一" }, { "name": "WaterValvePage_cb_2", "id": "zo4uv0p7", "type": "cb", "visible": true, "flag": [], "rm_flag": [], "pos": [ 181, 24 ], "size": [ null, null ], "default_style": false, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 26, "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 5, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 16, "bg_opa": 44, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 16, "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 2, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 6, "bg_opa": 255, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 16, "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 2, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 6, "bg_opa": 255, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 25, "bg_opa": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_PRESSED", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_CHECKED", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_CHECKED | LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 } ], "text": "区域一" }, { "name": "WaterValvePage_cb_1", "id": "od24134s", "type": "cb", "visible": true, "flag": [], "rm_flag": [], "pos": [ 2, 25 ], "size": [ null, null ], "default_style": false, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 26, "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 5, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 16, "bg_opa": 44, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 16, "font_family": "montserratMedium", "letter_space": 2, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 6, "bg_opa": 255, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 16, "font_family": "montserratMedium", "letter_space": 2, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 6, "bg_opa": 255, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 25, "bg_opa": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_CHECKED | LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 } ], "text": "区域一" } ], "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 0, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 0, "padding_top": 0, "padding_bottom": 0, "padding_left": 0, "padding_right": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] } ] }, { "name": "SettingPage", "id": "i6nzs4dy", "type": "scr", "version": 190, "scrollbar_mode": "OFF", "customer_code": { "code_c": "if(system_setting.sound_on_off)\n lv_obj_add_state(ui->SettingPage_sw_sound, LV_STATE_CHECKED);\nelse\n lv_obj_remove_state(ui->SettingPage_sw_sound, LV_STATE_CHECKED);\n\nif(system_setting.screen_auto_off)\n lv_obj_add_state(ui->SettingPage_sw_1, LV_STATE_CHECKED);\nelse\n lv_obj_remove_state(ui->SettingPage_sw_1, LV_STATE_CHECKED);\nlv_slider_set_value(ui->SettingPage_slider_sound_level, system_setting.sound_volume, false);\nlv_spinbox_set_value(ui->SettingPage_spinbox_2,system_setting.screen_off_minute);\nlv_spinbox_set_range(ui->SettingPage_spinbox_2, 1,3);\nlv_obj_remove_flag(ui->SettingPage, LV_OBJ_FLAG_SCROLLABLE);\n", "inc_c": "#include \"main.h\"", "code_py": "", "inc_py": "" }, "width": 480, "height": 480, "visible": true, "flag": [], "rm_flag": [], "event": { "widget": { "screen_loaded": { "condition": [], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "#include \"custom.h\"", "code_c": "setting_page_init(&guider_ui);", "inc_py": "", "code_py": "" } } } ] }, "gesture_top": { "condition": [], "action": [ { "dst": "screen", "bindCondi": "", "actionList": { "load_screen": { "duration": "100", "delay": "0", "scrId": "emg7n4dm", "anim_type": "LV_SCR_LOAD_ANIM_MOVE_TOP", "is_clean": true, "is_del": true } }, "dst_type": "scr" } ] } } }, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 } ], "size": [ 480, 480 ], "widgets": [ { "name": "SettingPage_tabview_1", "id": "e7ddrtu0", "type": "tabview", "visible": true, "scrollbar_mode": "OFF", "flag": [], "rm_flag": [], "pos": [ 0, 0 ], "size": [ 480, 480 ], "default_style": false, "event": { "widget": { "value_changed": { "condition": [], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "#include \"actions.h\"", "code_c": "on_setting_tabview_changed(e);", "inc_py": "", "code_py": "" } } } ] } } }, "child": [ { "name": "网络", "title_text": "", "type": "tab", "child": [ { "name": "SettingPage_list_wifi", "id": "jo9bcq2v", "type": "list", "visible": true, "scrollbar_mode": "OFF", "flag": [ "LV_OBJ_FLAG_HIDDEN" ], "rm_flag": [], "pos": [ 45, 29 ], "size": [ 363, 300 ], "default_style": false, "event": { "widget": {} }, "items": [], "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "object": "main", "disable": false, "padding_top": 5, "padding_left": 5, "padding_right": 5, "padding_bottom": 5, "bg_color": "#1f1e23", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "radius": 3, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "object": "main", "disable": true, "padding_top": 5, "padding_left": 5, "padding_right": 5, "padding_bottom": 5, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 1, "border_opa": 255, "radius": 3, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "object": "main", "disable": true, "padding_top": 5, "padding_left": 5, "padding_right": 5, "padding_bottom": 5, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 1, "border_opa": 255, "radius": 3, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_SCROLLBAR", "state": "LV_STATE_DEFAULT", "object": "main", "disable": false, "bg_color": "#ffffff", "radius": 3, "bg_opa": 255 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "desc": "Button", "object": "extra_btns", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 5, "padding_left": 5, "padding_right": 5, "padding_bottom": 5, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "text_color": "#0D3055", "font": 16, "font_family": "Alibaba_PuHuiTi_Medium", "radius": 3, "bg_opa": 255 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_PRESSED", "desc": "Button", "object": "extra_btns", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 5, "padding_left": 5, "padding_right": 5, "padding_bottom": 5, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "text_color": "#0D3055", "radius": 3, "font": 12, "font_family": "montserratMedium", "bg_opa": 255 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "desc": "Button", "object": "extra_btns", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 5, "padding_left": 5, "padding_right": 5, "padding_bottom": 5, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "text_color": "#0D3055", "radius": 3, "font": 12, "font_family": "montserratMedium", "bg_opa": 255 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "desc": "item text", "object": "extra_texts", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 5, "padding_left": 5, "padding_right": 5, "padding_bottom": 5, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "text_color": "#0D3055", "font": 16, "font_family": "Alibaba_PuHuiTi_Medium", "radius": 3, "transform_width": 0, "bg_opa": 255 } ] }, { "name": "SettingPage_label_1", "id": "58ftgsto", "type": "label", "visible": true, "flag": [], "rm_flag": [], "pos": [ 2, -2 ], "size": [ 97, 17 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "text": "网络状态:", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffd816", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "SettingPage_lab_wifi_status", "id": "a6r15coh", "type": "label", "visible": true, "flag": [], "rm_flag": [], "pos": [ 80, -2 ], "size": [ 97, 17 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "text": "未连接已成功", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffd816", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "SettingPage_btn_1", "id": "yti5dsan", "type": "btn", "visible": true, "flag": [], "rm_flag": [], "pos": [ 62, 345 ], "size": [ 135, 38 ], "default_style": false, "event": { "widget": { "clicked": { "condition": [], "action": [ { "dst": "SettingPage_sp_wifi_scan", "bindCondi": "", "actionList": { "clear_flag": { "value": [ "LV_OBJ_FLAG_HIDDEN" ] } }, "dst_type": "spinner" }, { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_btn_scan_wifi_click(e);", "inc_py": "", "code_py": "" } } } ] } } }, "text_align": "center", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "Alibaba_PuHuiTi_Medium", "text_color": "#ffffff", "text_opa": 255, "text_align": "LV_TEXT_ALIGN_CENTER" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" } ], "text": "查找网络", "long_mode": "LV_LABEL_LONG_WRAP", "toggle": false }, { "name": "SettingPage_p_wifi_connect", "id": "0cg7y1q6", "type": "cont", "visible": true, "scrollbar_mode": "OFF", "flag": [ "LV_OBJ_FLAG_HIDDEN" ], "rm_flag": [], "pos": [ 71, 82 ], "size": [ 300, 200 ], "default_style": false, "event": { "widget": {} }, "child": [ { "name": "SettingPage_label_2", "id": "g9canytn", "type": "label", "visible": true, "flag": [], "rm_flag": [], "pos": [ 13, 27 ], "size": [ 104, 17 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "text": "SSID:", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "SettingPage_label_3", "id": "992ybypg", "type": "label", "visible": true, "flag": [], "rm_flag": [], "pos": [ 19, 72 ], "size": [ 102, 18 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "text": "密码:", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "SettingPage_lab_wifi_ssid", "id": "3l28p30t", "type": "label", "visible": true, "flag": [], "rm_flag": [], "pos": [ 99, 25 ], "size": [ 161, 32 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "text": "Label", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "SettingPage_btn_2", "id": "fj6a8blj", "type": "btn", "visible": true, "flag": [], "rm_flag": [], "pos": [ 27, 146 ], "size": [ 100, 35 ], "default_style": false, "event": { "widget": { "clicked": { "condition": [], "action": [ { "dst": "SettingPage_sp_wifi_scan", "bindCondi": "", "actionList": { "clear_flag": { "value": [ "LV_OBJ_FLAG_HIDDEN" ] } }, "dst_type": "spinner" }, { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_btn_connect_wifi(e);", "inc_py": "", "code_py": "" } } }, { "dst": "SettingPage_btn_2", "bindCondi": "", "actionList": { "add_state": { "value": "LV_STATE_DISABLED" } }, "dst_type": "btn" } ] } } }, "text_align": "center", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "Alibaba_PuHuiTi_Medium", "text_color": "#ffffff", "text_opa": 255, "text_align": "LV_TEXT_ALIGN_CENTER" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "Alibaba_PuHuiTi_Medium", "text_opa": 255, "text_color": "#ffffff" } ], "text": "连接", "long_mode": "LV_LABEL_LONG_WRAP", "toggle": false }, { "name": "SettingPage_txt_wifi_password", "id": "wogbblkc", "type": "ta", "visible": true, "flag": [], "rm_flag": [], "pos": [ 94, 62 ], "size": [ 184, 38 ], "default_style": false, "text": "", "password_mode": false, "one_line_mode": true, "placeholder": "", "accept_characters": "", "max_len": 32, "password_bullet": "*", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "font": 12, "font_family": "montserratMedium", "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_color": "#e6e6e6", "border_opa": 255, "text_color": "#000000", "text_align": "LV_TEXT_ALIGN_LEFT", "letter_space": 2, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "padding_top": 4, "padding_right": 4, "padding_left": 4, "radius": 4 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "font": 12, "font_family": "montserratMedium", "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_color": "#e6e6e6", "border_opa": 255, "text_color": "#000000", "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "padding_top": 4, "padding_right": 4, "padding_left": 4, "radius": 4 }, { "part": "LV_PART_SCROLLBAR", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#2195f6", "bg_opa": 255, "radius": 0 }, { "part": "LV_PART_SCROLLBAR", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_opa": 255, "radius": 0 } ] }, { "name": "SettingPage_btn_3", "id": "uvc1w4a0", "type": "btn", "visible": true, "flag": [], "rm_flag": [], "pos": [ 177, 146 ], "size": [ 100, 35 ], "default_style": false, "event": { "widget": { "clicked": { "condition": [], "action": [ { "dst": "SettingPage_p_wifi_connect", "bindCondi": "", "actionList": { "add_flag": { "value": [ "LV_OBJ_FLAG_HIDDEN" ] } }, "dst_type": "cont" }, { "dst": "SettingPage_list_wifi", "bindCondi": "", "actionList": { "clear_flag": { "value": [ "LV_OBJ_FLAG_HIDDEN" ] } }, "dst_type": "list" }, { "dst": "SettingPage_sp_wifi_scan", "bindCondi": "", "actionList": { "add_flag": { "value": [ "LV_OBJ_FLAG_HIDDEN" ] } }, "dst_type": "spinner" }, { "dst": "SettingPage_btn_2", "bindCondi": "", "actionList": { "remove_state": { "value": "LV_STATE_DISABLED" } }, "dst_type": "btn" } ] } } }, "text_align": "center", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "Alibaba_PuHuiTi_Medium", "text_color": "#ffffff", "text_opa": 255, "text_align": "LV_TEXT_ALIGN_CENTER" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" } ], "text": "取消", "long_mode": "LV_LABEL_LONG_WRAP", "toggle": false } ], "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_color": "#2195f6", "border_opa": 255, "radius": 0, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "padding_top": 0, "padding_bottom": 0, "padding_left": 0, "padding_right": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "SettingPage_sp_wifi_scan", "id": "55nlit40", "type": "spinner", "visible": true, "flag": [ "LV_OBJ_FLAG_HIDDEN" ], "rm_flag": [], "pos": [ 205, -13 ], "size": [ 42, 47 ], "default_style": false, "width": 42, "height": 47, "arc_length": 200, "spin_time": 2000, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "padding_top": 1, "padding_bottom": 1, "padding_left": 1, "padding_right": 1, "bg_color": "#eeeef6", "bg_grad_color": "#eeeef6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "arc_color": "#d5d6de", "arc_opa": 255, "arc_width": 7, "arc_rounded": true, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DEFAULT", "disable": false, "arc_color": "#ffd400", "arc_opa": 255, "arc_rounded": true, "arc_width": 7 } ] }, { "name": "SettingPage_btn_5", "id": "rhii52f7", "type": "btn", "visible": true, "flag": [], "rm_flag": [], "pos": [ 256, 345 ], "size": [ 135, 38 ], "default_style": false, "event": { "widget": { "clicked": { "condition": [], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_reset_wifi(e);", "inc_py": "", "code_py": "" } } } ] } } }, "text_align": "center", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "Alibaba_PuHuiTi_Medium", "text_color": "#ffffff", "text_opa": 255, "text_align": "LV_TEXT_ALIGN_CENTER" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" } ], "text": "重置网络", "long_mode": "LV_LABEL_LONG_WRAP", "toggle": false } ], "tab_num": 0 }, { "name": "显示&声音", "title_text": "", "type": "tab", "child": [ { "name": "SettingPage_sw_sound", "id": "nlf4ie4x", "type": "sw", "visible": true, "flag": [], "rm_flag": [], "pos": [ 236, 82 ], "size": [ 61, 21 ], "default_style": false, "attribute_type": "freemaster", "custom_attribute": [], "event": { "widget": { "value_changed": { "condition": [ { "type": "switch", "value": "status", "id": "nlf4ie4x", "isSystem": true, "children": [ { "type": "case", "id": "nlf4ie4x_1", "isSystem": true, "value": "true" }, { "type": "case", "id": "nlf4ie4x_0", "isSystem": true, "value": "false" } ] } ], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_set_beep_on_off(e);", "inc_py": "", "code_py": "" } } } ] } } }, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#e6e2e6", "bg_grad_color": "#e6e2e6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#e6e2e6", "bg_grad_color": "#e6e2e6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#e6e2e6", "bg_grad_color": "#e6e2e6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#e6e2e6", "bg_grad_color": "#e6e2e6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_CHECKED", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_KNOB", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10 }, { "part": "LV_PART_KNOB", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10 }, { "part": "LV_PART_KNOB", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10 } ] }, { "name": "SettingPage_label_10", "id": "68p5d9d9", "type": "label", "visible": true, "flag": [], "rm_flag": [], "pos": [ 121, 89 ], "size": [ 100, 18 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "text": "触摸声音反馈", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffd816", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_RIGHT", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "SettingPage_label_9", "id": "5vsyzbzh", "type": "label", "visible": true, "flag": [], "rm_flag": [], "pos": [ 121, 135 ], "size": [ 100, 18 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "text": "触摸声音音量", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffd816", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_RIGHT", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "SettingPage_slider_sound_level", "id": "dksb870z", "type": "slider", "visible": true, "flag": [], "rm_flag": [], "pos": [ 236, 134 ], "size": [ 168, 20 ], "default_style": false, "attribute_type": "freemaster", "custom_attribute": [], "event": { "widget": { "value_changed": { "condition": [], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_set_beep_volume(e);", "inc_py": "", "code_py": "" } } } ] } } }, "range_s": 30, "range_e": 100, "slider_mode": "LV_SLIDER_MODE_NORMAL", "starting_value": 50, "left_value": 0, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 60, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "radius": 50, "outline_width": 0, "outline_color": "#2195f6", "outline_opa": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "outline_color": "#2195f6", "outline_opa": 255, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "outline_color": "#2195f6", "outline_opa": 255, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "radius": 50 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "radius": 50 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "radius": 50 }, { "part": "LV_PART_KNOB", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "radius": 50 }, { "part": "LV_PART_KNOB", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "radius": 50 }, { "part": "LV_PART_KNOB", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "radius": 50 } ], "knob_size": [ 30, 30 ] }, { "name": "SettingPage_label_11", "id": "qlpp7kh3", "type": "label", "visible": true, "flag": [ "LV_OBJ_FLAG_HIDDEN" ], "rm_flag": [], "pos": [ 39, 303 ], "size": [ 177, 18 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "text": "屏幕无操作关闭屏幕", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffd816", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_RIGHT", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "SettingPage_sw_1", "id": "7cosjtrb", "type": "sw", "visible": true, "flag": [ "LV_OBJ_FLAG_HIDDEN" ], "rm_flag": [], "pos": [ 242, 303 ], "size": [ 61, 21 ], "default_style": false, "attribute_type": "freemaster", "custom_attribute": [], "event": { "widget": { "value_changed": { "condition": [ { "type": "switch", "value": "status", "id": "7cosjtrb", "isSystem": true, "children": [ { "type": "case", "id": "7cosjtrb_1", "isSystem": true, "value": "true" }, { "type": "case", "id": "7cosjtrb_0", "isSystem": true, "value": "false" } ] } ], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_set_screen_auto_off(e);", "inc_py": "", "code_py": "" } } } ] } } }, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#e6e2e6", "bg_grad_color": "#e6e2e6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#e6e2e6", "bg_grad_color": "#e6e2e6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#e6e2e6", "bg_grad_color": "#e6e2e6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#e6e2e6", "bg_grad_color": "#e6e2e6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_CHECKED", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_KNOB", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10 }, { "part": "LV_PART_KNOB", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10 }, { "part": "LV_PART_KNOB", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10 } ] }, { "name": "SettingPage_label_12", "id": "yu6g7bkv", "type": "label", "visible": true, "flag": [], "rm_flag": [], "pos": [ 44, 196 ], "size": [ 177, 18 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "text": "无操作熄屏时间(分钟)", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffd816", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_RIGHT", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "SettingPage_spinbox_2", "id": "682vgcwb", "type": "spinbox", "visible": true, "flag": [], "rm_flag": [], "pos": [ 280, 183 ], "default_style": false, "event": { "widget": { "value_changed": { "condition": [], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_set_screen_off_minute(e);", "inc_py": "", "code_py": "" } } } ] } } }, "spinbox_width": 70, "spinbox_height": 40, "digit_format": [ 1, 1 ], "ranges": [ -9, 9 ], "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "object": "main", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_color": "#2195f6", "border_opa": 255, "padding_top": 10, "padding_right": 10, "padding_bottom": 10, "padding_left": 10, "letter_space": 0, "font": 12, "font_family": "montserratMedium", "text_color": "#000000", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "paddingLeft": 2 }, { "part": "LV_PART_CURSOR", "state": "LV_STATE_DEFAULT", "object": "main", "disable": false, "font": 12, "text_color": "#ffffff", "font_family": "montserratMedium", "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "desc": "button", "object": "extra_btns", "disable": false, "font": 12, "font_family": "montserratMedium", "text_color": "#ffffff", "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_PRESSED", "desc": "button", "object": "extra_btns", "disable": true, "font": 12, "font_family": "montserratMedium", "text_color": "#ffffff", "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] } ], "tab_num": 1 }, { "name": "高级设置", "title_text": "", "type": "tab", "child": [ { "name": "SettingPage_cont_1", "id": "66t0vb1v", "type": "cont", "visible": true, "scrollbar_mode": "OFF", "flag": [], "rm_flag": [], "pos": [ 48, 28 ], "size": [ 359, 327 ], "default_style": false, "child": [ { "name": "SettingPage_btn_4", "id": "eopj73pj", "type": "btn", "visible": true, "flag": [], "rm_flag": [], "pos": [ 123, 169 ], "size": [ 100, 50 ], "default_style": false, "event": { "widget": { "clicked": { "condition": [], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_btn_check_manager_password(e);", "inc_py": "", "code_py": "" } } } ] } } }, "text_align": "center", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "Alibaba_PuHuiTi_Medium", "text_color": "#ffffff", "text_opa": 255, "text_align": "LV_TEXT_ALIGN_CENTER" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" } ], "text": "登录", "long_mode": "LV_LABEL_LONG_WRAP", "toggle": false }, { "name": "SettingPage_ta_1", "id": "87ukof0p", "type": "ta", "visible": true, "flag": [], "rm_flag": [], "pos": [ 75, 91 ], "size": [ 200, 60 ], "default_style": false, "text": "", "password_mode": true, "one_line_mode": false, "placeholder": "", "accept_characters": "", "max_len": 32, "password_bullet": "*", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "font": 16, "font_family": "Alibaba_PuHuiTi_Medium", "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_color": "#e6e6e6", "border_opa": 255, "text_color": "#000000", "text_align": "LV_TEXT_ALIGN_LEFT", "letter_space": 2, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "padding_top": 4, "padding_right": 4, "padding_left": 4, "radius": 4 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "font": 12, "font_family": "montserratMedium", "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_color": "#e6e6e6", "border_opa": 255, "text_color": "#000000", "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "padding_top": 4, "padding_right": 4, "padding_left": 4, "radius": 4 }, { "part": "LV_PART_SCROLLBAR", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#2195f6", "bg_opa": 255, "radius": 0 }, { "part": "LV_PART_SCROLLBAR", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_opa": 255, "radius": 0 } ] }, { "name": "SettingPage_label_5", "id": "9xkwytm2", "type": "label", "visible": true, "flag": [], "rm_flag": [], "pos": [ 59, 59 ], "size": [ 223, 39 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "text": "请输入管理密码后操作", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffd816", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "SettingPage_lab_password_incorrect", "id": "as98latz", "type": "label", "visible": true, "flag": [ "LV_OBJ_FLAG_HIDDEN" ], "rm_flag": [], "pos": [ 126, 319 ], "size": [ 100, 32 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "text": "密码不正确", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#eb0023", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] } ], "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 0, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 0, "padding_top": 0, "padding_bottom": 0, "padding_left": 0, "padding_right": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] } ], "tab_num": 2 }, { "name": "关于", "title_text": "", "type": "tab", "child": [ { "name": "SettingPage_label_6", "id": "jgmth414", "type": "label", "visible": true, "flag": [], "rm_flag": [], "pos": [ 79, 339 ], "size": [ 322, 32 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "text": "使用【永续绿建五恒 APP】扫码绑定", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#fbb310", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "SettingPage_qr_device_code", "id": "yp3mvdn1", "type": "qrcode", "visible": true, "flag": [], "rm_flag": [], "pos": [ 156, 126 ], "size": [ 163, 163 ], "qr_data": "https://www.nxp.com/", "dark_color": "#05722f", "light_color": "#ffffff" }, { "name": "SettingPage_lab_version", "id": "dr5ihoze", "type": "label", "visible": true, "flag": [], "rm_flag": [], "pos": [ 70, 18 ], "size": [ 264, 18 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "text": "2025-04-25 v1.0.0", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#fbb310", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_LEFT", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "SettingPage_label_7", "id": "1vtlymvy", "type": "label", "visible": true, "flag": [], "rm_flag": [], "pos": [ 2, -9 ], "size": [ 166, 18 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "text": "名称:智能中控屏", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#fbb310", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_LEFT", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "SettingPage_label_8", "id": "lrziy3i4", "type": "label", "visible": true, "flag": [], "rm_flag": [], "pos": [ 2, 18 ], "size": [ 65, 18 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "text": "版本号:\n", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#fbb310", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_LEFT", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "SettingPage_label_13", "id": "25biolqw", "type": "label", "visible": true, "flag": [], "rm_flag": [], "pos": [ 2, 45 ], "size": [ 65, 18 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "text": "序列号:\n", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#fbb310", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_LEFT", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "SettingPage_lab_serial", "id": "3iluwycx", "type": "label", "visible": true, "flag": [], "rm_flag": [], "pos": [ 70, 46 ], "size": [ 264, 18 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "text": "000000000000", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#fbb310", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_LEFT", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] } ], "tab_num": 3 } ], "title_text": [ "", "", "", "" ], "title": [ "网络", "显示&声音", "高级设置", "关于" ], "tab_pos": "LV_DIR_TOP", "tab_size": 50, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "object": "main", "disable": false, "bg_color": "#1f1e23", "bg_grad_color": "#eaeff3", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "text_color": "#fbb310", "font_family": "Alibaba_PuHuiTi_Medium", "font": 16, "letter_space": 2, "line_space": 16, "border_color": "#c0c0c0", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "radius": 0, "border_opa": 100, "shadow_color": "#f0f510", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "desc": "tab", "object": "extra_btnm", "disable": false, "bg_color": "#1f1e23", "bg_grad_color": "#ffffff", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_color": "#f7c90f", "border_opa": 100, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "radius": 0 }, { "part": "LV_PART_ITEMS", "state": "LV_STATE_DEFAULT", "object": "extra_btnm", "disable": false, "text_color": "#ffb204", "font_family": "Alibaba_PuHuiTi_Medium", "font": 16 }, { "part": "LV_PART_ITEMS", "state": "LV_STATE_CHECKED", "object": "extra_btnm", "disable": false, "text_color": "#ffffff", "font_family": "Alibaba_PuHuiTi_Medium", "font": 16, "border_side": [ "LV_BORDER_SIDE_BOTTOM" ], "border_width": 4, "border_opa": 255, "radius": 0, "border_color": "#ffffff", "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 60 } ] } ] }, { "name": "FactorySettingPage", "id": "dkp5bk6n", "type": "scr", "version": 190, "scrollbar_mode": "OFF", "customer_code": { "code_c": "lv_label_set_text_fmt(ui->FactorySettingPage_lab_inner_addr, \"%d\", system_setting.inner_addr);\nlv_spinbox_set_value(ui->FactorySettingPage_sp_hum_recoup, system_setting.fix_hum);\nlv_spinbox_set_value(ui->FactorySettingPage_sp_temp_recoup, system_setting.fix_temp);\n\n// if(system_setting.allow_valve_onoff)\n// lv_obj_add_state(ui->FactorySettingPage_sw_valve_onoff, LV_STATE_CHECKED);\n// else\n// lv_obj_remove_state(ui->FactorySettingPage_sw_valve_onoff, LV_STATE_CHECKED);", "inc_c": "#include \"main.h\"", "code_py": "", "inc_py": "" }, "width": 480, "height": 480, "visible": true, "flag": [], "rm_flag": [], "event": {}, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 } ], "size": [ 480, 480 ], "widgets": [ { "name": "FactorySettingPage_tabview_1", "id": "okov2odk", "type": "tabview", "visible": true, "scrollbar_mode": "OFF", "flag": [], "rm_flag": [], "pos": [ 0, 0 ], "size": [ 480, 480 ], "default_style": false, "child": [ { "name": "参数设置", "title_text": "设置分风箱内机地址:", "type": "tab", "child": [ { "name": "FactorySettingPage_btn_3", "id": "ku6o6hxs", "type": "btn", "visible": true, "flag": [], "rm_flag": [], "pos": [ 84, 39 ], "size": [ 63, 63 ], "default_style": false, "event": { "widget": { "clicked": { "condition": [], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_set_inner_addr(0);", "inc_py": "", "code_py": "" } } } ] } } }, "text_align": "center", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 20, "font_family": "Alibaba_PuHuiTi_Medium", "text_color": "#ffffff", "text_opa": 255, "text_align": "LV_TEXT_ALIGN_CENTER" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" } ], "text": "-", "long_mode": "LV_LABEL_LONG_WRAP", "toggle": false }, { "name": "FactorySettingPage_btn_2", "id": "gejau8t1", "type": "btn", "visible": true, "flag": [], "rm_flag": [], "pos": [ 324, 38 ], "size": [ 63, 63 ], "default_style": false, "event": { "widget": { "clicked": { "condition": [], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_set_inner_addr(1);", "inc_py": "", "code_py": "" } } } ] } } }, "text_align": "center", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 20, "font_family": "Alibaba_PuHuiTi_Medium", "text_color": "#ffffff", "text_opa": 255, "text_align": "LV_TEXT_ALIGN_CENTER" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" } ], "text": "+", "long_mode": "LV_LABEL_LONG_WRAP", "toggle": false }, { "name": "FactorySettingPage_btn_1", "id": "r49su3bu", "type": "btn", "visible": true, "flag": [], "rm_flag": [], "pos": [ 142, 324 ], "size": [ 153, 60 ], "default_style": false, "event": { "widget": { "clicked": { "condition": [], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_params_save(e);", "inc_py": "", "code_py": "" } } } ] } } }, "text_align": "center", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "Alibaba_PuHuiTi_Medium", "text_color": "#ffffff", "text_opa": 255, "text_align": "LV_TEXT_ALIGN_CENTER" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" } ], "text": "确定", "long_mode": "LV_LABEL_LONG_WRAP", "toggle": false }, { "name": "FactorySettingPage_sw_valve_onoff", "id": "7zqe4m1w", "type": "sw", "visible": true, "flag": [], "rm_flag": [], "pos": [ 96, 260 ], "size": [ 65, 21 ], "default_style": false, "attribute_type": "freemaster", "custom_attribute": [], "event": { "widget": { "value_changed": { "condition": [ { "type": "switch", "value": "status", "id": "7zqe4m1w", "isSystem": true, "children": [ { "type": "case", "id": "7zqe4m1w_1", "isSystem": true, "value": "true" }, { "type": "case", "id": "7zqe4m1w_0", "isSystem": true, "value": "false" } ] } ], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_set_allow_valve_on_off(e);", "inc_py": "", "code_py": "" } } } ] } } }, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#e6e2e6", "bg_grad_color": "#e6e2e6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#e6e2e6", "bg_grad_color": "#e6e2e6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#e6e2e6", "bg_grad_color": "#e6e2e6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#e6e2e6", "bg_grad_color": "#e6e2e6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_CHECKED", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_KNOB", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10 }, { "part": "LV_PART_KNOB", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10 }, { "part": "LV_PART_KNOB", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 10 } ] }, { "name": "FactorySettingPage_lab_inner_addr", "id": "goal38cc", "type": "label", "visible": true, "flag": [], "rm_flag": [], "pos": [ 186, 59 ], "size": [ 100, 32 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "text": "1\n", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 20, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "PuHui_ExtraBold", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "FactorySettingPage_sp_temp_recoup", "id": "6vczsds9", "type": "spinbox", "visible": true, "flag": [], "rm_flag": [], "pos": [ 205, 121 ], "default_style": false, "event": { "widget": {} }, "spinbox_width": 70, "spinbox_height": 40, "digit_format": [ 2, 2 ], "ranges": [ -99, 99 ], "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "object": "main", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_color": "#2195f6", "border_opa": 255, "padding_top": 10, "padding_right": 10, "padding_bottom": 10, "padding_left": 10, "letter_space": 0, "font": 12, "font_family": "montserratMedium", "text_color": "#000000", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "paddingLeft": 2 }, { "part": "LV_PART_CURSOR", "state": "LV_STATE_DEFAULT", "object": "main", "disable": false, "font": 12, "text_color": "#ffffff", "font_family": "montserratMedium", "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "desc": "button", "object": "extra_btns", "disable": false, "font": 12, "font_family": "montserratMedium", "text_color": "#ffffff", "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_PRESSED", "desc": "button", "object": "extra_btns", "disable": true, "font": 12, "font_family": "montserratMedium", "text_color": "#ffffff", "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "FactorySettingPage_label_6", "id": "ig1xxfpj", "type": "label", "visible": true, "flag": [], "rm_flag": [], "pos": [ 52, 192 ], "size": [ 100, 32 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "text": "湿度补偿:", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "FactorySettingPage_sp_hum_recoup", "id": "jfm8trz9", "type": "spinbox", "visible": true, "flag": [], "rm_flag": [], "pos": [ 205, 186 ], "default_style": false, "spinbox_width": 70, "spinbox_height": 40, "digit_format": [ 2, 2 ], "ranges": [ -99, 99 ], "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "object": "main", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_color": "#2195f6", "border_opa": 255, "padding_top": 10, "padding_right": 10, "padding_bottom": 10, "padding_left": 10, "letter_space": 0, "font": 12, "font_family": "montserratMedium", "text_color": "#000000", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "paddingLeft": 2 }, { "part": "LV_PART_CURSOR", "state": "LV_STATE_DEFAULT", "object": "main", "disable": false, "font": 12, "text_color": "#ffffff", "font_family": "montserratMedium", "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "desc": "button", "object": "extra_btns", "disable": false, "font": 12, "font_family": "montserratMedium", "text_color": "#ffffff", "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_PRESSED", "desc": "button", "object": "extra_btns", "disable": true, "font": 12, "font_family": "montserratMedium", "text_color": "#ffffff", "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "FactorySettingPage_label_7", "id": "ncp46i7e", "type": "label", "visible": true, "flag": [], "rm_flag": [], "pos": [ 52, 136 ], "size": [ 100, 32 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "text": "温度补偿:", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "FactorySettingPage_label_8", "id": "7ugtgihx", "type": "label", "visible": true, "flag": [], "rm_flag": [], "pos": [ 167, 262 ], "size": [ 150, 20 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "text": "允许风阀完全关闭", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#f21c1c", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] } ], "tab_num": 0 }, { "name": "五恒模块", "title_text": "设置系统中联动的五恒模块:\n", "type": "tab", "child": [ { "name": "FactorySettingPage_cont_wh_module", "id": "2dsj0wvn", "type": "cont", "visible": true, "scrollbar_mode": "OFF", "flag": [], "rm_flag": [], "pos": [ 54, 36 ], "size": [ 336, 267 ], "default_style": false, "event": { "widget": { "clicked": { "condition": [], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_set_five_const_module(e);", "inc_py": "", "code_py": "" } } } ] } } }, "child": [ { "name": "FactorySettingPage_cb_28", "id": "ppq8rz5v", "type": "cb", "visible": true, "flag": [ "LV_OBJ_FLAG_EVENT_BUBBLE" ], "rm_flag": [], "pos": [ 70, 180 ], "size": [ null, null ], "default_style": false, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 16, "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 2, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 6, "bg_opa": 255, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 16, "font_family": "montserratMedium", "letter_space": 2, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 6, "bg_opa": 255, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 16, "font_family": "montserratMedium", "letter_space": 2, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 6, "bg_opa": 255, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_CHECKED | LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 } ], "text": "新风净化一体机" }, { "name": "FactorySettingPage_cb_27", "id": "cwyf60v2", "type": "cb", "visible": true, "flag": [ "LV_OBJ_FLAG_EVENT_BUBBLE" ], "rm_flag": [], "pos": [ 70, 116 ], "size": [ null, null ], "default_style": false, "event": { "widget": {} }, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 16, "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 2, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 6, "bg_opa": 255, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 16, "font_family": "montserratMedium", "letter_space": 2, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 6, "bg_opa": 255, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 16, "font_family": "montserratMedium", "letter_space": 2, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 6, "bg_opa": 255, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_CHECKED | LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 } ], "text": "新风除湿机" }, { "name": "FactorySettingPage_cb_26", "id": "1xoexqus", "type": "cb", "visible": true, "flag": [ "LV_OBJ_FLAG_EVENT_BUBBLE" ], "rm_flag": [], "pos": [ 70, 52 ], "size": [ null, null ], "default_style": false, "event": { "widget": {} }, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 16, "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 2, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 6, "bg_opa": 255, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 16, "font_family": "montserratMedium", "letter_space": 2, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 6, "bg_opa": 255, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_left": 0, "padding_right": 0, "padding_bottom": 0, "text_color": "#0D3055", "font": 16, "font_family": "montserratMedium", "letter_space": 2, "border_color": "#e1e6ee", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 0, "radius": 6, "bg_opa": 255, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_CHECKED | LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "pad_all": 3, "border_color": "#2195f6", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 2, "border_opa": 255, "radius": 6, "bg_opa": 255 } ], "text": "(全热)新风加湿一体机" } ], "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 0, "bg_color": "#000000", "bg_grad_color": "#ffffff", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 0, "padding_top": 0, "padding_bottom": 0, "padding_left": 0, "padding_right": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] } ], "tab_num": 1 }, { "name": "故障查询", "title_text": "当前故障显示:", "type": "tab", "child": [], "tab_num": 2 }, { "name": "其他", "title_text": "", "type": "tab", "child": [ { "name": "FactorySettingPage_btn_4", "id": "du7vu57a", "type": "btn", "visible": true, "flag": [], "rm_flag": [], "pos": [ 160, 311 ], "size": [ 125, 68 ], "default_style": false, "event": { "widget": { "clicked": { "condition": [], "action": [ { "dst": "screen", "bindCondi": "", "actionList": { "load_screen": { "duration": "100", "delay": "0", "scrId": "emg7n4dm", "anim_type": "LV_SCR_LOAD_ANIM_NONE", "is_clean": true, "is_del": true } }, "dst_type": "scr" } ] } } }, "text_align": "center", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "Alibaba_PuHuiTi_Medium", "text_color": "#ffffff", "text_opa": 255, "text_align": "LV_TEXT_ALIGN_CENTER" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" } ], "text": "退出高级设置", "long_mode": "LV_LABEL_LONG_WRAP", "toggle": false }, { "name": "FactorySettingPage_btn_5", "id": "kykgejnf", "type": "btn", "visible": true, "flag": [], "rm_flag": [], "pos": [ 141, 55 ], "size": [ 162, 68 ], "default_style": false, "event": { "widget": { "clicked": { "condition": [], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_reset_factory_setting(e);", "inc_py": "", "code_py": "" } } } ] } } }, "text_align": "center", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#ee0024", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "Alibaba_PuHuiTi_Medium", "text_color": "#ffffff", "text_opa": 255, "text_align": "LV_TEXT_ALIGN_CENTER" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" } ], "text": "恢复出厂设置", "long_mode": "LV_LABEL_LONG_WRAP", "toggle": false }, { "name": "FactorySettingPage_btn_6", "id": "6fkc068u", "type": "btn", "visible": true, "flag": [], "rm_flag": [], "pos": [ 182, 196 ], "size": [ 94, 68 ], "default_style": false, "event": { "widget": { "clicked": { "condition": [], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "", "code_c": "on_restart_device(e);", "inc_py": "", "code_py": "" } } } ] } } }, "text_align": "center", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#a358f9", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "Alibaba_PuHuiTi_Medium", "text_color": "#ffffff", "text_opa": 255, "text_align": "LV_TEXT_ALIGN_CENTER" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" } ], "text": "重启设备", "long_mode": "LV_LABEL_LONG_WRAP", "toggle": false } ], "tab_num": 3 } ], "title_text": [ "设置分风箱内机地址:", "设置系统中联动的五恒模块:\n", "当前故障显示:", "" ], "title": [ "参数设置", "五恒模块", "故障查询", "其他" ], "tab_pos": "LV_DIR_TOP", "tab_size": 50, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "object": "main", "disable": false, "bg_color": "#f9f9f9", "bg_grad_color": "#eaeff3", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "text_color": "#4d4d4d", "font_family": "Alibaba_PuHuiTi_Medium", "font": 16, "letter_space": 2, "line_space": 16, "border_color": "#c0c0c0", "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "radius": 0, "border_opa": 100, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "desc": "tab", "object": "extra_btnm", "disable": false, "bg_color": "#ffffff", "bg_grad_color": "#ffffff", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_color": "#2195f6", "border_opa": 100, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "radius": 0 }, { "part": "LV_PART_ITEMS", "state": "LV_STATE_DEFAULT", "object": "extra_btnm", "disable": false, "text_color": "#e3610c", "font_family": "Alibaba_PuHuiTi_Medium", "font": 16 }, { "part": "LV_PART_ITEMS", "state": "LV_STATE_CHECKED", "object": "extra_btnm", "disable": false, "text_color": "#2195f6", "font_family": "montserratMedium", "font": 12, "border_side": [ "LV_BORDER_SIDE_BOTTOM" ], "border_width": 4, "border_opa": 255, "radius": 0, "border_color": "#2195f6", "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 60 } ] } ] }, { "name": "OTAPage", "id": "wsqh3k1w", "type": "scr", "version": 190, "scrollbar_mode": "OFF", "customer_code": { "code_c": "", "inc_c": "", "code_py": "", "inc_py": "" }, "width": 480, "height": 480, "visible": true, "flag": [], "rm_flag": [], "event": {}, "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#1f1e23", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 } ], "size": [ 480, 480 ], "widgets": [ { "name": "OTAPage_label_1", "id": "pi1on7tx", "type": "label", "visible": true, "flag": [], "rm_flag": [], "pos": [ 190, 42 ], "size": [ 100, 32 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "text": "系统更新", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffffff", "text_opa": 255, "font": 20, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "PuHui_ExtraBold", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "OTAPage_label_2", "id": "7op03k5u", "type": "label", "visible": true, "flag": [], "rm_flag": [], "pos": [ 76, 173 ], "size": [ 100, 32 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "text": "本地版本:", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffffff", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "OTAPage_label_3", "id": "2ssdmk4c", "type": "label", "visible": true, "flag": [], "rm_flag": [], "pos": [ 76, 218 ], "size": [ 100, 32 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "text": "远程版本:", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffffff", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "OTAPage_lab_ota_current_version", "id": "qfk41wto", "type": "label", "visible": true, "flag": [], "rm_flag": [], "pos": [ 176, 173 ], "size": [ 178, 32 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "text": "v1.0.0", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#ffea06", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "montserratMedium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "OTAPage_lab_ota_remote_version", "id": "mb5j2ybm", "type": "label", "visible": true, "flag": [], "rm_flag": [], "pos": [ 176, 218 ], "size": [ 178, 32 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "text": "v2.0.1", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#06ff00", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "montserratMedium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "OTAPage_bar_ota_progress", "id": "p3zczbew", "type": "bar", "visible": true, "flag": [], "rm_flag": [], "pos": [ 50, 425 ], "size": [ 380, 20 ], "default_style": false, "attribute_type": "freemaster", "custom_attribute": [], "mode": "LV_BAR_MODE_NORMAL", "range": [ 0, 100 ], "bar_start_value": 30, "animtime": 1000, "animValue": [ { "bar_value": 0, "anim": "LV_ANIM_OFF" } ], "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 60, "radius": 10, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 }, { "part": "LV_PART_INDICATOR", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "bg_opa": 255, "radius": 10, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0 } ] }, { "name": "OTAPage_label_6", "id": "ch674wsk", "type": "label", "visible": true, "flag": [], "rm_flag": [], "pos": [ 58, 372 ], "size": [ 363, 32 ], "default_style": false, "attribute_type": "", "custom_attribute": [], "text": "正在进行设备升级,不要断开设备电源\n", "long_mode": "LV_LABEL_LONG_WRAP", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#fffe00", "text_opa": 255, "font": 16, "text_align": "LV_TEXT_ALIGN_CENTER", "font_family": "Alibaba_PuHuiTi_Medium", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 0, "text_color": "#000000", "text_opa": 255, "font": 16, "font_family": "montserratMedium", "text_align": "LV_TEXT_ALIGN_CENTER", "letter_space": 0, "line_space": 0, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 0, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "padding_top": 0, "padding_right": 0, "padding_bottom": 0, "padding_left": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0 } ] }, { "name": "OTAPage_btn_exit", "id": "ac3p5i0d", "type": "btn", "visible": true, "flag": [ "LV_OBJ_FLAG_HIDDEN" ], "rm_flag": [], "pos": [ 190, 271 ], "size": [ 100, 50 ], "default_style": false, "event": { "widget": { "clicked": { "condition": [], "action": [ { "dst": "custom_code", "bindCondi": "", "actionList": { "custom_code": { "inc_c": "#include \"actions.h\"", "code_c": "on_ota_failed_restart(e);", "inc_py": "", "code_py": "" } } } ] } } }, "text_align": "center", "style": [ { "part": "LV_PART_MAIN", "state": "LV_STATE_DEFAULT", "disable": false, "bg_color": "#e70854", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "Alibaba_PuHuiTi_Medium", "text_color": "#ffffff", "text_opa": 255, "text_align": "LV_TEXT_ALIGN_CENTER" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_FOCUSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_PRESSED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_color": "#2195f6", "border_opa": 255, "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 16, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#ffffff" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_CHECKED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" }, { "part": "LV_PART_MAIN", "state": "LV_STATE_DISABLED", "disable": true, "bg_color": "#2195f6", "bg_grad_color": "#2195f6", "bg_opa": 255, "bg_grad_dir": "LV_GRAD_DIR_NONE", "bg_main_stop": 0, "bg_grad_stop": 255, "border_side": [ "LV_BORDER_SIDE_FULL" ], "border_width": 0, "border_opa": 255, "border_color": "#2195f6", "radius": 5, "shadow_color": "#2195f6", "shadow_opa": 255, "shadow_width": 0, "shadow_spread": 0, "shadow_ofs_x": 0, "shadow_ofs_y": 0, "bg_img_src": "", "dither_algorithm": "", "bg_img_storage": "", "color_format": "RGB565A8", "bg_img_opa": 255, "bg_img_recolor": "#ffffff", "bg_img_recolor_opa": 0, "font": 12, "font_family": "montserratMedium", "text_opa": 255, "text_color": "#000000" } ], "text": "失败重启", "long_mode": "LV_LABEL_LONG_WRAP", "toggle": false } ] } ] } }