ST7796 reset pin connected ESP32 reset
Posted: Mon Oct 21, 2024 4:02 pm
I'm using a cheap yellow board (ESP32-3248S035C) which has a ST7796 display controller.
The reset pin of the ST7796 is connected to the ESP32's own reset. I don't know how to set its use in the connections values for the component - setting it to Unconnected gets me a syntax error when I try to compile.
If I set the reset pin to one of the other (currently unused) I/O pins it will compile but it seems that there should be a better way to configure the reset. Any suggestions?
The reset pin of the ST7796 is connected to the ESP32's own reset. I don't know how to set its use in the connections values for the component - setting it to Unconnected gets me a syntax error when I try to compile.
If I set the reset pin to one of the other (currently unused) I/O pins it will compile but it seems that there should be a better way to configure the reset. Any suggestions?