From 513d7148370c664abf8fa8936c0afc313d6d4fac Mon Sep 17 00:00:00 2001 From: mc-cat-tty <44820563+mc-cat-tty@users.noreply.github.com> Date: Mon, 22 Mar 2021 22:24:05 +0100 Subject: [PATCH] add info about parameters --- tools/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tools/README.md b/tools/README.md index 022abdc..e0168c9 100644 --- a/tools/README.md +++ b/tools/README.md @@ -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 ```