b0xcat / protocontrol

Esp32 firmware to control the led matrices on a protogen head (or other things using led matrices!)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quickstart

Open this project in VSCode with platformio installed.

Depending on what display type you are using, go into the platformio.ini file and comment out either -DUSE_MAX7219 or -DUSEWS2812Matrix. If you are using MAX7219 displays it should already be configured correctly for you.

Connect an esp32, and type pio run -t upload && pio run -t uploadfs in the terminal. This will build and upload the code and the filesystem image containing the expression data. Alternatively, you can use the platformio menu and upload the code and data from there.

About

Esp32 firmware to control the led matrices on a protogen head (or other things using led matrices!)

License:GNU Affero General Public License v3.0


Languages

Language:C++ 86.5%Language:Processing 7.7%Language:C 3.7%Language:Python 2.1%