nicusorcitu
nicusorcitu
I am very busy 2-3 weeks but I will get back to lvgl asap and I will let you know.
I just tried to run the benchmark, CPU only, on the target and I get the below assert. One more note about logging: I have seen that logs are nly...
@cristian-stoica
Can we reopen this issue? It has to be fixed.
OK, I see. This ticket is only about data_size field. I thought it will fix the stride too. https://github.com/lvgl/lvgl/issues/4624#issuecomment-1883311091 E.G. all the images will need to be padded until stride...
As they are right now upstream, all the assets (C array files) can not be processed by the GPU.
Recomposing the image is inefficient. You allocate another buffer where you copy the source image line by line and add the stride padding. It is resource consuming (CPU and memory)....
We have as well internal images to test the GPU. But we want to have the possibility to run the benchmark out of the box. It should be doable. We...
https://github.com/lvgl/lvgl/pull/5925
> I re-read the vg_lite driver and found that global alpha will only act on image-related rendering. Vector drawing global alpha such as path filling is invalid😅, so let us...