Skip to content

Commit 9c30423

Browse files
author
root
committed
Update for 120x32 geometry
1 parent af67b08 commit 9c30423

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

ledscape.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ws2812
2+
120,32

src/script/run-ledscape

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ then
1818
CONFIGFILE="$USBMOUNT/ledscape.config"
1919
fi
2020

21-
exec ./bin/matrix-test "$CONFIGFILE" >/dev/null
21+
#exec ./bin/matrix-test "$CONFIGFILE" >/dev/null
2222
#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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ shopt -s extglob
2323
# Play the first video we find, on a loop.
2424
for video in "$USBMOUNT/"*+(.mp4|.MP4|.avi|.AVI)
2525
do
26-
exec ./video_player.py -l -w 112 "$video"
26+
exec ./videoplayer --screenGeometry 120x32 -w 120 -l "$video"
2727
break
2828
done

0 commit comments

Comments
 (0)