This is an old revision of the document!
After creating your sprites, you will need to move them onto lab46 and possibly onto your PI. One way of doing this is using the scp command. To use the scp command use to following format:
scp FILENAME DESTINATION:PATH </code bash> Here is an example: <code bash> scp sprites.png username@lab46.g7n.org:~/src/fall2023/discrete/mpg0
If necessary, this is how you would get the desired file onto your PI:
scp sprites.png username@raspberrypi:~/src/fall2023/discrete/mpg0