Hello,
I would like to create a LED matrix for a product. The specifications are
- a 16 x 16 matrix
- that is monochromatic
- but with the corners of the matrix cut off to fit on a round PCB
- controlled by a STM32 MCU
I read that the CCSI interface is very similar to SPI, but has an "always on" clock. Is it impossible to control it via SPI or do I have to write my own driver? Also, is a circular matrix possible and how do I realize the monochromatic matrix? Just connect the white LEDs to either R, G or B?
Thank you very much.
PS: I thought of the SAI (Serial Audio Interface) as an alternative. It could go up to 49.152MHz on the clock line.