fix pixels staying on after render

This commit is contained in:
2023-12-21 18:27:10 -05:00
parent babd5d8253
commit 6516c40862
5 changed files with 51 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ setup:
cd go-rpi-rgb-led-matrix/lib/rpi-rgb-led-matrix && make
run:
sudo go run cmd/rpi/main.go --led-slowdown-gpio=2
sudo go run cmd/rpi/main.go --led-slowdown-gpio=2 --led-pwm-dither-bits=1
build:
go build cmd/rpi/main.go