Open Shohreh opened 2 years ago
Did anyone find a workaround for this? I'm testing the latest code and examples and still getting this error.
Thanks!
Same problem
I put it on the back burner, but you might have more luck trying Bodmer's TFT_eSPI instead:
Thank you Shoreh. I was able to solve it with help from https://github.com/teastainGit. Bottom line, I have T-Display-S3 boards, not TTGO boards -- so Bodmer's and the TTGO libraries weren't going to work until these libraries support the T-Display-S3 board.
Context: there is a specific TFT_eSPI library provided by LilyGO for the T-Display-S3 at https://github.com/Xinyuan-LilyGO/TTGO-T-Display ... and you need to use the TFT_eSPI contained there. Worked the first time. Kudos go to teastainGit for figuring it out and being super helpful!
You can see his notes and our discussion at: https://github.com/teastainGit/LilyGO-T-display-S3-setup-and-examples/issues/3 for instructions.
Thanks!
Ed
Hello,
I'm an Arduino + ESP newbie.
I installed the Arduino 2.0.0rc8 IDE since I read the current stable release (1.8.19) doesn't support that TTGO board.
Then, I added and selected that board + port, and manually installed the TFT_eSPI library.
But when I try to compile Arduino\libraries\TFT_eSPI\examples\FactoryTest\FactoryTest.ino, here is what I get:
What should I try?
Thank you.