Liam Howatt
Liam Howatt
@huoxingdigua, nice catch. Do you want to open a PR for it?
PR open: #7675
Is it related to #8200?
Fixed by #7370
I could not reproduce the compilation error in `release/v9.1` or `master`. Are you able to update the LVGL? Otherwise, please send a more precise version description of LVGL which you...
Thanks for reporting it. I was able to reproduce it. You can make it work by simply applying the image source as the `src_mid` parameter instead of the `src_left` parameter....
I added a line to the docs which says: "Typically the middle image should be one of the set image sources."
I had to add more guards to compile with only `LV_DRAW_SW_SUPPORT_XRGB8888`. Also in a separate commit I dealt with another subtle case.
`LV_IMAGE_ALIGN_STRETCH` is what you're looking for, I believe. https://docs.lvgl.io/master/details/widgets/image.html#inner-align
It's the same kind of error as the one that [this](https://github.com/lvgl/lv_binding_micropython/pull/349/files) solved. There must be another case where `user_data_found` is `false`. I need to find out why.