I'm sharing a sensor and the arduino TFT over the SPI of Arduino due. As per Arduino reference, the speed, data order and data mode of each device has to be specified in code using the function SPISettings. I could figure out these three parameters' values for my sensor through its datasheet, but I haven't come across the actual values of speed, data order and data mode of the Arduino TFT screen (even through its specification document).
Any help with the SPISettings to be given for Arduino TFT in code would be greatly appreciated.