Skip to content

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