Skip to content

Commit

Permalink
Merge pull request #2 from FoamyGuy/init_arg_name
Browse files Browse the repository at this point in the history
remove pypi note. fix superclass init arg name
  • Loading branch information
tannewt committed Feb 27, 2023
2 parents 60ff3c8 + 4b8af9a commit c0ea950
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ This supports the common 4" and 5.65" ACeP displays.

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

On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
PyPI <https://pypi.org/project/adafruit-circuitpython-spd1656/>`_.
Expand Down
2 changes: 1 addition & 1 deletion adafruit_spd1656.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,5 @@ def __init__(self, bus, **kwargs):
busy_state=False,
write_black_ram_command=0x10,
refresh_display_command=0x12,
acep=True
advanced_color_epaper=True
)

0 comments on commit c0ea950

Please sign in to comment.