An open API service indexing awesome lists of open source software.

https://github.com/lupin3000/adafruitmatrixled

Simple Python examples for Adafruit Matrix LED with Raspberry Pi Zero + RGB Matrix Bonnet
https://github.com/lupin3000/adafruitmatrixled

adafruit gpio led-panels matrix-led python raspberry-pi

Last synced: about 1 month ago
JSON representation

Simple Python examples for Adafruit Matrix LED with Raspberry Pi Zero + RGB Matrix Bonnet

Awesome Lists containing this project

README

          

# Simple Adafruit Matrix LED examples with Python

**:point_right: Very Important :point_left:**

You can adapt, improve and use the code for your projects as you wish. The author of this repository take no responsibility for your use or misuse or any damage on your devices!

**Hint:** With [PyCharm](https://www.jetbrains.com/pycharm/) (*Professional Edition*) you can run and debug the local code remotely on the Raspberry PI.

**Hint:** If you need to wait for your order, have a look on the [RGBMatrixEmulator](https://github.com/ty-porter/RGBMatrixEmulator)!

## Table of Contents

### **:one: Hardware**
- [Raspberry Pi Zero WH ](https://www.adafruit.com/product/3708)
- [Adafruit RGB Matrix Bonnet for Raspberry Pi](https://www.adafruit.com/product/3211)
- [Adafruit 64x32 RGB LED Matrix](https://www.adafruit.com/?q=64x32+RGB+LED+Matrix&sort=BestMatch)

### **:two: Setup**
- [Guide to setup Hardware](https://learn.adafruit.com/adafruit-rgb-matrix-bonnet-for-raspberry-pi)
- [GitHub repository for RGB Matrix LED by hzeller](https://github.com/hzeller/rpi-rgb-led-matrix)

```shell
# download installer script
$ curl https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/rgb-matrix.sh >rgb-matrix.sh

# execute installer script
$ sudo bash rgb-matrix.sh
```

*Since a lot has to be downloaded and compiled (it also provides a lot of examples) - **please be patient** (it takes about 2 hours on the Raspberry PI Zero)!*

### **:three: Lessons**
- [Lesson 01](./Lesson_01/readme.md) - *Suitable for absolute beginners*
- [Lesson 02](./Lesson_02/readme.md) - *When you understand the basics*
- [Lesson 03](./Lesson_03/readme.md) - *More advanced options for experimentation*
- [Lesson 04](./Lesson_04/readme.md) - *Some fancy ideas for your own projects*