Learn to display colors on a 8x8 LED matrix
What we assume you have:
- A computer
- Some basic python programming skills (loops, if statements, etc.)
- An installation of Python 3 (Python 2 may work as well, but it's untested)
- Press the big green "Clone or download" button and download the zip file
- Extract the zip file on your computer
- Open
neopixel_template.py
- Run the python script to send commands to the matrix
Your hardware should already be set up, but if it isn't:
- The USB cable should be plugged into your computer and the micro-usb port of the chip
- There should be a wire from the chip's
5V
pin to the matrix's+5V
pin - There should be a wire from the chip's
G
pin to the matrix'sGND
pin - There should be a wire from the chip's
D4
pin to the matrix'sDIN
pin