I have an Arduino UNO, a NRF24L01 as receiver (receive data from elsewhere), and this touch screen from Adafruit for display and control.
The Adafruit TFT is a shield so it fits the UNO perfectly.
I wonder if this TFT shield can share SPI pins with NRF24L01?
Given that I use pin 10 (=SS) for TFT and pin 8 (=SS) for NRF24L01, with set (SS, low) to toggle between two slaves (TFT and nRF24)?
Somehow it doesn't work once I start to share SPI pins (11, 12, 13) between two slaves.