EHLO (o;
I guess some or many have used or use the RGB matrix library from https://github.com/hzeller/rpi-rgb-led-matrix (https://github.com/hzeller/rpi-rgb-led-matrix)
The author states that it would be theoretically possible to drive a chain of 32 * 32x32 panels at 100Hz refresh rate and 24bit colors...
I have some 64x64 panels here I want to use...but when calculating the required clock rate I get:
Refresh: 60Hz
Rows: 32 (two rows are lit at the same time)
Columns: 64
Clock rate for simple on/off: 122.88kHz
Now when adding colours levels with 8 bit PWM the clock rate needs to be multiplied by 256, leading to a clock at 31.46MHz, which is already above the DP5220X shifter specs...
So how would it be possible at all to get a larger chain setup while keeping a good refresh rate?
Or did I calculate something completely wrong here? (o;