Speaker pHAT + TFT Display

I have got the Speaker pHAT and I need also to connect a TFT display based on SPI like one of the below screens:

https://www.amazon.com/gp/product/B01IGBDT02/ref=oh_aui_detailpage_o00_s00?ie=UTF8&psc=1

https://www.amazon.com/gp/product/B01CNJVG8K/ref=od_aui_detailpages00?ie=UTF8&psc=1

What is the best way of connecting both of them to a RPi Zero W ?

Pinout for the speaker phat is here, https://pinout.xyz/pinout/speaker_phat#
It looks like its using PCM (i2s) and i2c. So as long as your display doesn’t use any of the PCM pins, and there is no address conflict on i2c, they should be OK together. Near as I can tell anyway, I’m by no means an expert on this though.