Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 689 Bytes

File metadata and controls

40 lines (29 loc) · 689 Bytes

Hey Willkommen auf unserer Seite zur 8 x 8 LED matrix

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

8x8 LED Matrix am Raspberry Pi

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