修改当前欢迎页的页面为红色字体
This commit is contained in:
parent
fcae9b4bd6
commit
c1ca0db8f3
File diff suppressed because one or more lines are too long
@ -430,7 +430,7 @@
|
|||||||
{
|
{
|
||||||
"nid": 10610,
|
"nid": 10610,
|
||||||
"strtype": "_style/Bg_Image",
|
"strtype": "_style/Bg_Image",
|
||||||
"strval": "assets/start.png",
|
"strval": "assets/start2.png",
|
||||||
"InheritedType": 5
|
"InheritedType": 5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
@ -12,7 +12,7 @@ SET(SOURCES screens/ui_pageWelCome.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_start_png.c
|
images/ui_img_start2_png.c
|
||||||
images/ui_img_340585291.c
|
images/ui_img_340585291.c
|
||||||
images/ui_img_setting_png.c
|
images/ui_img_setting_png.c
|
||||||
images/ui_img_setting_pressed_png.c
|
images/ui_img_setting_pressed_png.c
|
||||||
|
|||||||
@ -12,7 +12,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_start_png.c
|
images/ui_img_start2_png.c
|
||||||
images/ui_img_340585291.c
|
images/ui_img_340585291.c
|
||||||
images/ui_img_setting_png.c
|
images/ui_img_setting_png.c
|
||||||
images/ui_img_setting_pressed_png.c
|
images/ui_img_setting_pressed_png.c
|
||||||
|
|||||||
2424
SquareLineProj/Export/images/ui_img_start2_png.c
Normal file
2424
SquareLineProj/Export/images/ui_img_start2_png.c
Normal file
File diff suppressed because it is too large
Load Diff
@ -9,7 +9,7 @@ void ui_pageWelCome_screen_init(void)
|
|||||||
{
|
{
|
||||||
ui_pageWelCome = lv_obj_create(NULL);
|
ui_pageWelCome = lv_obj_create(NULL);
|
||||||
lv_obj_clear_flag(ui_pageWelCome, LV_OBJ_FLAG_SCROLLABLE); /// Flags
|
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);
|
ui_pageWelCome_barStartProgress = lv_bar_create(ui_pageWelCome);
|
||||||
lv_bar_set_value(ui_pageWelCome_barStartProgress, 25, LV_ANIM_OFF);
|
lv_bar_set_value(ui_pageWelCome_barStartProgress, 25, LV_ANIM_OFF);
|
||||||
|
|||||||
@ -333,7 +333,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_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_340585291); // assets/桌面.png
|
||||||
LV_IMG_DECLARE(ui_img_setting_png); // assets/setting.png
|
LV_IMG_DECLARE(ui_img_setting_png); // assets/setting.png
|
||||||
LV_IMG_DECLARE(ui_img_setting_pressed_png); // assets/setting_Pressed.png
|
LV_IMG_DECLARE(ui_img_setting_pressed_png); // assets/setting_Pressed.png
|
||||||
|
|||||||
BIN
SquareLineProj/assets/start2.png
Normal file
BIN
SquareLineProj/assets/start2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
Binary file not shown.
BIN
SquareLineProj/cache/thumb_1377617869start2.png
vendored
Normal file
BIN
SquareLineProj/cache/thumb_1377617869start2.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
BIN
SquareLineProj/start2.png
Normal file
BIN
SquareLineProj/start2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
Binary file not shown.
@ -12,7 +12,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_start_png.c
|
images/ui_img_start2_png.c
|
||||||
images/ui_img_340585291.c
|
images/ui_img_340585291.c
|
||||||
images/ui_img_setting_png.c
|
images/ui_img_setting_png.c
|
||||||
images/ui_img_setting_pressed_png.c
|
images/ui_img_setting_pressed_png.c
|
||||||
|
|||||||
@ -12,7 +12,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_start_png.c
|
images/ui_img_start2_png.c
|
||||||
images/ui_img_340585291.c
|
images/ui_img_340585291.c
|
||||||
images/ui_img_setting_png.c
|
images/ui_img_setting_png.c
|
||||||
images/ui_img_setting_pressed_png.c
|
images/ui_img_setting_pressed_png.c
|
||||||
|
|||||||
2424
components/FluxUI/images/ui_img_start2_png.c
Normal file
2424
components/FluxUI/images/ui_img_start2_png.c
Normal file
File diff suppressed because it is too large
Load Diff
@ -9,7 +9,7 @@ void ui_pageWelCome_screen_init(void)
|
|||||||
{
|
{
|
||||||
ui_pageWelCome = lv_obj_create(NULL);
|
ui_pageWelCome = lv_obj_create(NULL);
|
||||||
lv_obj_clear_flag(ui_pageWelCome, LV_OBJ_FLAG_SCROLLABLE); /// Flags
|
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);
|
ui_pageWelCome_barStartProgress = lv_bar_create(ui_pageWelCome);
|
||||||
lv_bar_set_value(ui_pageWelCome_barStartProgress, 25, LV_ANIM_OFF);
|
lv_bar_set_value(ui_pageWelCome_barStartProgress, 25, LV_ANIM_OFF);
|
||||||
|
|||||||
@ -333,7 +333,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_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_340585291); // assets/桌面.png
|
||||||
LV_IMG_DECLARE(ui_img_setting_png); // assets/setting.png
|
LV_IMG_DECLARE(ui_img_setting_png); // assets/setting.png
|
||||||
LV_IMG_DECLARE(ui_img_setting_pressed_png); // assets/setting_Pressed.png
|
LV_IMG_DECLARE(ui_img_setting_pressed_png); // assets/setting_Pressed.png
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user