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.64k stars 1.16k forks source link

My code isn't working! #1394

Open jonas-developer opened 2 years ago

jonas-developer commented 2 years ago

I have gotten a code from jawedsoft (https://github.com/hzeller/rpi-rgb-led-matrix/issues/1028) but it my matrix is black and i dont see anything!

This is the command i'm usingsudo python jonasuhr.py --led-chain=4 --led-rows=32 --led-cols=64 --led-gpio-mapping=adafruit-hat

And Im getting this: grafik How can i fix it?

hzeller commented 2 years ago

Start with the simple things: do the c++ demos work (with adafruit-hat mapping), then do the included Python demos work; then compare your code to where things differ. Do rubber duck debugging.

In general, it is hard to remote diagnose code that is on someone elses computer :) You wrote it, you will be able to fix it. If you have not written it (sounds like you used part of jawedsoft), make sure to first understand all the parts of that software.

jonas-developer commented 2 years ago

Ok thanks!