Skip to content

Commit

Permalink
add info about parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
mc-cat-tty committed Mar 22, 2021
1 parent 8dfcf6a commit 513d714
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,13 @@ Send an image to the embedded device
```
cat image.png | python3 to_bitmap.py | python3 rotate_pixel.py | python3 bitmap_over_fifo.py
```
Send a video clip to the ed
```
chmod +x from_video.sh
./from_video.sh rick_astley.mp4 50 99
```

Show the image with
Show the image or the video clip with
```
python3 bitmap_over_fifo.py --toggle-animation
```
Expand Down

0 comments on commit 513d714

Please # to comment.