Skip to content

Conversation

@jepler
Copy link
Contributor

@jepler jepler commented Sep 30, 2024

black_bits_inverted defaults to False in the core, so this is redundant.

By removing this line, an override value can be provided via kwargs if the default is incorrect.

For a display where the default value gives white-on-black, such as https://www.adafruit.com/product/4195, passing in black_bits_inverted=True to the constructor also provides an easy way to invert the whole display, giving white-on-black.

`black_bits_inverted` defaults to False in the core, so this is
redundant.

By removing this line, an override value can be provided via kwargs
if the default is incorrect.
Copy link
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@tannewt tannewt merged commit 2cc78cd into main Oct 1, 2024
2 checks passed
adafruit-adabot added a commit to adafruit/Adafruit_CircuitPython_Bundle that referenced this pull request Oct 3, 2024
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.

3 participants