修改当前欢迎页的页面为红色字体

This commit is contained in:
jarvis 2025-03-25 18:51:36 +08:00
parent fcae9b4bd6
commit c1ca0db8f3
17 changed files with 4858 additions and 10 deletions

File diff suppressed because one or more lines are too long

View File

@ -430,7 +430,7 @@
{
"nid": 10610,
"strtype": "_style/Bg_Image",
"strval": "assets/start.png",
"strval": "assets/start2.png",
"InheritedType": 5
}
],

View File

@ -12,7 +12,7 @@ SET(SOURCES screens/ui_pageWelCome.c
components/ui_comp_hook.c
ui_helpers.c
ui_events.c
images/ui_img_start_png.c
images/ui_img_start2_png.c
images/ui_img_340585291.c
images/ui_img_setting_png.c
images/ui_img_setting_pressed_png.c

View File

@ -12,7 +12,7 @@ ui.c
components/ui_comp_hook.c
ui_helpers.c
ui_events.c
images/ui_img_start_png.c
images/ui_img_start2_png.c
images/ui_img_340585291.c
images/ui_img_setting_png.c
images/ui_img_setting_pressed_png.c

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,7 @@ void ui_pageWelCome_screen_init(void)
{
ui_pageWelCome = lv_obj_create(NULL);
lv_obj_clear_flag(ui_pageWelCome, LV_OBJ_FLAG_SCROLLABLE); /// Flags
lv_obj_set_style_bg_img_src(ui_pageWelCome, &ui_img_start_png, LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_bg_img_src(ui_pageWelCome, &ui_img_start2_png, LV_PART_MAIN | LV_STATE_DEFAULT);
ui_pageWelCome_barStartProgress = lv_bar_create(ui_pageWelCome);
lv_bar_set_value(ui_pageWelCome_barStartProgress, 25, LV_ANIM_OFF);

View File

@ -333,7 +333,7 @@ void ui_event____initial_actions0(lv_event_t * e);
extern lv_obj_t * ui____initial_actions0;
// IMAGES AND IMAGE SETS
LV_IMG_DECLARE(ui_img_start_png); // assets/start.png
LV_IMG_DECLARE(ui_img_start2_png); // assets/start2.png
LV_IMG_DECLARE(ui_img_340585291); // assets/桌面.png
LV_IMG_DECLARE(ui_img_setting_png); // assets/setting.png
LV_IMG_DECLARE(ui_img_setting_pressed_png); // assets/setting_Pressed.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
SquareLineProj/start2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

View File

@ -12,7 +12,7 @@ ui.c
components/ui_comp_hook.c
ui_helpers.c
ui_events.c
images/ui_img_start_png.c
images/ui_img_start2_png.c
images/ui_img_340585291.c
images/ui_img_setting_png.c
images/ui_img_setting_pressed_png.c

View File

@ -12,7 +12,7 @@ ui.c
components/ui_comp_hook.c
ui_helpers.c
ui_events.c
images/ui_img_start_png.c
images/ui_img_start2_png.c
images/ui_img_340585291.c
images/ui_img_setting_png.c
images/ui_img_setting_pressed_png.c

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,7 @@ void ui_pageWelCome_screen_init(void)
{
ui_pageWelCome = lv_obj_create(NULL);
lv_obj_clear_flag(ui_pageWelCome, LV_OBJ_FLAG_SCROLLABLE); /// Flags
lv_obj_set_style_bg_img_src(ui_pageWelCome, &ui_img_start_png, LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_bg_img_src(ui_pageWelCome, &ui_img_start2_png, LV_PART_MAIN | LV_STATE_DEFAULT);
ui_pageWelCome_barStartProgress = lv_bar_create(ui_pageWelCome);
lv_bar_set_value(ui_pageWelCome_barStartProgress, 25, LV_ANIM_OFF);

View File

@ -333,7 +333,7 @@ void ui_event____initial_actions0(lv_event_t * e);
extern lv_obj_t * ui____initial_actions0;
// IMAGES AND IMAGE SETS
LV_IMG_DECLARE(ui_img_start_png); // assets/start.png
LV_IMG_DECLARE(ui_img_start2_png); // assets/start2.png
LV_IMG_DECLARE(ui_img_340585291); // assets/桌面.png
LV_IMG_DECLARE(ui_img_setting_png); // assets/setting.png
LV_IMG_DECLARE(ui_img_setting_pressed_png); // assets/setting_Pressed.png