Only white screen with STM32 Nucleo-64 L467RG + Waveshare 4" ILI9486 + TFT_eSPI <SOLVED>

Yes of course a shied for the new display, totally forgot about that those. And thanks for all the good info.

Read_User_Setup:

[code]
TFT_eSPI ver = 2.3.70
Processor    = STM32
Transactions = Yes
Interface    = SPI
Display driver = 9486
Display width  = 320
Display height = 480

MOSI    = GPIO 3838
MISO    = GPIO 3737
SCK     = GPIO 4343

>>>>> Note: STM32 pin references above D15 may not reflect board markings <<<<<
TFT_CS   = D10
TFT_DC   = D7
TFT_RST  = D8
TOUCH_CS = D4

TFT_BL           = D9
TFT_BACKLIGHT_ON = HIGH

Font GLCD   loaded
Font 2      loaded
Font 4      loaded
Font 6      loaded
Font 7      loaded
Font 8      loaded
Smooth font enabled

Display SPI frequency = -3107.20
Touch SPI frequency   = 2.50
[/code]

Why the SPI frequency is minus I have not a single clue about but shanging the SPI frequency doesn't make any difference either on the display nor the Read_User_Setup.

And I also added all the files used for this as well.Settings.zip (7.9 KB)

I saw that I had not comment out "#define STM32" and thought that was the problem, but that made it even worse with a complete white screen. The above Read_User_Setup is with STM32 defined since the Read_User_Setup flips out a little and doesn't show the pin numbers without it. But changing the SPI frequency strangely enough doesn't make any difference.