Revert "add heltec_v4 tft expansion box"

This reverts commit 310618e689.
This commit is contained in:
Scott Powell
2025-11-27 21:34:52 +11:00
parent ffbc24b3e7
commit 3ddfdd477b
8 changed files with 45 additions and 268 deletions
+1 -4
View File
@@ -25,13 +25,10 @@ bool ST7789LCDDisplay::begin() {
pinMode(PIN_TFT_LEDA_CTL, OUTPUT);
digitalWrite(PIN_TFT_LEDA_CTL, HIGH);
pinMode(PIN_TFT_RST, OUTPUT);
digitalWrite(PIN_TFT_RST, LOW);
delay(10);
digitalWrite(PIN_TFT_RST, HIGH);
// Im not sure if this is just a t-deck problem or not, if your display is slow try this.
#if defined(LILYGO_TDECK) || defined(HELTEC_LORA_V4_TFT)
#ifdef LILYGO_TDECK
displaySPI.begin(PIN_TFT_SCL, -1, PIN_TFT_SDA, PIN_TFT_CS);
#endif