Skip to content

Commit 89673f3

Browse files
authored
Merge pull request #2155 from PaintYourDragon/pi-matrix-cube
Add final(?) images, fix example script
2 parents 03820a5 + 960182f commit 89673f3

File tree

5 files changed

+2
-2
lines changed

5 files 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

Pi_Matrix_Cube/images/jp-head.png

49.7 KB
Loading

Pi_Matrix_Cube/images/lars-head.png

63.4 KB
Loading

Pi_Matrix_Cube/images/minecraft.png

11 KB
Loading

Pi_Matrix_Cube/images/rubiks.png

264 Bytes
Loading

0 commit comments

Comments
 (0)