adafruit_il0373

CircuitPython displayio driver for IL0373-based ePaper displays

  • Author(s): Scott Shawcroft

Implementation Notes

Hardware:

Software and Dependencies:

class adafruit_il0373.IL0373(bus, swap_rams=False, **kwargs)

IL0373 driver

Parameters:
  • bus – The data bus the display is on
  • swap_rams (bool) – Color and black rams/commands are swapped
  • **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