TTGO_TWatch_Library icon indicating copy to clipboard operation
TTGO_TWatch_Library copied to clipboard

Why is TFT Reset Pin on T-Watch S3 set to -1?

Open alexflint opened this issue 1 year ago • 1 comments

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?

image

alexflint avatar Feb 19 '24 17:02 alexflint

Ah, perhaps this is what I need (one level up from the screenshot above in menuconfig, under "Display ST7789 Configuration"):

image

alexflint avatar Feb 19 '24 17:02 alexflint