Skip to content

Commit c0ea950

Browse files
authored
Merge pull request #2 from FoamyGuy/init_arg_name
remove pypi note. fix superclass init arg name
2 parents 60ff3c8 + 4b8af9a commit c0ea950

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
@@ -46,8 +46,6 @@ This supports the common 4" and 5.65" ACeP displays.
4646

4747
Installing from PyPI
4848
=====================
49-
.. note:: This library is not available on PyPI yet. Install documentation is included
50-
as a standard element. Stay tuned for PyPI availability!
5149

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

adafruit_spd1656.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,5 @@ def __init__(self, bus, **kwargs):
105105
busy_state=False,
106106
write_black_ram_command=0x10,
107107
refresh_display_command=0x12,
108-
acep=True
108+
advanced_color_epaper=True
109109
)

0 commit comments

Comments
 (0)