Skip to content

Neopixel issue #110

@SteveAmor

Description

@SteveAmor

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions