Open mado89 opened 1 month ago
I moved this issue to the main LVGL repo as the SDL driver is locate here.
It's really not supported now, but it's possible to add it to the SDL driver here. If the display's color format is I1
we should use ARGB8888
for SDL here and convert the indexed data to ARGB8888 in the flush_cb
If you have time an interest a PR would be very welcome :slightly_smiling_face:
We need some feedback on this issue.
Now we mark this as "Abandoned" because there was no activity here for 14 days.
Remove the "Stale" label or comment else this will be closed in 7 days.
PR opened, see https://github.com/lvgl/lvgl/pull/7036
We need some feedback on this issue.
Now we mark this as "Abandoned" because there was no activity here for 14 days.
Remove the "Stale" label or comment else this will be closed in 7 days.
https://github.com/lvgl/lvgl/pull/7036 is ready and being reviewed.
Thanks for your efforts. I will check when I have time again (currently working on a different project, sorry)
Hi, I am on the lookout for input on how to simulate a monochrome OLED display (128x64px). Can this be done with SDL while the simulated code uses lv_ functions? Thanks