-
Notifications
You must be signed in to change notification settings - Fork 25
Adding PyPortal and Pew Pew M4 support #34
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
# Conflicts: # adafruit_pybadger/__init__.py
During the weekly meeting I mentioned a possible issue with this PR. I was mistakenly thinking that this library was using adafruit_imageload but now that I've had a chance to take a closer look I see that this is not the case. So there are no outstanding issues with this that I am aware of. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested with PyPortal. Thanks for adding this support!
Updating https://github.com/adafruit/Adafruit_CircuitPython_BluefruitConnect to 1.1.3 from 1.1.2: > Merge pull request adafruit/Adafruit_CircuitPython_BluefruitConnect#22 from dhalbert/pypi-packages Updating https://github.com/adafruit/Adafruit_CircuitPython_Display_Text to 2.7.3 from 2.7.2: > Merge pull request adafruit/Adafruit_CircuitPython_Display_Text#53 from makermelissa/master Updating https://github.com/adafruit/Adafruit_CircuitPython_PyBadger to 3.0.0 from 2.2.2: > Merge pull request adafruit/Adafruit_CircuitPython_PyBadger#34 from FoamyGuy/adding_pewpewm4_support
These changes add support for the Pew Pew M4 device as well as an example script. This also contains the changes to add support for PyPortal from #33.
While making this change I refactored the neopixel usage out of base and into the device specific modules. The Pew Pew M4 does not have an onboard neopixel, so the new module for it lacks
import neopixel
and setspixels = _unsupported
.I tested the changes with the respective simpletest scripts modified to make use of
pixels
on: