You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initially, all 7 LEDs are off as expected. When I execute this code the center LED on the Jewel lights bright green (brighter that the 0.3 level that was selected), even though I sent them as all off:
Changing the value sent to fill causes the other color elements to light up but the green is always on, so the center does not match the others. If I set them all to green, the center is brighter.
Reverted to CircuitPython 6.3.0 (nothing else changed) and it works as expected.
The text was updated successfully, but these errors were encountered:
Should have mentioned that the library bundle I was using was adafruit-circuitpython-bundle-7.x-mpy-20211023.zip for the 7.0.0 release, and adafruit-circuitpython-bundle-6.x-mpy-20211023.zip for the 6.3.0 release. Only neopixel.mpy was copied from the bundle to the ItsyBitsy.
Hardware: ItsyBitsy M4 + Neopixel Jewel 7
Bootloader: 3.13.0
CircuitPython: 7.0.0
Initially, all 7 LEDs are off as expected. When I execute this code the center LED on the Jewel lights bright green (brighter that the 0.3 level that was selected), even though I sent them as all off:
Changing the value sent to fill causes the other color elements to light up but the green is always on, so the center does not match the others. If I set them all to green, the center is brighter.
Reverted to CircuitPython 6.3.0 (nothing else changed) and it works as expected.
The text was updated successfully, but these errors were encountered: