Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
eldstal committed Jan 1, 2024
1 parent b1e8d22 commit 2b56800
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Blinkenbox

Look into `pix/` for the latest state of the art.

```
$ cd pix/
$ make run
```

## Pinout

Expand All @@ -22,4 +28,4 @@ GP15: Button 2 (Black)
## Interference
Separate the red VSYS cable from the signal wires!! Otherwise you'll likely get strange artefacts when the USB is connected

![Don't mix signals and ](doc/separation.jpg)
![Don't mix signals and ](doc/separation.jpg)
3 changes: 2 additions & 1 deletion pix/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ all:
for PY in *.py; do \
[[ "$${PY}" != "main.py" ]] && mpremote fs cp "$${PY}" :$${PY}; \
done
mpremote fs cp video.fk :video.fk

run:
make all
mpremote run go.py
mpremote run video.py

0 comments on commit 2b56800

Please sign in to comment.