lvgl / lvgl_esp32_drivers

Drivers for ESP32 to be used with LVGL
MIT License
330 stars 282 forks source link

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

Open finger563 opened 2 years ago

finger563 commented 2 years ago

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

C47D commented 2 years ago

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.

finger563 commented 2 years ago

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

tore-espressif commented 2 years ago

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!