You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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"
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.
The text was updated successfully, but these errors were encountered: