Skip to content

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

Merged
merged 11 commits into from
Jun 24, 2020

Conversation

FoamyGuy
Copy link
Contributor

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 sets pixels = _unsupported.

I tested the changes with the respective simpletest scripts modified to make use of pixels on:

  • PyGamer
  • EdgeBadge
  • CLUE
  • PyPortal
  • Pew Pew M4

@FoamyGuy
Copy link
Contributor Author

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.

Copy link
Contributor

@kattni kattni left a 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!

@kattni kattni merged commit 335ba26 into adafruit:master Jun 24, 2020
adafruit-adabot added a commit to adafruit/Adafruit_CircuitPython_Bundle that referenced this pull request Jun 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants