API Reference
adafruit_il0373
CircuitPython displayio driver for IL0373-based ePaper displays
Author(s): Scott Shawcroft
Implementation Notes
Hardware:
Software and Dependencies:
Adafruit CircuitPython firmware (version 5+) for the supported boards: https://github.com/adafruit/circuitpython/releases
- 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 widthheight (
int) – Display heightrotation (
int) – Display rotationcolor_bits_inverted (
bool) – Invert color bit valuesblack_bits_inverted (
bool) – Invert black bit values