vitotai
Results
1
issues of
vitotai
### LVGL version v9.1 ### What happened? https://github.com/lvgl/lvgl/blob/46887dbe5149616ba8cebeb45039880d462b3519/src/widgets/canvas/lv_canvas.c#L113 It only works for 1bit indexed format, not for others. ### How to reproduce? uint32_t px = ((dsc->header.w + 7) >> 3)...