Open IBakeCookies opened 7 months ago
I am having this exact same issue. Attempting to compile the factory test.
I have fixed this by downgrading the esp32
boards package to version 2.0.17
(from 3.x) in the Arduino IDE:
I have also removed the TFT_eSPI
library provided by this GitHub repo, and installed the stock version of the TFT_eSPI
package via the Library Manager:
After installing the library, I edited ~/Documents/Arduino/libraries/TFT_eSPI/User_Setup_Select.h
:
#include <User_Setup.h> // Default setup is root library folder
#include <User_Setups/Setup25_TTGO_T_Display.h> // Setup file for ESP32 and TTGO T-Display ST7789V SPI bus TFT
downgrading to esp32 2.0.17 was enough for me. I need to choose ESP32 Dev Module as using lilygo T-Display there's some error with flags
When I try to upload I get this error
in User_Setup.h I have
#define ILI9341_DRIVER
in User_Setup_Select.h I have
#include <User_Setups/Setup25_TTGO_T_Display.h> // Setup file for ESP32 and TTGO T-Display ST7789V SPI bus TFT
Also for some reason the FactoryTest directory does exist, but Arduino never sees it
I tried looking around and using other setups, which will make the device work, but not the screen...