]>
vault307.fbx.one Git - m5Atom.git/blob - colorSwirl.py
1 from machine
import Pin
2 from neopixel
import NeoPixel
5 # Definitions for the ATOM Matrix
7 matrix_size_x
= const(5)
8 matrix_size_y
= const(5)
11 np
= NeoPixel(Pin(LED_GPIO
), matrix_size_x
* matrix_size_y
)