-
Notifications
You must be signed in to change notification settings - Fork 24
Fixed NEOPIXEL_POWER_INVERTED in use on CP 7.0 #63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Just tried this again and get the following.
Using the newest libraries date today (20210719). |
Did you get it from the bundle, (or learn which grabs from the bundle) or directly from here? The bundle won't be updated until tonight. |
Downloaded the bundle from the CircuitPython website. If it waits until tonight to upload, I'll look at it again tomorrow. |
Sounds good or you can just download 2.1.1 from https://github.com/adafruit/Adafruit_CircuitPython_MagTag/releases |
Updating https://github.com/adafruit/Adafruit_CircuitPython_CircuitPlayground to 4.4.0 from 4.3.3: > Merge pull request adafruit/Adafruit_CircuitPython_CircuitPlayground#106 from kattni/keypad-gamepad > Moved CI to Python 3.7 > Added help text and problem matcher > Added pull request template Updating https://github.com/adafruit/Adafruit_CircuitPython_DotStar to 2.1.0 from 2.0.4: > Merge pull request adafruit/Adafruit_CircuitPython_DotStar#56 from kattni/pixelbuf-update > Moved default branch to main > Moved CI to Python 3.7 Updating https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel to 6.2.0 from 6.1.3: > Merge pull request adafruit/Adafruit_CircuitPython_NeoPixel#115 from kattni/pixelbuf-update > Moved default branch to main > Moved CI to Python 3.7 Updating https://github.com/adafruit/Adafruit_CircuitPython_RFM9x to 2.2.0 from 2.1.4: > Merge pull request adafruit/Adafruit_CircuitPython_RFM9x#63 from jerryneedell/jerryn_crc > Moved default branch to main > Moved CI to Python 3.7 > Added help text and problem matcher > Added pull request template > "Increase duplicate code check threshold " Updating https://github.com/adafruit/Adafruit_CircuitPython_MagTag to 2.1.1 from 2.1.0: > Merge pull request adafruit/Adafruit_CircuitPython_MagTag#63 from makermelissa/main > Moved CI to Python 3.7 > Added help text and problem matcher > Added pull request template
I'm not sure about the inverted screen as that is handled in CircuitPython, but the error at the end looks like something related to this fix. |
Fixes #62. This fix addresses the "NEOPIXEL_POWER_INVERTED in use" error. I still was not able to run the example due to the MagTag rebooting, but at least it's not stopping on the Neopixel error now.