LED Matrix Editor Timeline

Hello!

What do the numbers at the bottom of each frame in the timeline represent? The doc pane may be explaining it, but I couldn't understand these numbers being related to any Timeline Action. Thanks.

Regards.

Milliseconds.

Thanks, @xfpd!

I changed the value to 500 in the .h file where applicable but I don't know how loadFrame(framebuffer) uses this value. Anyway, I'll use your answer to continue parametric learning on my part.

Regards.

I think when you export the simulation to code, the last field in the structure is the timing (in milliseconds).

Yes, that is exactly what I changed from 66 to 500 globally but (at first impression) it didn't have any visible effect. I'll get it right after reading more about it and trying out other variations. At least it is good to know that there is a parameter that will definitely be helpful for my use cases down the road.

Regards.