remove the pypi not available note. fix core init arg name
This commit is contained in:
parent
b878c700bf
commit
560fa333d0
2 changed files with 1 additions and 3 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue