SPD1656 simpletest

CircuitPython on hardware including Adafruit's boards, and CircuitPython libraries using Blinka on host computers.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
fali2679
 
Posts: 6
Joined: Mon Jun 28, 2021 8:54 am

SPD1656 simpletest

Post by fali2679 »

I am trying to use this to test Waveshare 5.6 e-paper ACEP display.
keep getting the following error:

>>> %Run -c $EDITOR_CONTENT
Traceback (most recent call last):
File "<stdin>", line 29, in <module>
File "adafruit_spd1656.py", line 97, in __init__
TypeError: extra keyword arguments given

Adafruit Feather RP2040
Circuitpython 8.04
Bundle 8.xx

The display works with Adafruit ESP32 S3 using Arduino
Help requested

Farid Ali

User avatar
tannewt
 
Posts: 3298
Joined: Thu Oct 06, 2016 8:48 pm

Re: SPD1656 simpletest

Post by tannewt »

Please try with the 8.1 beta. I think it has support for the newer kwarg.

User avatar
fali2679
 
Posts: 6
Joined: Mon Jun 28, 2021 8:54 am

Re: SPD1656 simpletest

Post by fali2679 »

Thank you
8.1 Beta Worked

Locked
Please be positive and constructive with your questions and comments.

Return to “Adafruit CircuitPython”