From d3ea424289decbee4aec4d81323a9d10a6266f72 Mon Sep 17 00:00:00 2001 From: Phillip Burgess Date: Tue, 10 Dec 2019 17:23:16 -0800 Subject: [PATCH] rgb-matrix.sh: use current hzeller commit (tested & verified on Pi 4) --- rgb-matrix.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rgb-matrix.sh b/rgb-matrix.sh index 6119cf0..34f6a92 100755 --- a/rgb-matrix.sh +++ b/rgb-matrix.sh @@ -7,7 +7,8 @@ # we reference a specific commit (update this as needed): GITUSER=https://github.com/hzeller REPO=rpi-rgb-led-matrix -COMMIT=e3dd56dcc0408862f39cccc47c1d9dea1b0fb2d2 +COMMIT=21410d2b0bac006b4a1661594926af347b3ce334 +# Previously: COMMIT=e3dd56dcc0408862f39cccc47c1d9dea1b0fb2d2 if [ $(id -u) -ne 0 ]; then echo "Installer must be run as root."