Skip to content

Commit 9dc0e83

Browse files
authored
Merge pull request #3 from FoamyGuy/init_arg_name
remove the pypi not available note. fix core init arg name
2 parents 23675bf + 560fa33 commit 9dc0e83

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
@@ -40,8 +40,6 @@ or individual libraries can be installed using
4040

4141
Installing from PyPI
4242
=====================
43-
.. note:: This library is not available on PyPI yet. Install documentation is included
44-
as a standard element. Stay tuned for PyPI availability!
4543

4644
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
4745
PyPI <https://pypi.org/project/adafruit-circuitpython-acep7in/>`_.

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)