adafruit / adafruit/Adafruit_CircuitPython_NeoPixel
tuple rgb value reported to be slower than list
Open
bug
- Dominant language
- Python
- Stars
- 329
- Forks
- 96
- PR merge metrics
- No merged PRs in 30d
Description
FlakShim in discord #help-with-circuitpython on Sept 25 reports that `pixels[i] = (10,10,10)` is 4x slower than `pixels[i] = [10,10,10]`. Confirm and investigate. No obvious issue noted in NeoPixel code; might be CircuitPython related.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.