adafruit / Adafruit_CircuitPython_NeoPixel

CircuitPython drivers for neopixels.
MIT License
302 stars 98 forks source link

7.0.0-alpha.2 gets NEOPIXEL_POWER in use on Qt Py #113

Closed gmparis closed 3 years ago

gmparis commented 3 years ago

NeoPixel fails to intialize on Qt Py running 7.0.0-alpha.2. Example code below also fails with NEOPIXEL_POWER in use. import board import digitalio pin = digitalio.DigitalInOut(board.NEOPIXEL_POWER)

gmparis commented 3 years ago

This was with 7.x-bundle from 05/27.

dhalbert commented 3 years ago

This should be fixed in the "Absolute Newest" builds. If not, let us know.

tannewt commented 3 years ago

Please comment if it's not fixed with an absolute newest build. The neopixel status pixel behavior was changed significantly since alpha 2. (We should release another alpha later this week once 6.3.0 is stable.)