Sure,
Here is a sample code i wanted to run : this is the sample give in the github :
from bibliopixel import *
import bibliopixel.colors as colors
from adamatrix import DriverAdaMatrix
driver = DriverAdaMatrix(rows=32, chain=2)
driver.SetPWMBits(4)
led = LEDMatrix(driver, 32, 32, serpentine=False)
I made the modification of the ada-matrix file name because of the dash.
but i have this error instead:
Traceback (most recent call last):
File “test.py”, line 1, in
from bibliopixel import *
ImportError: No module named bibliopixel
please i need help. i don’t know what to do.
Many Thanks
···
Le jeudi 5 octobre 2017 17:56:34 UTC+2, Adam Haile a écrit :
Can you please include the code you are trying to run and the full stack trace with the error you are getting. We need more details to be able to track down what the problem actually is.
On Thursday, October 5, 2017 at 11:53:58 AM UTC-4, Matthieu Girard wrote:
Hi everyone,
I am having a problem running Bibliopixel with the Adafruit RGB matrix HAT.
After the correct installation of every component and modules : Adafruit and Bibliopixel, i have a message error that “no module named Bibliopixel”
what i am doing wrong ? and what i have to do to make them work together ?
many thanks
Matthieu