Ryan Stachura
Ryan Stachura
Should `LV_HOR_RES` be replaced with a user defined `ext_width`? BTW this was taken directly from [here](https://github.com/lvgl/lvgl/issues/7091#issuecomment-2417589948).
How's this?
I'll be completely honest with you... I can't figure out how to make this merge for the life of me. I've tried cloning and merging but I either end up...
After `git merge origin/master`, I get "Already up to date."... Same result if I try the other way around.
Thanks for the validation lol... Is there anything else I need to do? Or have the changes been successfully merged with master?
It would be nice to allow access to fragments on the stack by index. Currently, fragments on the stack can only be found if each fragment has a unique container...
@nilaygit-10721 I believe there are other combinations that can cause Linker errors as well. I stumbled across a different one after encountering this one, but unfortunately didn't make note of...
[image_source_data.zip](https://github.com/user-attachments/files/17399837/image_source_data.zip) The content is too long to post within a comment or my original post so I've zipped the C file here. Thank you.
No, the source code remains untouched. I am running this using the Windows simulator. Maybe it has something to do with the configurations I set? ``` #define LV_COLOR_DEPTH 16 #define...
@kissa96 Yes, the .c image is compiled. When no scaling is applied (or 256) then the image renders as expected. I will try will a smaller image and ARGB8888 disabled...