Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 416 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 416 Bytes

led-matrix

Decorative LED dot matrix frame powered by an ESP32.

Setup

  1. Install Python dependencies:

    pip install -r requirements
  2. Create missing animations.ino from template:

    python compile-animations.py
  3. Compile/upload ESP32 code, either with Arduino IDE (or you tool of choice) or with arduino-cli:

    bash upload.sh