right to left works too for a ring ;-)
function rotateRight() { array.unshift(array.pop()); array.unshift(array.pop()); array.unshift(array.pop()); }
you mean using a matrix NxM and rotate the hole lines horizontal or vertical like scrolling in a loop ?
Here are two new things for you Rotating Neopixel with trailer effect and Adafruit Neopixel ringlight for close-up photography - what do you think ?
@MaBe started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
right to left works too for a ring ;-)
you mean using a matrix NxM and rotate the hole lines horizontal or vertical like scrolling in a loop ?
Here are two new things for you Rotating Neopixel with trailer effect
and Adafruit Neopixel ringlight for close-up photography
- what do you think ?