I'm trying to run some code designed for the Picosytem which uses the same screen. I've edited it in Thonny and attempted to run it but get no output, leading me to believe I have the wrong pinout and specifically this line:
class ST7789(framebuf.FrameBuffer):
def __init__(self, width=240, height=240, id_=0, sck=10, mosi=11,
dc=8, rst=12, cs=9, bl=7, baudrate=62500000):
is horribly wrong, but that's what I get after reading the example code.
Could we get a pin = screen pin/button diagram for this kit?