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
IDF Ver:4.4.1
soc:esp32s2
lcd driver style:i80 on i2s bus
esp-iot-solution branch:master on 7ccf82a
i try to use i2s_lcd_esp32_driver.c:i2s_write_data_fun() instead of i2s_lcd_esp32s2_driver.c:i2s_write_data(), fix it for esp32s2,it works.but the color is not correct,lack of red.
now it is confirmed that there is a problem with this function:i2s_lcd_esp32s2_driver.c:i2s_write_data(). It will not trigger the i2s_dma interrupt.