Closed
Description
@FoamyGuy and https://forums.adafruit.com/viewtopic.php?f=60&t=186080 report NeoPixel disabling no (no longer/) works.
Example:
magtag.peripherals.neopixel_disable = False
magtag.peripherals.neopixels.fill((100, 0, 0))
time.sleep(2)
print("disabling neopixels")
magtag.peripherals.neopixel_disable = True
magtag.peripherals.neopixels.fill((0, 0, 100))
Pixels still turn blue.
Metadata
Metadata
Assignees
Labels
No labels