I need an advice I am starting a project with the ESP32_S3 Dev and st7796 SPI display. For long time ago Ben recommend to use the pin pin
Channel 1 - HSPI
MOSI = 13
MISO = 12
CLK = 14
Channel 2 - VSPI
MOSI = 23
MISO = 19
CLK = 18
for fast display using ESP32 Dev1 https://www.flowcode.co.uk/forums/viewtopic.php?t=1851 When I add a St7796 in FC11 to ESP32 S3 the MOSI GPIO 8
and CLK GPIO 15 as default. Is there any VSPI and/or HSPI pin I can use to get full speed in ESP32_S3 or is the default pin the Highspeed.
I have seach in the Web and get differerent answer.