Two "1.3" SPI Colour LCD (240x240)" on one Pi

Weird, but whatever works. I’m just using what is listed in the examples for my 0.96 LCD breakouts. No issues even with 3 being used. Pi Zero

disp0 = ST7735.ST7735(
    port=1,
    cs=0, 
    dc=19,
#    backlight=5, 
    rotation=90,
    spi_speed_hz=10000000