You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
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.
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!
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 :)
The text was updated successfully, but these errors were encountered: