I have an Arduino MEGA 2650 that works fine with the 1.44" TFT library as well as with the SD card Data Logger shield. I would like to use both items with the same MEGA 2650 simultaneously. However, the callout for CLK is Digital 53 and MOSI is Digital 51 for the 1.44" TFT display while SD logger is different. On the Rev B Shield Pinouts the callout is for SCK appears to go to SCL and I am not sure, according to the documentation on page 23 of 67 of the Data logger shield tutorial, where MISO and MOSI connect to on the MEGA 2650.
I am aware that different chip select pins must be used for each peripheral but am not aware if two separate serial busses can peacefully coexist on the same processor simultaneously. I want to understand how to properly interface with both peripherals before venturing further.