adafruit_il0373

CircuitPython displayio driver for IL0373-based ePaper displays

  • Author(s): Scott Shawcroft

Implementation Notes

Hardware:

Software and Dependencies:

class adafruit_il0373.IL0373(*args: Any, **kwargs: Any)

IL0373 driver

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

  • swap_rams (bool) – Color and black rams/commands are swapped

  • border – If true, black border is drawn, if false white. If None, previous color remains.

  • **kwargs – See below

Keyword Arguments:
  • width (int) – Display width

  • height (int) – Display height

  • rotation (int) – Display rotation

  • color_bits_inverted (bool) – Invert color bit values

  • black_bits_inverted (bool) – Invert black bit values