You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
168 lines
7.2 KiB
C
168 lines
7.2 KiB
C
// This file was generated by SquareLine Studio
|
|
// SquareLine Studio version: SquareLine Studio 1.3.1
|
|
// LVGL version: 8.3.4
|
|
// Project name: box_reset_mode
|
|
|
|
#include "ui.h"
|
|
#include "ui_helpers.h"
|
|
|
|
///////////////////// VARIABLES ////////////////////
|
|
void sleep_body_up_down_Animation(lv_obj_t *TargetObject, int delay);
|
|
void listen_eye_blink_Animation(lv_obj_t *TargetObject, int delay);
|
|
void listen_eye_screen_move_Animation(lv_obj_t *TargetObject, int delay);
|
|
void get_eye_blink_Animation(lv_obj_t *TargetObject, int delay);
|
|
|
|
// SCREEN: ui_ScreenSetup
|
|
void ui_ScreenSetup_screen_init(void);
|
|
lv_obj_t *ui_ScreenSetup;
|
|
lv_obj_t *ui_ImageSetupTextBg;
|
|
lv_obj_t *ui_PanelSetupSteps;
|
|
lv_obj_t *ui_LabelSetupStepContent;
|
|
lv_obj_t *ui_LabelSetupStepTile;
|
|
void ui_event_ButtonSetup(lv_event_t *e);
|
|
lv_obj_t *ui_ButtonSetup;
|
|
lv_obj_t *ui_LabelSetupBtn;
|
|
lv_obj_t *ui____initial_actions0;
|
|
|
|
static lv_group_t *g_btn_op_group = NULL;
|
|
|
|
///////////////////// TEST LVGL SETTINGS ////////////////////
|
|
#if LV_COLOR_DEPTH != 16
|
|
#error "LV_COLOR_DEPTH should be 16bit to match SquareLine Studio's settings"
|
|
#endif
|
|
#if LV_COLOR_16_SWAP !=1
|
|
#error "LV_COLOR_16_SWAP should be 1 to match SquareLine Studio's settings"
|
|
#endif
|
|
|
|
lv_group_t *ui_get_btn_op_group(void)
|
|
{
|
|
return g_btn_op_group;
|
|
}
|
|
|
|
///////////////////// ANIMATIONS ////////////////////
|
|
void sleep_body_up_down_Animation(lv_obj_t *TargetObject, int delay)
|
|
{
|
|
ui_anim_user_data_t *PropertyAnimation_0_user_data = lv_mem_alloc(sizeof(ui_anim_user_data_t));
|
|
PropertyAnimation_0_user_data->target = TargetObject;
|
|
PropertyAnimation_0_user_data->val = -1;
|
|
lv_anim_t PropertyAnimation_0;
|
|
lv_anim_init(&PropertyAnimation_0);
|
|
lv_anim_set_time(&PropertyAnimation_0, 1000);
|
|
lv_anim_set_user_data(&PropertyAnimation_0, PropertyAnimation_0_user_data);
|
|
lv_anim_set_custom_exec_cb(&PropertyAnimation_0, _ui_anim_callback_set_y);
|
|
lv_anim_set_values(&PropertyAnimation_0, 0, -20);
|
|
lv_anim_set_path_cb(&PropertyAnimation_0, lv_anim_path_linear);
|
|
lv_anim_set_delay(&PropertyAnimation_0, delay + 0);
|
|
lv_anim_set_deleted_cb(&PropertyAnimation_0, _ui_anim_callback_free_user_data);
|
|
lv_anim_set_playback_time(&PropertyAnimation_0, 1000);
|
|
lv_anim_set_playback_delay(&PropertyAnimation_0, 0);
|
|
lv_anim_set_repeat_count(&PropertyAnimation_0, LV_ANIM_REPEAT_INFINITE);
|
|
lv_anim_set_repeat_delay(&PropertyAnimation_0, 0);
|
|
lv_anim_set_early_apply(&PropertyAnimation_0, false);
|
|
lv_anim_set_get_value_cb(&PropertyAnimation_0, &_ui_anim_callback_get_y);
|
|
lv_anim_start(&PropertyAnimation_0);
|
|
|
|
}
|
|
void listen_eye_blink_Animation(lv_obj_t *TargetObject, int delay)
|
|
{
|
|
ui_anim_user_data_t *PropertyAnimation_0_user_data = lv_mem_alloc(sizeof(ui_anim_user_data_t));
|
|
PropertyAnimation_0_user_data->target = TargetObject;
|
|
PropertyAnimation_0_user_data->val = -1;
|
|
lv_anim_t PropertyAnimation_0;
|
|
lv_anim_init(&PropertyAnimation_0);
|
|
lv_anim_set_time(&PropertyAnimation_0, 100);
|
|
lv_anim_set_user_data(&PropertyAnimation_0, PropertyAnimation_0_user_data);
|
|
lv_anim_set_custom_exec_cb(&PropertyAnimation_0, _ui_anim_callback_set_height);
|
|
lv_anim_set_values(&PropertyAnimation_0, 0, -10);
|
|
lv_anim_set_path_cb(&PropertyAnimation_0, lv_anim_path_linear);
|
|
lv_anim_set_delay(&PropertyAnimation_0, delay + 1800);
|
|
lv_anim_set_deleted_cb(&PropertyAnimation_0, _ui_anim_callback_free_user_data);
|
|
lv_anim_set_playback_time(&PropertyAnimation_0, 100);
|
|
lv_anim_set_playback_delay(&PropertyAnimation_0, 0);
|
|
lv_anim_set_repeat_count(&PropertyAnimation_0, LV_ANIM_REPEAT_INFINITE);
|
|
lv_anim_set_repeat_delay(&PropertyAnimation_0, 2100);
|
|
lv_anim_set_early_apply(&PropertyAnimation_0, false);
|
|
lv_anim_set_get_value_cb(&PropertyAnimation_0, &_ui_anim_callback_get_height);
|
|
lv_anim_start(&PropertyAnimation_0);
|
|
|
|
}
|
|
void listen_eye_screen_move_Animation(lv_obj_t *TargetObject, int delay)
|
|
{
|
|
ui_anim_user_data_t *PropertyAnimation_0_user_data = lv_mem_alloc(sizeof(ui_anim_user_data_t));
|
|
PropertyAnimation_0_user_data->target = TargetObject;
|
|
PropertyAnimation_0_user_data->val = -1;
|
|
lv_anim_t PropertyAnimation_0;
|
|
lv_anim_init(&PropertyAnimation_0);
|
|
lv_anim_set_time(&PropertyAnimation_0, 300);
|
|
lv_anim_set_user_data(&PropertyAnimation_0, PropertyAnimation_0_user_data);
|
|
lv_anim_set_custom_exec_cb(&PropertyAnimation_0, _ui_anim_callback_set_x);
|
|
lv_anim_set_values(&PropertyAnimation_0, 0, -20);
|
|
lv_anim_set_path_cb(&PropertyAnimation_0, lv_anim_path_linear);
|
|
lv_anim_set_delay(&PropertyAnimation_0, delay + 0);
|
|
lv_anim_set_deleted_cb(&PropertyAnimation_0, _ui_anim_callback_free_user_data);
|
|
lv_anim_set_playback_time(&PropertyAnimation_0, 300);
|
|
lv_anim_set_playback_delay(&PropertyAnimation_0, 2000);
|
|
lv_anim_set_repeat_count(&PropertyAnimation_0, LV_ANIM_REPEAT_INFINITE);
|
|
lv_anim_set_repeat_delay(&PropertyAnimation_0, 2000);
|
|
lv_anim_set_early_apply(&PropertyAnimation_0, false);
|
|
lv_anim_set_get_value_cb(&PropertyAnimation_0, &_ui_anim_callback_get_x);
|
|
lv_anim_start(&PropertyAnimation_0);
|
|
|
|
}
|
|
void get_eye_blink_Animation(lv_obj_t *TargetObject, int delay)
|
|
{
|
|
ui_anim_user_data_t *PropertyAnimation_0_user_data = lv_mem_alloc(sizeof(ui_anim_user_data_t));
|
|
PropertyAnimation_0_user_data->target = TargetObject;
|
|
PropertyAnimation_0_user_data->val = -1;
|
|
lv_anim_t PropertyAnimation_0;
|
|
lv_anim_init(&PropertyAnimation_0);
|
|
lv_anim_set_time(&PropertyAnimation_0, 100);
|
|
lv_anim_set_user_data(&PropertyAnimation_0, PropertyAnimation_0_user_data);
|
|
lv_anim_set_custom_exec_cb(&PropertyAnimation_0, _ui_anim_callback_set_height);
|
|
lv_anim_set_values(&PropertyAnimation_0, 0, -10);
|
|
lv_anim_set_path_cb(&PropertyAnimation_0, lv_anim_path_linear);
|
|
lv_anim_set_delay(&PropertyAnimation_0, delay + 0);
|
|
lv_anim_set_deleted_cb(&PropertyAnimation_0, _ui_anim_callback_free_user_data);
|
|
lv_anim_set_playback_time(&PropertyAnimation_0, 100);
|
|
lv_anim_set_playback_delay(&PropertyAnimation_0, 0);
|
|
lv_anim_set_repeat_count(&PropertyAnimation_0, LV_ANIM_REPEAT_INFINITE);
|
|
lv_anim_set_repeat_delay(&PropertyAnimation_0, 1000);
|
|
lv_anim_set_early_apply(&PropertyAnimation_0, false);
|
|
lv_anim_set_get_value_cb(&PropertyAnimation_0, &_ui_anim_callback_get_height);
|
|
lv_anim_start(&PropertyAnimation_0);
|
|
|
|
}
|
|
|
|
///////////////////// FUNCTIONS ////////////////////
|
|
void ui_event_ButtonSetup(lv_event_t *e)
|
|
{
|
|
lv_event_code_t event_code = lv_event_get_code(e);
|
|
if (event_code == LV_EVENT_CLICKED) {
|
|
EventBtnSetupClick(e);
|
|
}
|
|
}
|
|
|
|
///////////////////// SCREENS ////////////////////
|
|
|
|
void ui_init(void)
|
|
{
|
|
lv_disp_t *dispp = lv_disp_get_default();
|
|
lv_theme_t *theme = lv_theme_default_init(dispp, lv_palette_main(LV_PALETTE_BLUE), lv_palette_main(LV_PALETTE_RED),
|
|
false, LV_FONT_DEFAULT);
|
|
|
|
|
|
lv_indev_t *indev = lv_indev_get_next(NULL);
|
|
if (lv_indev_get_type(indev) == LV_INDEV_TYPE_ENCODER) {
|
|
g_btn_op_group = lv_group_create();
|
|
lv_indev_set_group(indev, g_btn_op_group);
|
|
indev->driver->long_press_time = 1000;
|
|
indev->driver->long_press_repeat_time = 5 * 1000;
|
|
}
|
|
|
|
|
|
lv_disp_set_theme(dispp, theme);
|
|
ui_ScreenSetup_screen_init();
|
|
ui____initial_actions0 = lv_obj_create(NULL);
|
|
lv_disp_load_scr(ui_ScreenSetup);
|
|
}
|