Skip to content

NeoPixels can't be disabled #75

Closed
@dhalbert

Description

@dhalbert

@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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions