adafruit_il0373
¶
CircuitPython displayio
driver for IL0373-based ePaper displays
- Author(s): Scott Shawcroft
Implementation Notes¶
Hardware:
- Adafruit 1.54” Tri-Color Display Breakout
- Adafruit 2.13” Tri-Color Display Breakout
- Adafruit Flexible 2.9” Black and White
- Adafruit Flexible 2.13” Black and White
- Adafruit 2.13” Tri-Color FeatherWing
Software and Dependencies:
- Adafruit CircuitPython firmware (version 5+) for the supported boards: https://github.com/adafruit/circuitpython/releases
-
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