esp-iot-solution
esp-iot-solution copied to clipboard
example for screen was suspended on esp-iot-solution/components/bus/i2s_lcd_esp32s2_driver.c : i2s_write_data() function
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.
Thank you for your feedback. The fact is exactly what you said. We will fix it as soon as possible