TTGO_TWatch_Library
TTGO_TWatch_Library copied to clipboard
Why is TFT Reset Pin on T-Watch S3 set to -1?
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?
Ah, perhaps this is what I need (one level up from the screenshot above in menuconfig, under "Display ST7789 Configuration"):