Refactor presets scaling and clean up patterns

Made-with: Cursor
This commit is contained in:
2026-03-05 20:25:28 +13:00
parent 52a5f0f8c4
commit e75723e2e7
25 changed files with 100 additions and 371 deletions

View File

@@ -28,6 +28,8 @@ class WS2812B:
self.brightness = brightness
self.invert = invert
self.pio_dma = dma.PIO_DMA_Transfer(state_machine+4, state_machine, 8, num_leds*3)
self.dma.start_transfer(self.ar)
def show(self, array=None, offset=0):
if array is None: