I want to use the 1.3" SPI Colour Square LCD (240x240) with a pico and micropython. According to the website that is possible. However, when looking at the github page of examples there is nothing for a ST7789 display and micropython. The inbuild modules of the Pimoroni MicroPythonversion also don't seem to be helpful.
There is a ST7789 library on pypi but it's not for MicroPython; or at least I got an error trying to install it.
Could someone help?