Skip to content

Commit 65d32f6

Browse files
Fix obsolete arg in cycle.sh
1 parent 9510829 commit 65d32f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Pi_Matrix_Cube/cycle.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ FILES=maps/*.jpg
1515
# Flags passed to globe program each time.
1616
# --led-pwm-bits=9 because long chain is otherwise flickery (default is 11)
1717
# -a 3 for 3x3 antialiasing (use 2 or 1 for slower Pi)
18-
# -r 6 is run time in seconds before exiting
18+
# -t 6 is run time in seconds before exiting
1919
# -f 1 fades in/out for 1 second at either end
2020
# Can add "-p" to this list if you want poles at cube vertices,
2121
# or --led-rgb-sequence="BRG" with certain RGB matrices, etc.
22-
set -- --led-pwm-bits=9 -a 3 -r 6 -f 1
22+
set -- --led-pwm-bits=9 -a 3 -t 6 -f 1
2323

2424
while true; do
2525
for f in $FILES; do

0 commit comments

Comments
 (0)