I am working on a project with the Teensy 4.1 again, and I am using the first SPI lane to connect to another Teensy 4.0 board, but I need to connect my SPI display to it's own SPI lane, SPI1. The Teensy 4.0 connects to Teensy 4.1 pins 10, 11, 12, and 13, which are the standard pins for SPI0. I was wondering if anyone knows how I can connect my SPI display to SPI1 and also what pins, because on the pinout diagram, there are two MISO1 pins, and also two CS1 pins. If anyone is wondering, I am using specifically the Adafruit_GFX, Adafruit_ST7796S_kbv, and SPI libraries for my display. I know it works perfectly fine on an Arduino, but I used an Arduino for prototyping.