Skip to content

Commit

Permalink
Revert "fix(MiscDrivers): Fix Blank MAX78000EVKIT TFT Display (#979)"
Browse files Browse the repository at this point in the history
This reverts commit aad12c7.
  • Loading branch information
EricB-ADI committed Aug 21, 2024
1 parent e9d3028 commit 3ea011b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Libraries/MiscDrivers/Display/tft_ssd2119.c
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,6 @@ 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 3ea011b

Please sign in to comment.