Good day, gentlemen! Want to ask about partly push data that comes from App

Good day, gentlemen!
Want to ask about partly push data that comes from App on computer to Arduino and with FastSpi to LPD8806 looong chain. Because one frame would not fit to Arduino Ram, is it possible to push data to chain in parts and then light up everything?
if so, how can i make it )

There really isn’t a streaming mode in the library right now (the library is fairly heavily biased to doing all the work on the device itself, vs. acting as a frame buffer for something external). For some chipsets, like the LPD8806 it would be possible to add support for doing that to the library, but for others, like the ws2812b, which has fairly tight timing requirements, it would be far more difficult to do.