i2C on ILI9486 #3022
Rhythm8503
started this conversation in
Alerts
i2C on ILI9486
#3022
Replies: 1 comment
-
It maybe the watchdog timing out. Try adding yield() in any long duration functions. Another possibility is that cross talk from the high speed TFT GPIO is coupling into the higher impedance I2C lines. Try to keep the physically separated. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I'm using an ESP32 WROOM Devkit with the Arduino IDE, for some reason when using i2C with the display it causes Core 1 to panic, I'm currently using the ILI9486 in 8-bit parallel but I don't understand how this would conflict with i2C writing.
Beta Was this translation helpful? Give feedback.
All reactions