Connecting an SPI display

I have a 1GB Zero and would like to connect this SPI display I have: https://www.waveshare.com/wiki/1.54inch_LCD_Module
Could someone please share a wiring diagram for how to connect the display to my zero?

Bump…?

I don’t have this display but looking at the page you linked, it looks to me like you would just connect the power and SPI pins to the corresponding pins on the GPIO header, and then the RST, DC, and BL pins can be connected to any free GPIO output pins. It looks like they expect you to drive it with python so you’ll probably need to modify the python examples to use a GPIO library other than stock RPi.GPIO that works with amlogic. Same for the wiringpi library. While you’re in there, make sure to define the RST, DC, and BL pins as whatever you connected them to.