adafruit / Adafruit_CircuitPython_RGB_Display

Drivers for RGB displays for Adafruit CircuitPython.
MIT License
129 stars 52 forks source link

LVGL support #121

Open modi12jin opened 5 months ago

modi12jin commented 5 months ago

What does it take to add LVGL support to this library?

FoamyGuy commented 4 months ago

My understanding is that LVGL support would need to be added inside of the CircuitPython core. I think it's likely that we'd want to integrate it with the displayio core module instead of this older driver library.