Library for using LittleVGL with RA8875 + ESP32 + FT5206

Dear All,

I just have some success using LittleVGL with a RA8875 LCD, an ESP32 as MCU and a FT5206 capacitive touchscreen.
I did an Arduino library available here : https://github.com/patrickpollet1966/XGLCD-LVGL

I hope it will help.

Regards

Just a suggestion: the choice of GPL3 will be severely limiting for embedded applications, because it’s impossible to create a closed-source product. You might want to choose something like BSD, Apache, or MIT instead.

Yes, i know.
But this library is based on previous works which are under GPL V3.0 …

Hi. I’m working on RA8875 support for the LVGL running on the esp32 right now. See the pull request here: https://github.com/lvgl/lv_port_esp32/pull/165

Hopefully this is helpful.