Hello,
I contact you regarding a problem that I encounter with the animation of the snake in our project which is created with LVGL and deployed with Zephyr. We noticed a drag behind and a shadow at the beginning of the snake during its movement, which gives a not very smooth effect to the animation.
you will find attached an image of the animation and the script.
PS: got same issue also with or without adding this in the main function :
k_msleep(lv_task_handler()); or this k_sleep(k_MSEC(10));