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 af67b08 commit 9c30423Copy full SHA for 9c30423
ledscape.config
@@ -0,0 +1,2 @@
1
+ws2812
2
+120,32
src/script/run-ledscape
@@ -18,5 +18,6 @@ then
18
CONFIGFILE="$USBMOUNT/ledscape.config"
19
fi
20
21
-exec ./bin/matrix-test "$CONFIGFILE" >/dev/null
+#exec ./bin/matrix-test "$CONFIGFILE" >/dev/null
22
#exec ./bin/matrix-udp-rx -m "Starting LEDscape" -c "$CONFIGFILE" >/dev/null
23
+exec ./bin/matrix-udp-rx -W 120 -H 32 -c "$CONFIGFILE" >/dev/null
src/script/run-videoplayer
@@ -23,6 +23,6 @@ shopt -s extglob
# Play the first video we find, on a loop.
24
for video in "$USBMOUNT/"*+(.mp4|.MP4|.avi|.AVI)
25
do
26
- exec ./video_player.py -l -w 112 "$video"
+ exec ./videoplayer --screenGeometry 120x32 -w 120 -l "$video"
27
break
28
done
0 commit comments