Minor changes
This commit is contained in:
parent
e4960ebd1b
commit
baa3d7d41b
|
@ -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++))
|
||||
|
|
Loading…
Reference in New Issue