更改桌面后的代码

This commit is contained in:
jarvis 2025-03-07 18:05:38 +08:00
parent 37c95722c8
commit efefb37dde
19 changed files with 4861 additions and 22 deletions

File diff suppressed because one or more lines are too long

View File

@ -5236,7 +5236,7 @@
{ {
"nid": -396896997, "nid": -396896997,
"strtype": "_style/Bg_Image", "strtype": "_style/Bg_Image",
"strval": "assets/iosDeskTop320-480.png", "strval": "assets/桌面.png",
"InheritedType": 5 "InheritedType": 5
} }
], ],
@ -16389,7 +16389,7 @@
"uiExportFolderPath": "D:\\yuwell_workspace\\FluxDC\\SquareLineProj\\Export", "uiExportFolderPath": "D:\\yuwell_workspace\\FluxDC\\SquareLineProj\\Export",
"projectExportFolderPath": "D:\\yuwell_workspace\\FluxDC\\SquareLineProj\\Export", "projectExportFolderPath": "D:\\yuwell_workspace\\FluxDC\\SquareLineProj\\Export",
"custom_variable_prefix": "uic", "custom_variable_prefix": "uic",
"backup_cnt": 223, "backup_cnt": 226,
"autosave_cnt": 0, "autosave_cnt": 0,
"group_color_cnt": 0, "group_color_cnt": 0,
"lvgl_version": "8.3.6", "lvgl_version": "8.3.6",

View File

@ -7,7 +7,7 @@ SET(SOURCES screens/ui_Home.c
components/ui_comp_hook.c components/ui_comp_hook.c
ui_helpers.c ui_helpers.c
ui_events.c ui_events.c
images/ui_img_1623594766.c images/ui_img_340585291.c
images/ui_img_981464361.c images/ui_img_981464361.c
fonts/ui_font_AlimamaAgileVF.c fonts/ui_font_AlimamaAgileVF.c
fonts/ui_font_AlimamaAgileVFFangyuan40.c fonts/ui_font_AlimamaAgileVFFangyuan40.c

View File

@ -7,7 +7,7 @@ ui.c
components/ui_comp_hook.c components/ui_comp_hook.c
ui_helpers.c ui_helpers.c
ui_events.c ui_events.c
images/ui_img_1623594766.c images/ui_img_340585291.c
images/ui_img_981464361.c images/ui_img_981464361.c
fonts/ui_font_AlimamaAgileVF.c fonts/ui_font_AlimamaAgileVF.c
fonts/ui_font_AlimamaAgileVFFangyuan40.c fonts/ui_font_AlimamaAgileVFFangyuan40.c

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,7 @@ void ui_Home_screen_init(void)
lv_obj_set_style_bg_color(ui_Home, lv_color_hex(0xE6E6E6), LV_PART_MAIN | LV_STATE_DEFAULT); lv_obj_set_style_bg_color(ui_Home, lv_color_hex(0xE6E6E6), LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_bg_opa(ui_Home, 255, LV_PART_MAIN | LV_STATE_DEFAULT); lv_obj_set_style_bg_opa(ui_Home, 255, LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_bg_grad_color(ui_Home, lv_color_hex(0xE6E6E6), LV_PART_MAIN | LV_STATE_DEFAULT); lv_obj_set_style_bg_grad_color(ui_Home, lv_color_hex(0xE6E6E6), LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_bg_img_src(ui_Home, &ui_img_1623594766, LV_PART_MAIN | LV_STATE_DEFAULT); lv_obj_set_style_bg_img_src(ui_Home, &ui_img_340585291, LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_radius(ui_Home, 0, LV_PART_SCROLLBAR | LV_STATE_DEFAULT); lv_obj_set_style_radius(ui_Home, 0, LV_PART_SCROLLBAR | LV_STATE_DEFAULT);
lv_obj_set_style_bg_color(ui_Home, lv_color_hex(0xE6E6E6), LV_PART_SCROLLBAR | LV_STATE_DEFAULT); lv_obj_set_style_bg_color(ui_Home, lv_color_hex(0xE6E6E6), LV_PART_SCROLLBAR | LV_STATE_DEFAULT);

View File

@ -157,7 +157,7 @@ void ui_event____initial_actions0(lv_event_t * e);
extern lv_obj_t * ui____initial_actions0; extern lv_obj_t * ui____initial_actions0;
// IMAGES AND IMAGE SETS // IMAGES AND IMAGE SETS
LV_IMG_DECLARE(ui_img_1623594766); // assets/iosDeskTop320-480.png LV_IMG_DECLARE(ui_img_340585291); // assets/桌面.png
LV_IMG_DECLARE(ui_img_981464361); // assets/home40-40.png LV_IMG_DECLARE(ui_img_981464361); // assets/home40-40.png
// FONTS // FONTS

Binary file not shown.

After

Width:  |  Height:  |  Size: 314 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -7,7 +7,7 @@ ui.c
components/ui_comp_hook.c components/ui_comp_hook.c
ui_helpers.c ui_helpers.c
ui_events.c ui_events.c
images/ui_img_1623594766.c images/ui_img_340585291.c
images/ui_img_981464361.c images/ui_img_981464361.c
fonts/ui_font_AlimamaAgileVF.c fonts/ui_font_AlimamaAgileVF.c
fonts/ui_font_AlimamaAgileVFFangyuan40.c fonts/ui_font_AlimamaAgileVFFangyuan40.c

View File

@ -7,7 +7,7 @@ ui.c
components/ui_comp_hook.c components/ui_comp_hook.c
ui_helpers.c ui_helpers.c
ui_events.c ui_events.c
images/ui_img_1623594766.c images/ui_img_340585291.c
images/ui_img_981464361.c images/ui_img_981464361.c
fonts/ui_font_AlimamaAgileVF.c fonts/ui_font_AlimamaAgileVF.c
fonts/ui_font_AlimamaAgileVFFangyuan40.c fonts/ui_font_AlimamaAgileVFFangyuan40.c

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,7 @@ void ui_Home_screen_init(void)
lv_obj_set_style_bg_color(ui_Home, lv_color_hex(0xE6E6E6), LV_PART_MAIN | LV_STATE_DEFAULT); lv_obj_set_style_bg_color(ui_Home, lv_color_hex(0xE6E6E6), LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_bg_opa(ui_Home, 255, LV_PART_MAIN | LV_STATE_DEFAULT); lv_obj_set_style_bg_opa(ui_Home, 255, LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_bg_grad_color(ui_Home, lv_color_hex(0xE6E6E6), LV_PART_MAIN | LV_STATE_DEFAULT); lv_obj_set_style_bg_grad_color(ui_Home, lv_color_hex(0xE6E6E6), LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_bg_img_src(ui_Home, &ui_img_1623594766, LV_PART_MAIN | LV_STATE_DEFAULT); lv_obj_set_style_bg_img_src(ui_Home, &ui_img_340585291, LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_radius(ui_Home, 0, LV_PART_SCROLLBAR | LV_STATE_DEFAULT); lv_obj_set_style_radius(ui_Home, 0, LV_PART_SCROLLBAR | LV_STATE_DEFAULT);
lv_obj_set_style_bg_color(ui_Home, lv_color_hex(0xE6E6E6), LV_PART_SCROLLBAR | LV_STATE_DEFAULT); lv_obj_set_style_bg_color(ui_Home, lv_color_hex(0xE6E6E6), LV_PART_SCROLLBAR | LV_STATE_DEFAULT);

View File

@ -157,7 +157,7 @@ void ui_event____initial_actions0(lv_event_t * e);
extern lv_obj_t * ui____initial_actions0; extern lv_obj_t * ui____initial_actions0;
// IMAGES AND IMAGE SETS // IMAGES AND IMAGE SETS
LV_IMG_DECLARE(ui_img_1623594766); // assets/iosDeskTop320-480.png LV_IMG_DECLARE(ui_img_340585291); // assets/桌面.png
LV_IMG_DECLARE(ui_img_981464361); // assets/home40-40.png LV_IMG_DECLARE(ui_img_981464361); // assets/home40-40.png
// FONTS // FONTS

View File

@ -2164,16 +2164,7 @@ CONFIG_LV_ASSERT_HANDLER_INCLUDE="assert.h"
# #
# Others # Others
# #
CONFIG_LV_USE_PERF_MONITOR=y # CONFIG_LV_USE_PERF_MONITOR is not set
# CONFIG_LV_PERF_MONITOR_ALIGN_TOP_LEFT is not set
# CONFIG_LV_PERF_MONITOR_ALIGN_TOP_MID is not set
# CONFIG_LV_PERF_MONITOR_ALIGN_TOP_RIGHT is not set
# CONFIG_LV_PERF_MONITOR_ALIGN_BOTTOM_LEFT is not set
# CONFIG_LV_PERF_MONITOR_ALIGN_BOTTOM_MID is not set
CONFIG_LV_PERF_MONITOR_ALIGN_BOTTOM_RIGHT=y
# CONFIG_LV_PERF_MONITOR_ALIGN_LEFT_MID is not set
# CONFIG_LV_PERF_MONITOR_ALIGN_RIGHT_MID is not set
# CONFIG_LV_PERF_MONITOR_ALIGN_CENTER is not set
# CONFIG_LV_USE_REFR_DEBUG is not set # CONFIG_LV_USE_REFR_DEBUG is not set
# CONFIG_LV_SPRINTF_CUSTOM is not set # CONFIG_LV_SPRINTF_CUSTOM is not set
# CONFIG_LV_SPRINTF_USE_FLOAT is not set # CONFIG_LV_SPRINTF_USE_FLOAT is not set

BIN
桌面.psd Normal file

Binary file not shown.