-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
TFT Feather S3 resets when init() is called #3568
Comments
Can you add this line to your setup file
or this to build flags:
and test again |
That fixed it. The pragmatist in me says "Holw cow, thanks!". The programmer in me asks "WTF is that all bout then?" |
Tells the library which SPI port of S3 to use. Was not needed before but something changed in esp-idf library, now it is needed |
When you have an SD card connected as well in your project, like mine, and use the SD library the code will crash. The S3 will not reboot anymore but when creating f.e. a new folder on the card the code will crash. So the line above is just a temporary solution for some cases. Hope that Bodmer will have some time to fix this issue. A real number of issues reported seem to concern the same problem : reboot at tft_init. |
Here's the entirety of the project, so it should be easy to replicate - but I can't imagine what it could be.
When I build and upload this, it resets in tft.init() on all of my TFT S3 Feather Adafruit boards. Any ideas?
The text was updated successfully, but these errors were encountered: