📅  最后修改于: 2022-03-11 14:46:02.291000             🧑  作者: Mango
from rpi_ws281x import *
strip = Adafruit_NeoPixel(14, 18, 800000, 10, False, 255, 0)
strip.begin()
strip.setPixelColor(5, Color(255,0,0))
strip.show()