lvgl_esp32_drivers
lvgl_esp32_drivers copied to clipboard
Plans to add ESP32-S2-HMI-DEVKIT as a supported board?
Just wondering if there is any work to support that board (and its I2S interface). I know there does exist some code at https://github.com/espressif/esp-dev-kits/tree/master/esp32-s2-hmi-devkit-1 for that devkit, but it does not use this repo, and it would be nice to have a more unified way of configuring the display / platforms :)
Hi,
I try to support kits that I have physically, I didn't saw this one before. Maybe @tore-espressif has some laying around and would stimmate the effort to support it.
I have some as well, so I can start a PR to support it or at least help test as needed :)
Hi @finger563
I have the board on my desk.
Currently there isn't a driver in this repo that would support I2S (paralled) interface to LCD controller, so there is more work to do to make it work with lvgl_esp32_drivers.
So if you need a quick & working solution the esp-dev-kits is a good place to look at.
We have I2S support for drivers in the repo on the TODO list, meanwhile, any PR is welcome. Thanks!