Adafruit_Learning_System_Guides icon indicating copy to clipboard operation
Adafruit_Learning_System_Guides copied to clipboard

Update RPi eInk Bonnet guides with new SSD1680B driver

Open joxl opened this issue 1 year ago • 0 comments

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).

joxl avatar Dec 04 '24 04:12 joxl