ESP32+ILI9341 problem with TFT_RST=-1 #1957
-
Hi When reset pin of ILI9341 connected to some ESP32 pin and it defined in TFT_RST all working as expected. But when I try to set TFT_RST to -1 nothing to display. I was try to connect reset pin of ILI9341 to +3.3v, to EN pin of ESP32 board, try RC 10k+0.1u - same result - empty screen. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi andrey, #define TFT_RST -1 // Set TFT_RST to -1 if display RESET is connected to ESP32 board RST |
Beta Was this translation helpful? Give feedback.
-
Sorry for my bad, i reproduced silly things written, |
Beta Was this translation helpful? Give feedback.
Sorry for my bad, i reproduced silly things written,
I think : #define TFT_RST -1 means RST goes to 3,3V,
sure TFT_RST=-1 should be written TFT_RST -1