-
Notifications
You must be signed in to change notification settings - Fork 339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TTGO T8 ESP32-S2] Sample code fails compiling #92
Comments
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: teastainGit/LilyGO-T-display-S3-setup-and-examples#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.
The text was updated successfully, but these errors were encountered: