You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.