We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In utilities.h, the RST pin for the T-Watch S3 is set to -1:
#define BOARD_TFT_RST (-1)
https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library/blob/t-watch-s3/src/utilities.h#L86
When configuring lvgl, I need a reset pin. What should I provide here?
The text was updated successfully, but these errors were encountered:
Ah, perhaps this is what I need (one level up from the screenshot above in menuconfig, under "Display ST7789 Configuration"):
Sorry, something went wrong.
No branches or pull requests
In utilities.h, the RST pin for the T-Watch S3 is set to -1:
https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library/blob/t-watch-s3/src/utilities.h#L86
When configuring lvgl, I need a reset pin. What should I provide here?
The text was updated successfully, but these errors were encountered: