Search found 1 match
- Sun Dec 08, 2024 10:29 am
- Forum: ESP IoT Solution
- Topic: ILI9341 not working when WiFi is on
- Replies: 0
- Views: 1125
ILI9341 not working when WiFi is on
From the beginning, I had problems with the ILI9341 display and the ESP32 board, when WiFi is on, nothing can be written on the display or random rows of pixels are displayed. Please help. Here's my code #include <WiFi.h> #include <TFT_eSPI.h> // Knihovna pro TFT displej #include <SPI.h> //#include ...