Skip to content

tuple rgb value reported to be slower than list #52

Open
@dhalbert

Description

@dhalbert

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions