From baa3d7d41b547e322195a54514f46660ae365e24 Mon Sep 17 00:00:00 2001 From: Amelia Wietting Date: Tue, 21 Nov 2023 17:42:23 -0600 Subject: [PATCH] Minor changes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 469c162..9512683 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Nametag FW for SC7 VectorScope Badge -This code implements a wobbling earth. I stole it from true. +This code implements a wobbling earth. I stole the base C++ animation code from true. [Install PlatformIO](https://platformio.org/install) to build this firmware. @@ -33,8 +33,8 @@ Add photos to ```/data``` at 240x240. use the following commands and script with # Construct the destination file name with padding dest_file="$dest_dir/out$(printf "%05d" $cur_count).jpg" # Change the image size and quality and save it to the destination directory - # Be careful with size, you WILL need to compile a filesystem to conain your images which will tell you if you're too big - # Should stay below 1MB + # Be careful with size, you WILL need to compile a filesystem to contain your images which will tell you if you're too big + # Keep this below 1MB convert $file -quality 50 -resize 240x240 $dest_file #fi #((i++))