Hi all,
I have two 32x16 P10 1/4 scan matrix working fine on a Pi Zero - but it fails to work on a Pi Zero W.
I get a blip of LEDs lighting up but nothing more.
These are the settings I am using:
sudo ./demo -D9 --led-rows=16 --led-cols=32 --led-chain=2 --led-rgb-sequence=bgr --led-multiplexing=11 --led-gpio-mapping=adafruit-hat-pwm --led-show-refresh --led-pixel-mapper=V-mapper --led-slowdown-gpio=2
I’ve tried the slowdown - but that doesn’t help.
Does anyone have any pointers?