Assistance with DMX output

I am attempting to use the Sparkfun DMX shield with an ESP32 Thing Plus. I’m trying to output a pixel map to a single strip of leds (170).

I can use FastLed’s examples to test the leds and Cylon/RGB test work just fine when I place the code into my loop().

My question is, how does one format the code for pulling dmx input and then outputting to a single string of leds.

The DMX arrives via wire, not artnet via wifi, so I believe I am having problems intermixing the examples.

How does one format the code to bring each channel of dmx to each subsequent led?

You can combine the FastLED and our DMX example https://learn.sparkfun.com/tutorials/sp … d#examples, where you output the DMX values to be used in the LED code or vice-versa