🎨 Add EXP1/2 headers, adjust TFT pins (#24230)
This commit is contained in:
committed by
Scott Lahteine
parent
e0deb75764
commit
4831cbebd8
@ -30,7 +30,7 @@ SPIClass TFT_SPI::SPIx(1);
|
||||
|
||||
void TFT_SPI::Init() {
|
||||
#if PIN_EXISTS(TFT_RESET)
|
||||
OUT_WRITE(TFT_RST_PIN, HIGH);
|
||||
OUT_WRITE(TFT_RESET_PIN, HIGH);
|
||||
delay(100);
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user