We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
Raspi 3 runs with Octoprint. Im getting this error also with the exmaple files:
Traceback (most recent call last): File "beleuchtung.py", line 16, in pixels = Adafruit_WS2801.WS2801Pixels(PIXEL_COUNT, spi=SPI.SpiDev(SPI_PORT, SPI_DEVICE), gpio=GPIO) AttributeError: 'module' object has no attribute 'WS2801Pixels'
Any solutions? Greetings Banthex
The text was updated successfully, but these errors were encountered:
I had to manually import it from neopixel.py as well in the example file header:
from neopixel import *
Sorry, something went wrong.
No branches or pull requests
Hello,
Raspi 3 runs with Octoprint.
Im getting this error also with the exmaple files:
Traceback (most recent call last):
File "beleuchtung.py", line 16, in
pixels = Adafruit_WS2801.WS2801Pixels(PIXEL_COUNT, spi=SPI.SpiDev(SPI_PORT, SPI_DEVICE), gpio=GPIO)
AttributeError: 'module' object has no attribute 'WS2801Pixels'
Any solutions?
Greetings Banthex
The text was updated successfully, but these errors were encountered: