API Reference

adafruit_ssd1681

CircuitPython displayio driver for SSD1681-based ePaper displays

  • Author(s): Melissa LeBlanc-Williams

Implementation Notes

Hardware:

Software and Dependencies:

class adafruit_ssd1681.SSD1681(*args: Any, **kwargs: Any)

SSD1681 driver

Parameters:
  • bus – The data bus the display is on

  • **kwargs – See below

Keyword Arguments:
  • width (int) – Display width

  • height (int) – Display height

  • rotation (int) – Display rotation

  • custom_lut (bytes) – Custom 4-gray waveform LUT (e.g. GRAY4_LUT). Pass with grayscale=True.