Please tell me what to write in the program, so that it was connected by SPI1? import spidev ... """ An APA102 LED is addressed with SPI. The bits are shifted in one by one, starting with the least significant bit. ... void show() Sends the content of the pixel buffer to the strip. Todo: More than 1024 LEDs requires more than one xfer operation. """ def show(self): self.clockStartFrame() self.spi.xfer2(self.leds) # SPI takes up to 4096 Int