I’m writing code using the ColorPalette example, is there any way to make the movement of the LEDs slower? I know that I can lower the updates per second, but that also sacrifices smoothness. I would like the palettes to move about half as fast along my LED strip.
Look how this example works, and I think you will understand!
It is not easy to answer without more details.
If you can somehow make the changes (or steps) between each update 50% smaller and keep your updates per second the same, you will end up with a smooth animation that is 50% slower !!