From 4ae6bb8623bf4febfeeb71d67ee0d53a4101ab07 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 12 Aug 2023 05:10:31 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75a834b..3b991e0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ ## Video Parser -This takes a visual media input (photo / video / etc) and uses ffmpeg to read the rgb values then writes them to `stdout` as raw data. This can the be piped to [/dev/ttyACMx](https://github.com/Rushmore75/led_matrix) which will display them. +This takes a visual media input (photo / video / etc) and uses ffmpeg to read the rgb values then writes them to `stdout` as raw data. +This can the be piped to [/dev/ttyACMx](https://github.com/Rushmore75/led_matrix) which will display them. To find the arduino you can run: ``` ls /dev/serial/by-id/ | grep arduino | xargs -I{} readlink /dev/serial/by-id/{}