Python RGB Matrix games and animations https://www.xythobuz.de/ledmatrix_v2.html
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415
  1. #!/bin/bash
  2. if [ $# -ne 0 ] ; then
  3. cat << EOF | rshell
  4. cp pico.py /pyboard
  5. cp util.py /pyboard
  6. cp $1 /pyboard/main.py
  7. EOF
  8. else
  9. cat << EOF | rshell
  10. cp pico.py /pyboard
  11. cp util.py /pyboard
  12. cp life.py /pyboard
  13. EOF
  14. fi