GetStarted lv_timer_t

Hello I’m new and I try to compile the example “lv_demo_stress.c”
Where ist the declaration of “lv_timer_t” ?
When I ask lvgl it tells I don’t know what that is when I google
lv_timer_t it’s pointing me to the example github

static void obj_test_task_cb(lv_timer_t * tmr)

Hi,

lv_task_t was replaced by lv_timer_t in v8.

1 Like

Thank you kisvegabor

i use lvgl arduino
lv_img_t img; in v7 is?
lv_img_dsc_t imgdsc; in v7 is ?
lv_obj_class_t in v7 is ?
please hekp me i want to show gif with lvgl v7
because i use it in arduino ide

Please open new topic(s) for new question(s).