Started playing with display recently, purchased a Lilygo T-Display. Followed Volos guide on Youtube, loaded appropriate libraries and its been running with no problem.
Decided to play with some of the example files in TFT_eSPI . I have edited User_Setup_Select.h to only include #include <User_Setups/Setup25_TTGO_T_Display.h> // Setup file for ESP32 and TTGO T-Display ST7789V SPI bus TFT
But when I try to compile and upload the font example in TFT_Esp I have a black screen after it runs I get the following message
loading library from c:\Users\Overlord\Documents\Arduino\libraries\T-Display-S3-main: invalid library: no header files foundloading library from c:\Users\Overlord\Documents\Arduino\libraries\TTGOWeatherStation-main: invalid library: no header files found
Where or what is directing it to TTGOWeatherStation-main when compile the Font example sketch?
I just cant figure out what in the Font example file would be directing the compiler to look in the two unrelated folders, I do not see either of the folders listed in the Font example file. I am sure its something I have changed when working with the tdisplay s3 board but cannot for the life of me remember where I would have made the change
I have followed the instructions on the lillygo git hub page to the letter with same results, I get the error message that the compiler is looking for files in two folders that have nothing to do with the example sketch I am trying to compile
I copied TFT_eSPI to the Documents\Arduino\libraries directory
opened Documents\Arduino\libraries\TFT_eSPI\examples\Factory Test\Factory Test.ino
selected board LiLyGo T-Display (or ESP32 Dev Module) and it compiled and linked OK with a couple of warnings
Sketch uses 889321 bytes (67%) of program storage space. Maximum is 1310720 bytes.
Global variables use 45444 bytes (13%) of dynamic memory, leaving 282236 bytes for local variables. Maximum is 327680 bytes.
C:\Users\Overlord\Documents\Arduino\libraries\TFT_eSPI\examples\FactoryTest\FactoryTest.ino:1:10: fatal error: TFT_eSPI.h: No such file or directory #include <TFT_eSPI.h>
^~~~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: TFT_eSPI.h: No such file or directory
Yes and have successfully, flashed somewhere over 35 diff esp32 boards in the past few months, including this one until yesterday. I will watch video and go thru the motions again in the event I have changed something.
Here are the links that are in my preferences, additional board manager window
Many Thanks for the help, I deleted a couple of libraries and downloaded again and I am back up and running. I some how did not have admin priv, still trying to (learn)operate in win11