-
I have a RPi3+ using the Adafruit HAT. I have chained two 64x32 matrices together. When I run the following, I get an error:
Error:
I have created a w128h64.json file with the default settings in the example. I hope this is something simple that I am just overlooking. Any help would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
You can add that option to the /boot/config.txt as suggested by the error and It won't hurt you. There was another person in the discussions that had 2 displays connected together and he was using this command I don't think you need the "" around adafruit-hat. Do you have the anti-flicker fix done on your Hat? That is the pwm option at the end of the adafruit-hat. |
Beta Was this translation helpful? Give feedback.
-
Two 64x32 matrices chained are either 128x32 or 64x64, not 128x64. If you were intending 128x64 then you will need to chain two additional 64x32 matrices in a U pattern. Secondly when you are overriding the |
Beta Was this translation helpful? Give feedback.
This looks like an issue with your hardware. I would recommend breaking the problem down.
I suggest trying to run a single 64x32 matrix first against the default coordinates file. You shouldn't have to copy from
w64h32.json.example
tow64h32.json
, it will handle that automatically.The error you're describing regarding
snd_bcm2835
is for the PWM anti-flicker mod, I would recommend ignoring that GPIO mapping option until you can diagnose what's going on with the matrix.One thing that might be an issue for daisy chains of this size is that single matrices >= 64px in height requires soldering the E address pin on the bonnet: https://learn.adafruit.com/adafruit-rgb-matrix-plus-real-time-cloc…