don't have the hardware to test yet, but will I run into issues trying to run one string per teensy 3.2 / octows2811 combo, when the string is 1000-1300 LEDs long? not sure if it's possible to configure octows2811 to only handle one string. trying to keep frame rate at 60fps or greater.
EDIT:
did more research and it looks like per Paul, the way the DMA coding for the library works means you can't set up for fewer than 8 strips. however he seems to think that you could be ok just having 8x1000 in memory and only actually using the 1 strip.
any idea if I'm going to have terrible frame rates using such a configuration? the board will receive a high/low signal on an input pin which is used to send pulses down the string that represent the input pulses. high on input sets first led high, then code cycles everything downwards one position per loop. I have this code running on an uno with a 300 led strip and have no issues, but am interested in what my result is likely to be when moving to new bigger hardware
EDIT:
did more research and it looks like per Paul, the way the DMA coding for the library works means you can't set up for fewer than 8 strips. however he seems to think that you could be ok just having 8x1000 in memory and only actually using the 1 strip.
any idea if I'm going to have terrible frame rates using such a configuration? the board will receive a high/low signal on an input pin which is used to send pulses down the string that represent the input pulses. high on input sets first led high, then code cycles everything downwards one position per loop. I have this code running on an uno with a 300 led strip and have no issues, but am interested in what my result is likely to be when moving to new bigger hardware
Last edited: