Using two SPI on Esp32s3-wroom

Hi , I’m out of my depth here , so be kind !
You may have seen my other post where I’m struggling to get the mcp
2515 CAN board to work with the Adafruit TFT . I have had no success , so thought of using separate SPI ports for each , but have no idea how to do this and make it work with the libraries I need ( want ) to use .

mcp_can
SPI.h>
Adafruit_ILI9341.h
Adafruit_GFX.h

I’ve seen that there are issues with the CAN board with the TFT on the same bus and I’ve seen the use of two SPI , but only with direct instructions, not involving libraries for these devices .
So how can I make either of these devices work on a second spi bus and leave the other on the default spi ???

Any advice appreciated .

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.