-
Notifications
You must be signed in to change notification settings - Fork 38
Dotstar updates are slow #25
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
Comments
I have done some experimental work on this for Neopixels, see adafruit/circuitpython#884 and adafruit/Adafruit_CircuitPython_NeoPixel#27 |
@tannewt This needs to be updated to work with pixelbuf as well. There is some work here: https://github.com/rhooper/Adafruit_CircuitPython_DotStar/blob/pixelbuf/adafruit_dotstar.py |
@dunkmann00 want to take a stab at it? |
Sure! I don't have any dotstars to test it though. But I think it should be straight forward enough, especially since there is already some work done on it. |
@dunkmann00 That'd be awesome. We can find someone with DotStars to verify the code. Thanks! |
We did it! |
The dotstar library could benefit from a CircuitPython helper to offload computationally expensive setitem work to.
See adafruit/circuitpython#884
The text was updated successfully, but these errors were encountered: