easybotics / node-red-contrib-easybotics-led-matrix

node red node for controlling rgb matrix panels
GNU General Public License v2.0
9 stars 5 forks source link

Using --led-slowdown-gpio=2 as argument doesnt work #37

Open Mschul opened 3 years ago

Mschul commented 3 years ago

My setup (3x2, 192X64) works, but has quite some jitter. Using hzeller implementation, I can fix this issue with using --led-slowdown-gpio=2. Also tried to fix it in node-red by adding --led-slowdown-gpio=2 to the "Command-Line Arguments" field but it seems it doesnt affect anything.

hennerdiy commented 3 years ago

same here. any solution for that. maybe a workaround?

mark77-DE commented 3 years ago

If you also need a solution, quick an dirty would be to edit: /root/.node-red/node_modules/easybotics-rpi-rgb-led-matrix/external/matrix/include/gpio.h and change line 40 slowdown = 1 to slowdown = 2

after that go to "/root/.node-red/node_modules" and do "npm rebuild"

not nice, but working

abwilson2020 commented 2 years ago

@mark77-DE is there a way to do the same with the other flags? I was looking to do the pixel mapper

mark77-DE commented 2 years ago

@abwilson2020 I'm not an expert (was more luck, I did find the solution) but maybe if you specify, what you are looking fore, I can help.