-
Notifications
You must be signed in to change notification settings - Fork 120
Open
Description
I may have a bad neopixel. The Neopixel closest to the end button doesn't work properly:
>>> from machine import Neopix
>>> n=Neopix()
>>> n.display([0xff0000,0xff0000]) # good
>>> n.display([0x00ff00,0x00ff00]) # good
>>> n.display([0x0000ff,0x0000ff]) # bad (very dim red)
>>> n.display([0xaa0000,0xaa0000]) # bad (green)
Appreciate if someone could check.
Metadata
Metadata
Assignees
Labels
No labels