remove dependency on neopixel lib for custom pixelbuffers

This commit is contained in:
xs5871 2022-03-24 21:25:22 +00:00 committed by Kyle Brown
parent ea19f5bb30
commit d4e72b98c9

View File

@ -1,5 +1,3 @@
import neopixel
from math import e, exp, pi, sin
from kmk.extensions import Extension
@ -109,6 +107,8 @@ class RGB(Extension):
refresh_rate=60,
):
if pixels is None:
import neopixel
self.pixels = neopixel.NeoPixel(
pixel_pin,
num_pixels,