Skip to content

Commit

Permalink
fix(MiscDrivers): Fix Blank MAX78000EVKIT TFT Display (#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Carter authored Apr 16, 2024
1 parent 25ca28d commit aad12c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Libraries/MiscDrivers/Display/tft_ssd2119.c
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ static void tft_spi_init(void)
tft_pins.mosi = true; ///< mosi pin
tft_pins.sdio2 = false; ///< SDIO2 pin
tft_pins.sdio3 = false; ///< SDIO3 pin
tft_pins.vddioh = true;

MXC_SPI_Init((mxc_spi_regs_t *)spi, master, quadMode, numSlaves, ssPol, tft_spi_freq, tft_pins);
#endif
Expand Down

0 comments on commit aad12c7

Please sign in to comment.