When connecting SPI display to ESP32-S3 in Wokwi, it's possible to use only SPI2. Problem: SPI3 does not work Note: The similar situation was already present in ESP32 simulation. Working project: https://wokwi.com/projects/380020905633874945 **To Reproduce** Change SPI2 to SPI3 in the project and try to run it: https://wokwi.com/projects/380020905633874945 **Expected behavior** Text is displayed in the screen.