This repository contains architecture based on:
- ESP32 board ( serves as processing unit )
- joystick ( serves as input unit )
- LED matrix ( serves as output unit )
Wiring between respective devices can be found in wiring.txt file.
For micropython firmware flashing I used esptool ( exact usage is present in flash.txt )
For sending files from PC to board I used ampy ( exact usage is present in flash.txt )
I modified and upgraded already existing driver for LED matrices which can be found here.
Currently, there is only a little test program for communication between led matrix and joystick ( via esp32 ) present. I am planning to add more interesting programs later on.
