Animated objects act as static

I’m using the code examples in the docs for creating scrolling text, arc loader and etc… But they are not animated. Any ideas what could be the problem here?

I’m using PIC32MZ EF MCU.

do you have this line:

#define LV_USE_ANIMATION        1

in your lv_conf.h file?

Yeah, i kinda fixed the problem. The pixel flushing to the display was incorrect.