diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-08-02 16:17:38 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2019-08-22 14:08:33 -0700 |
| commit | 70680d5b22aa6cb797ccf26645d553a4c72b5100 (patch) | |
| tree | ed260e9aad8cc4825f3b20e2dd9dc2e38eb342c2 /py | |
| parent | 8fa87374650d6b67af4df82442120f7f2bf24238 (diff) | |
EPaper displays work mostly.
Diffstat (limited to 'py')
| -rw-r--r-- | py/circuitpy_defns.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/circuitpy_defns.mk b/py/circuitpy_defns.mk index 95939de2b..d0f0cf7dc 100644 --- a/py/circuitpy_defns.mk +++ b/py/circuitpy_defns.mk @@ -320,6 +320,7 @@ SRC_SHARED_MODULE_ALL = \ displayio/Bitmap.c \ displayio/ColorConverter.c \ displayio/Display.c \ + displayio/EPaperDisplay.c \ displayio/FourWire.c \ displayio/Group.c \ displayio/I2CDisplay.c \ |
