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
On the ESP32-S3-LCD-EV-Board, I created a UI using LVGL and added Wi-Fi connectivity. At startup, everything works fine, but when the Wi-Fi connection is established, the I2C starts experiencing issues.
Sketch
In the log, I see the following:
E (11496) lcd_panel.io.i2c: panel_io_i2c_rx_buffer(136): i2c transaction failed
E (11496) FT5x06: esp_lcd_touch_ft5x06_read_data(179): I2C read error!
Could it be caused by this warning?
W (1182) i2c: This driver is an old driver, please migrate your application code to adapt `driver/i2c_master.h`
Other Steps to Reproduce
No response
I have checked existing issues, README.md and ESP32 Forum
I confirm I have checked existing issues, online documentation and Troubleshooting guide.
The text was updated successfully, but these errors were encountered:
Board
ESP32-S3
Hardware Description
BSP: ESP32-S3-LCD-EV-Board
IDE Name
VSCode
Operating System
Windows 10
Description
On the ESP32-S3-LCD-EV-Board, I created a UI using LVGL and added Wi-Fi connectivity. At startup, everything works fine, but when the Wi-Fi connection is established, the I2C starts experiencing issues.
Sketch
Other Steps to Reproduce
No response
I have checked existing issues, README.md and ESP32 Forum
The text was updated successfully, but these errors were encountered: