adafruit / adafruit/Adafruit_CircuitPython_NeoPixel

tuple rgb value reported to be slower than list

Open
#52 5 comments 0 reactions 1 assignee Claimed by @dhalbert View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.