diff --git a/README.rst b/README.rst index 8508156..42321b9 100644 --- a/README.rst +++ b/README.rst @@ -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 `_. diff --git a/adafruit_spd1656.py b/adafruit_spd1656.py index 6d8d0b8..3e0f3cc 100644 --- a/adafruit_spd1656.py +++ b/adafruit_spd1656.py @@ -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 )