https://github.com/breqdev/wallmatrix
https://github.com/breqdev/wallmatrix
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/breqdev/wallmatrix
- Owner: breqdev
- Created: 2021-06-09T19:45:05.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T22:20:29.000Z (over 1 year ago)
- Last Synced: 2025-02-24T17:21:29.449Z (about 1 year ago)
- Language: Python
- Homepage: https://breq.dev/projects/wallmatrix
- Size: 206 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wallmatrix: an RGB matrix display
Project writeup: https://breq.dev/projects/wallmatrix
How to develop:
```bash
pip3 install -e '.[dev]'
python3 -m wallmatrix.server
```