max7219.led module not found
See original GitHub issueAfter running:
sudo python max7219/examples/matrix_test/py
I get the error:
Traceback (most recent call last):
File "max7219/examples/matrix_test.oy", line 3, in <module>
import max7219.led as led
ImportError: No module named max7219.led
There were no errors when cloning from the repo. I have installed wiringPi, and I have also changed the SPI settings, just like in the README.txt
Any help would be greatly appreciated.
Issue Analytics
- State:
- Created 8 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Max7219 LED matrix not working properly - Arduino Forum
I used sample code from a store's website. The matrix is suppose count from 0-9 and A-Z. The wiring is correct. But, some...
Read more >error with luma.led_matrix - Raspberry Pi Forums
I am trying to setup the environment for my led modules Max7219 but every time ... The headers or library files could not...
Read more >8 x 8 LED array driven by max7219 on the Raspberry Pi ...
Going a little nuts here: I get a “No module named max7219.led” error despite (apparently) successful install of the max7219 and python-dev ...
Read more >Interfacing MAX7219 LED Dot Matrix Display with Arduino
Learn to use MAX7219 Module with Arduino along with working, pinout, wiring, Arduino code ... As a result, no more than eight LEDs...
Read more >HiLetgo 2pcs MAX7219 8 * 8 Dot Matrix Module DIY Kit ...
... Matrix Module DIY Kit MAX7219 8x8 Common Cathode LED Dot Matrix DIY MCU Control Display Module ... VCC and GND is not...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
hi, i have the exactly same issue:
and after install i try to execute the example:
this is the code into the python file:
any help…?
@JohannesRegner - The library has been completely rewritten and it has a different namespace now. The classes are quite different but there is a nod to some legacy methods.
Have a look at the documentation and examples.