diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-08-20 21:35:42 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2019-08-22 14:23:32 -0700 |
| commit | 24b30965c41ae32b82c56b166f3287cf2c14f419 (patch) | |
| tree | 444132721268c10331daced2ae62f4c5e0219497 /shared-bindings | |
| parent | 36a23e0fe3914b43645e51bf23a4d8bfec2db2c9 (diff) | |
Refresh ePaper displays once code.py is done running
Diffstat (limited to 'shared-bindings')
| -rw-r--r-- | shared-bindings/displayio/__init__.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/displayio/__init__.c b/shared-bindings/displayio/__init__.c index 8c5d1f228..f78325593 100644 --- a/shared-bindings/displayio/__init__.c +++ b/shared-bindings/displayio/__init__.c @@ -77,7 +77,7 @@ //| //| Releases any actively used displays so their busses and pins can be used again. This will also //| release the builtin display on boards that have one. You will need to reinitialize it yourself -//| afterwards. +//| afterwards. This may take seconds to complete if an active EPaperDisplay is refreshing. //| //| Use this once in your code.py if you initialize a display. Place it right before the //| initialization so the display is active as long as possible. |
