I have a single WS2812 LED strip with 512 LEDs.
I also have a bitmap that is 512 pixels wide and 80 pixels tall.
Is it possible to get the ESP32 WLED to display one 512 pixel row of my bitmap at a time and cycle through the rows from 1 to 80 and then continually repeat this?
This is similar to how the POV (Persistence of Vision) works with other LED controllers, but I just want to loop between the 80 rows at a constant rate of about 1 row every 100 milliseconds.