Question from another forum: Is there any advantage of using the hardware SPI pins when using WS2801 + AVR?
It’s still a little bit more efficient - if only because the dithering and scaling for spi is doing while a byte is being written out by hardware, but between bytes for bitbanging.