hzeller / rpi-rgb-led-matrix

Controlling up to three chains of 64x64, 32x32, 16x32 or similar RGB LED displays using Raspberry Pi GPIO
GNU General Public License v2.0
3.67k stars 1.17k forks source link

High contrast in single Chain #928

Open gauravoffice96 opened 4 years ago

gauravoffice96 commented 4 years ago

I am using Raspberry Pi 4 with Adafruit Hat.I am getting video on P5 led module. Whenever I Connecting More than 1 Module .I am getting High Contrast Video on Other Led Module Screen1 IMG_20191123_105436

hzeller commented 4 years ago

If you chain multiple panels, you need to give --led-chain=2 in this case. You find these details in the README: https://github.com/hzeller/rpi-rgb-led-matrix#panel-connection

Otherwise, the output of the first panel is just interpreted in a weird way, that looks like 'high contrast' as you describe.