Raspberry Pi - SPI Communication
You want to send a command byte 0xA5 followed by data bytes [0x01, 0x02, 0x03] to an SPI display using spidev. Which code correctly sends the command first, then the data, assuming
spi is already opened?