adafruit / Adafruit_CircuitPython_SSD1322

DisplayIO driver for grayscale OLEDs driven by SSD1322
MIT License
7 stars 5 forks source link

TypeError: extra keyword arguments given #2

Closed AdinAck closed 5 years ago

AdinAck commented 5 years ago

Hello! I am trying to use the ssd1322 on my grand central and have wired it up but I am receiving this error:

Traceback (most recent call last): File "code.py", line 18, in File "adafruit_ssd1322.py", line 92, in init TypeError: extra keyword arguments given

This happens when I run the example program. Also, the display does not display anything. What does this mean and how can I fix it? Thanks!

AdinAck commented 5 years ago

nevermind, wasn't running circuitpython v5