Rework roll pattern to use gradient palette and add preset-based tests

Made-with: Cursor
This commit is contained in:
2026-03-06 01:39:40 +13:00
parent a0687cff57
commit 292c5bde01
7 changed files with 442 additions and 309 deletions

6
pico/test/test_all_on.py Normal file
View File

@@ -0,0 +1,6 @@
from neopixel import NeoPixel
from machine import Pin
p = NeoPixel(Pin(6), 291)
p.fill((255, 255, 255))
p.write()