Home
last modified time | relevance | path

Searched refs:LV_EVENT_SCREEN_UNLOADED (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/core/
Dlv_event.h81 LV_EVENT_SCREEN_UNLOADED, /**< A screen was unloaded*/ enumerator
Dlv_disp.c488 if(d->act_scr) lv_event_send(old_scr, LV_EVENT_SCREEN_UNLOADED, NULL); in scr_load_internal()
523 lv_event_send(d->prev_scr, LV_EVENT_SCREEN_UNLOADED, NULL); in scr_anim_ready()
/lvgl-latest/docs/overview/
Devent.md115 - `LV_EVENT_SCREEN_UNLOADED` A screen was unloaded, called when all animations are finished