In chapter 3.2 of LVGL ebook a LVGL animation is used to read temperature every 10sec
I found it a little strange solution but it works! Animation value goes from 0 to 100 in 1000 seconds so it is called once every seconds.
But why not using lvgl timers?
Is there any reason why animations are better than timers here?