Jetson Nano connection to 1.3" color display ST7789 and setup

Does anybody knows how to connect and set up ST7789 to Jetson Nano. The supplier claims they are compatible.

I have no knowledge of any details, but the specs show this is an SPI device. Serial Peripheral Interface is supported by Jetsons, but I don’t know anything about the particular driver. What it comes down to is someone might need to suggest how to enable SPI (if it isn’t enabled by default), and then you’d have to supply the driver which comes with the device (SPI driver is part of the Jetson, and is just a communications “pipe”…the actual data which SPI would use is from the device driver of the display). So technically I’d say that this is possible and compatible, but I couldn’t tell you any details of how to actually do it.