Skip to content

Commit 560fa33

Browse files
committed
remove the pypi not available note. fix core init arg name
1 parent b878c70 commit 560fa33

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ image from the assets folder in the PCB's GitHub repo.
4242
`Purchase one from the Adafruit shop <http://www.adafruit.com/products/>`_
4343
Installing from PyPI
4444
=====================
45-
.. note:: This library is not available on PyPI yet. Install documentation is included
46-
as a standard element. Stay tuned for PyPI availability!
4745

4846
.. todo:: Remove the above note if PyPI version is/will be available at time of release.
4947

adafruit_acep7in.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ def __init__(self, bus, **kwargs):
8484
busy_state=False,
8585
write_black_ram_command=0x10,
8686
refresh_display_command=b"\x12\x01\x00",
87-
acep=True
87+
advanced_color_epaper=True
8888
)

0 commit comments

Comments
 (0)