lvgl_esp32_drivers icon indicating copy to clipboard operation
lvgl_esp32_drivers copied to clipboard

Plans to add ESP32-S2-HMI-DEVKIT as a supported board?

Open finger563 opened this issue 4 years ago • 3 comments

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 :)

finger563 avatar Oct 27 '21 13:10 finger563

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.

C47D avatar Oct 27 '21 16:10 C47D

I have some as well, so I can start a PR to support it or at least help test as needed :)

finger563 avatar Oct 27 '21 16:10 finger563

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!

tore-espressif avatar Oct 27 '21 17:10 tore-espressif