Browse Source

* HSPI fix

fast-st7735-display
Scott Powell 1 week ago
parent
commit
d30d8ed748
  1. 2
      src/helpers/ui/ST7735Display.cpp

2
src/helpers/ui/ST7735Display.cpp

@ -103,7 +103,7 @@ static TFT_eSPI lcd = TFT_eSPI(160, 80);
static uint32_t curr_color; static uint32_t curr_color;
#if defined(HELTEC_LORA_V3) || defined(HELTEC_TRACKER_V2) #if defined(HELTEC_LORA_V3) || defined(HELTEC_TRACKER_V2)
static SPIClass tft_spi(SPI3_HOST); static SPIClass tft_spi(HSPI);
#define _spi (&tft_spi) #define _spi (&tft_spi)
#else #else
#define _spi (&SPI1) #define _spi (&SPI1)

Loading…
Cancel
Save