Skip to content

Conversation

@mmoskal
Copy link
Contributor

@mmoskal mmoskal commented Dec 2, 2020

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?

"MISO": "MISO",
"MOSI": "MOSI",
"SCK": "SCK",
"NEOPIXEL": "NEOPIXEL",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you need to specify which neopixel pin you want to be used

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The one named neopixel is ok. Doesn't really matter for this board.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants