I'm migrating a project from esp32 to esp32-s3.
In the esp32 i wrote a i2s lcd driver with the help of @ESP_houwenxiang because some hardware "bugs" and bad documentation.
From what i have read and researched the new i2s module of esp32-s3 is quite different from the i2s module of esp32.
I did not find a decent documentation for the lcd module or the i2s module of the esp32-s3 chip.
I need a full documentation of theses modules, to implement my lcd driver.
@ESP_houwenxiang or @rudi
Thank's.
