From 560fa333d00b3a89f5ef08fecbac7387c339f9ca Mon Sep 17 00:00:00 2001 From: foamyguy Date: Mon, 27 Feb 2023 09:10:53 -0600 Subject: [PATCH] remove the pypi not available note. fix core init arg name --- README.rst | 2 -- adafruit_acep7in.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.rst b/README.rst index cadfadb..7b18c24 100644 --- a/README.rst +++ b/README.rst @@ -42,8 +42,6 @@ image from the assets folder in the PCB's GitHub repo. `Purchase one from the Adafruit shop `_ 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. diff --git a/adafruit_acep7in.py b/adafruit_acep7in.py index f24539b..6b4e657 100644 --- a/adafruit_acep7in.py +++ b/adafruit_acep7in.py @@ -84,5 +84,5 @@ def __init__(self, bus, **kwargs): busy_state=False, write_black_ram_command=0x10, refresh_display_command=b"\x12\x01\x00", - acep=True + advanced_color_epaper=True )