Roller with more than 27 items goes weird

Hello,
I don’t what cause this problem but it can be solved by lowering the number of infinite pages by changing the following line in lv_conf.h. ( I tried 3 and it works ).

#if LV_USE_ROLLER
#  define LV_ROLLER_INF_PAGES 3 /*Number of extra "pages" when the roller is infinite*/
#endif
1 Like