Home
last modified time | relevance | path

Searched refs:lv_demo_smartwatch_easter_egg_load (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_easter_egg.h43 void lv_demo_smartwatch_easter_egg_load(lv_screen_load_anim_t anim_type, uint32_t time, uint32_t de…
Dlv_demo_smartwatch_private.h199 void lv_demo_smartwatch_easter_egg_load(lv_screen_load_anim_t anim_type, uint32_t time, uint32_t de…
Dlv_demo_smartwatch_easter_egg.c66 void lv_demo_smartwatch_easter_egg_load(lv_screen_load_anim_t anim_type, uint32_t time, uint32_t de… in lv_demo_smartwatch_easter_egg_load() function
Dlv_demo_smartwatch_settings.c422 lv_demo_smartwatch_easter_egg_load(LV_SCR_LOAD_ANIM_FADE_ON, 500, 0); in settings_action_event_cb()
Dlv_demo_smartwatch.c129 lv_demo_smartwatch_easter_egg_load(LV_SCR_LOAD_ANIM_FADE_IN, 0, 0); in lv_demo_smartwatch()