What would be the best IC/component (in red) that I could use in my configuration below. I have a WS2812 data-stream (controlling a large number of LEDs), and I would like to be able to "trim/drop" (not sure the best terminology) the input data-signal to remove a defined number of "nodes/LEDs" for the output signal.
I know this can be done with an Arduino Uno, as I inherited a sketch that accomplishes this task (and even worked with an ATMEGA328P and a few supporting components).
Essentially in the example below, each IC is dropping the data for the first 5 LEDs, then passing the remaining data-stream to its output.
The basic requirements:
- It needs to be as small and cost-effective as possible--as I need to replicate "trim/drop" many dozen times (hence an Arduino dev board is too large and cost-prohibitive). I even think the ATMEGA328P was overkill.
Is there a better/optimal IC that I could use instead of an Arduino/ATMEGA that could accomplish this trivial(?) task?

