Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Neopixel issue #110

Open
SteveAmor opened this issue Sep 2, 2018 · 3 comments
Open

Neopixel issue #110

SteveAmor opened this issue Sep 2, 2018 · 3 comments

Comments

@SteveAmor
Copy link
Contributor

SteveAmor commented Sep 2, 2018

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.

@jake-walker
Copy link
Contributor

jake-walker commented Sep 2, 2018

Also having the same issue.

@SteveAmor SteveAmor changed the title Possible Neopixel issue Neopixel issue Sep 2, 2018
@dpslwk
Copy link
Member

dpslwk commented Sep 3, 2018 via email

@jburgess777
Copy link

This seems to make things better but it still ocassionally needs several attempts before the data is latched correctly: emfcamp/Mk4-micropython-board#4

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

No branches or pull requests

4 participants