Skip to content
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

Update RPi eInk Bonnet guides with new SSD1680B driver #2935

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

joxl
Copy link

@joxl joxl commented Dec 4, 2024

This PR accompanies (and depends on changes within) adafruit/Adafruit_CircuitPython_EPD#86. This PR should be merged after that one.

Relates to adafruit/Adafruit_CircuitPython_EPD#85

Scope

Updates the EInk_Bonnet_Event_Calendar and EInk_Bonnet_Weather_Station guides with the updated SSD1680B driver, which is required for the most recent GDEY0213B74-based boards.

Limitations

The example now imports and instantiates a new Adafruit_SSD1680B driver, which is only compatible with the latest board revision. However, older driver imports and instantiations remain in the guide to make it clear how to use other driver variants.

Tests

Successfully (no warnings/errors) executed the pylint_check.sh script (pylint==2.7.1 on Python 3.10.16).

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.

1 participant