Hi L3D'ers!
I know that on the 8x8x8 (512 pixel) cube, all of the WS2812B LEDs are sent data from a single pin. Given that maximum data rate on the WS2812Bs, the fastest that they LEDs can up refreshed is a bit faster than 60 updates-per-second or so, which looks really good and smooth.
I'm wondering about the 16x16x16 cube. If all of the pixesl are WS2812B's, and they're all fed from a single pin, the maximum update rate for the whole cube would be less than 10 updates per second.
So my question is this: are all of the WS2812B's on the 16x16x16 cube all driven from a single I/O pin? If so, what's the fastest update rate that you're actually seeing in practice? Or are the WS2812B's divided into separate parallel strings, driven in parallel from multiple I/O pins to achieve a faster overall refresh rate?
FastLED supports parallel output to WS2812 chips on the ARM/K20 (as used in the Teensy 3.x), but not at this point on the ARM/STM32 (as used in the SparkCore). But in any case, it only even matters if the 16x16x16 cube is wired to drive the LEDs in parallel strings. So: what's the wiring on the 16x16x16? Multiple parallel strings, or all 4096 pixels in one serial string?