Runs a Flask server on a Raspberry Pi to quickly change the colors of an attached Unicorn Hat Mini. This works from all web browsers in the same network.
The setup script creates a virtual environment and installs the needed requirements.
- Run the startup script to start the flask server on port 5000:
/bin/bash scripts/run_flask.sh
- Find out the IP Address of your Pi and connect to port 5000, e.g.
192.168.188.60:5000
.