Mehr Infos: http://codingworld.io/project/8x8-led-matrix-anschliessen-und-programmieren Hardware zum Kaufen:
git clone https://github.com/rm-hull/max7219.git
cd max7219
sudo python setup.py install
cd
sudo apt-get install python-dev python-pip
sudo pip install spidev
Anschlüsse Raspberry Pi | Anschlüsse LED Matrix |
---|---|
5V | 1 - VCC |
GND | 2 - GND |
GPIO 10 (MOSI) | 3 - DIN |
GPIO 8 (SPI CE0) | 4 - CS |
GPIO 11 (SPI CLK) | 5 - CLK |