remove the pypi not available note. fix core init arg name

This commit is contained in:
foamyguy 2023-02-27 09:10:53 -06:00
parent b878c700bf
commit 560fa333d0
2 changed files with 1 additions and 3 deletions

View file

@ -42,8 +42,6 @@ image from the assets folder in the PCB's GitHub repo.
`Purchase one from the Adafruit shop <http://www.adafruit.com/products/>`_
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!
.. todo:: Remove the above note if PyPI version is/will be available at time of release.

View file

@ -84,5 +84,5 @@ class ACeP7In(displayio.EPaperDisplay):
busy_state=False,
write_black_ram_command=0x10,
refresh_display_command=b"\x12\x01\x00",
acep=True
advanced_color_epaper=True
)