API Reference
adafruit_ssd1677
CircuitPython displayio driver for SSD1677-based ePaper displays
Author(s): Liz Clark
Implementation Notes
Software and Dependencies:
Adafruit CircuitPython firmware for the supported boards: https://circuitpython.org/downloads
- class adafruit_ssd1677.SSD1677(*args: Any, **kwargs: Any)
SSD1677 driver
- Parameters:
bus – The data bus the display is on
**kwargs – See below
- Keyword Arguments:
width (
int) – Display widthheight (
int) – Display heightrotation (
int) – Display rotation