Home
last modified time | relevance | path

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

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