We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9510829 commit 65d32f6Copy full SHA for 65d32f6
Pi_Matrix_Cube/cycle.sh
@@ -15,11 +15,11 @@ FILES=maps/*.jpg
15
# Flags passed to globe program each time.
16
# --led-pwm-bits=9 because long chain is otherwise flickery (default is 11)
17
# -a 3 for 3x3 antialiasing (use 2 or 1 for slower Pi)
18
-# -r 6 is run time in seconds before exiting
+# -t 6 is run time in seconds before exiting
19
# -f 1 fades in/out for 1 second at either end
20
# Can add "-p" to this list if you want poles at cube vertices,
21
# or --led-rgb-sequence="BRG" with certain RGB matrices, etc.
22
-set -- --led-pwm-bits=9 -a 3 -r 6 -f 1
+set -- --led-pwm-bits=9 -a 3 -t 6 -f 1
23
24
while true; do
25
for f in $FILES; do
0 commit comments