Home
last modified time | relevance | path

Searched defs:snapshot_obj (Results 1 – 2 of 2) sorted by relevance

/lvgl-3.7.0/examples/others/snapshot/
Dlv_example_snapshot_1.c6 lv_obj_t * snapshot_obj = lv_event_get_user_data(e); in event_cb() local
30 lv_obj_t * snapshot_obj = lv_img_create(root); in lv_example_snapshot_1() local
Dlv_example_snapshot_1.py32 def event_cb(e, snapshot_obj): argument
50 snapshot_obj = lv.img(root) variable