rpi-rgb-led-matrix icon indicating copy to clipboard operation
rpi-rgb-led-matrix copied to clipboard

My code isn't working!

Open jkbit0 opened this issue 3 years ago • 2 comments

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?

jkbit0 avatar Jan 22 '22 17:01 jkbit0

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.

hzeller avatar Jan 22 '22 17:01 hzeller

Ok thanks!

jkbit0 avatar Jan 22 '22 17:01 jkbit0