-
Notifications
You must be signed in to change notification settings - Fork 21
Set bitmap and palette to have default values #37
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
You could leave the parameter defaults as It might be worth having more discussion over in the issue thread before PR'ing. There may be reasons why my suggestion isn't a good idea? I'm not sure. |
Good point |
@caternuson I've made the changes you've suggested, but I'm totally fine waiting for this to be discussed before a decision is made. |
OK, based on issue discussion, seems like no reason to keep pursuing this :) The next thing I'd suggest is surrounding the displayio import with |
@caternuson Dylan is away for a bit. Do you mind taking over this PR? |
@kattni Sure, hopefully just a few minor things, which I just pushed. I removed me as reviewer and opened it up to CP librarians. |
@FoamyGuy Please test this PR and if you approve, feel free to merge. Thanks! |
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.
Looks good to me. I tested the changed library and new simpletest on Wio Terminal and CLUE.
I like that we were able to further simplify the simpletest.
Updating https://github.com/adafruit/Adafruit_CircuitPython_BLE to 7.2.0 from 7.1.0: > Merge pull request adafruit/Adafruit_CircuitPython_BLE#98 from makerdiary/master Updating https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad to 0.11.6 from 0.11.5: > Merge pull request adafruit/Adafruit_CircuitPython_ImageLoad#37 from adafruit/default-params Updating https://github.com/adafruit/Adafruit_CircuitPython_MatrixPortal to 1.0.2 from 1.0.1: > Merge pull request adafruit/Adafruit_CircuitPython_MatrixPortal#5 from makermelissa/master
@caternuson My only concern is that this has us importing displayio more than once.