Xinyuan-LilyGO / TTGO_TWatch_Library

MIT License
855 stars 282 forks source link

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

Open alexflint opened 4 months ago

alexflint commented 4 months ago

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 commented 4 months ago

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

image