pxt-maker icon indicating copy to clipboard operation
pxt-maker copied to clipboard

Try to make the brain sim work with neopixels

Open mmoskal opened this issue 4 years ago • 0 comments

With the following program, I don't get desired rainbow display:

light.setLength(12)
light.setAll(0xff0000)
forever(function () {
    pause(500)
    light.showAnimation(light.rainbowAnimation, 500)
})

@pelikhan any chance you take a look at this?

mmoskal avatar Dec 02 '20 17:12 mmoskal