Search found 1 match
- Thu Jun 06, 2024 3:33 pm
- Forum: ESP32 Arduino
- Topic: ESP32-CAM TFT display and Wi-Fi trouble
- Replies: 1
- Views: 682
ESP32-CAM TFT display and Wi-Fi trouble
Hi, I am trying to use my esp32-cam with a TFT display and Wi-Fi at the same. If I use the display on its own it works fine and when I use Wi-Fi on its own it also works fine, but when I try to use them together it doesn't work. This is my code: #include "image.h" #include <SPI.h> #include <TFT_eSPI...