LVGL + ESP32 + epaper + touch

Hello, I’ve got a good display epaper display + touch currently running with arduino + gxEPD2 (adafruit gfx), it works pretty fine, but I’d like to use a more advanced gfx library like lvgl, is this display supported?

I’ve seen a commit for a similar display to mine (same SSD1680 controller, same producer, different size):

Add support for SSD1680 e-paper controller by AramVartanyan · Pull Request #210 · lvgl/lvgl_esp32_drivers · GitHub

It seems the commits was never accepted, I can add them on my tree myself, is it sufficient to have lvgl running on my platform?

1 Like

Just trying to do exactly same, do you succeed ?