vanvught / rpidmx512

Orange Pi DMX512 / RDM / MIDI / OSC / Art-Net / WS28xx / L6470 / Stepper / TLC59711 / PCA9685 / Servo / PWM / TCNet / SMPTE / RDMNet / LLRP / GD32 / GigaDevice / Raspberry Pi
http://www.orangepi-dmx.org/
MIT License
391 stars 108 forks source link

lib-rgbpanel: H3, did we ever get to two panels working? #221

Closed hippyau closed 2 years ago

hippyau commented 2 years ago

Hey Arjan,

I'd like to make a square, so two 2 x 64x32 panels vertically, giving a 'round' clock face of 64x64. Have you had 2 panels running, just by daisy chaining? I recall was theorized?

Looking to generate a TOD clock (or radar!) display, just ideas at the moment.

Hope you are well :)

Cheers, hip

vanvught commented 2 years ago

Hi Hip,

I have not yet 2 panels running. Or better saying; never tried, yet.

It should work fine with the limitation that we must lower the PWM with -> https://github.com/vanvught/rpidmx512/blob/development/lib-rgbpanel/include/rgbpanel.h#L32 in order to keep the FPS relatively high.

Groet, Arjan