更改桌面后的代码
This commit is contained in:
parent
37c95722c8
commit
efefb37dde
File diff suppressed because one or more lines are too long
@ -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",
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
2424
SquareLineProj/Export/images/ui_img_340585291.c
Normal file
2424
SquareLineProj/Export/images/ui_img_340585291.c
Normal file
File diff suppressed because it is too large
Load Diff
@ -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);
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
BIN
SquareLineProj/assets/桌面.png
Normal file
BIN
SquareLineProj/assets/桌面.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 314 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
SquareLineProj/cache/thumb_340585291桌面.png
vendored
Normal file
BIN
SquareLineProj/cache/thumb_340585291桌面.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
2424
components/FluxUI/images/ui_img_340585291.c
Normal file
2424
components/FluxUI/images/ui_img_340585291.c
Normal file
File diff suppressed because it is too large
Load Diff
@ -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);
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
11
sdkconfig
11
sdkconfig
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user