This is what I did to get my LCD running on my breakout garden. A slightly different display but I used the same procedure for the other one with good success.
I’m trying to get my 1.3" SPI Colour LCD (240x240) Breakout
working with a Breakout Garden pHat
The Breakout garden Installer didn’t find it, I had to do the manual install from here
Running the scrolling-test.py example from idle3 got me a no module named st7789.
Running sudo pip3 install st7789 fixed that but gets me a new error message that I think is because its plugged into the breakout garden?
Traceback (most recent call last):
File “/home/pi/Color LCD/scrolling-text.py”, …