with SPI controller, you need to increase the SPI buffer in cmd.txt
Out of my head 102... something
Be careful and put in the line at last, if not correct then Raspi ain't booting anymore and you have to fix the code again.
Ofcourse SPI enabled in:
config.txt. 》》》 dtparam=spi=on
GPIO10 is pin 19. (Data)
GPIO11 is pin 23 (clk)
This is standard for SPI dev0.0
Baudrate very high: 5900000 (something like this) you can search the forum for correct settings.
Ledstrip will only light up if or PWM or SPI data is being transferred to the strip
note; sometimes you need a levelshifter to get it to work but sometimes also without.
I should first try it without
😀
Goodluck