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

How do Iset these settings? #31

Closed marksmanaz closed 5 years ago

marksmanaz commented 5 years ago

Hello, I am getting terrible ghosting with my 4 64x64 panels. I can correct them when using these parameters with the demo apps but I have no idea how to set these in the control node or else where. Any help is appreciated, thank you.

--led-pwm-bits=11 --led-scan-mode=0 --led-slowdown-gpio=2 --led-pwm-lsb-nanoseconds=110

keptan commented 5 years ago

Hello, it's possible to add all these as parameters, it's just a balance of how much we clutter up the settings page

will probably add a drop down for advanced settings, or an input box where you can enter them as flags

keptan commented 5 years ago

https://github.com/easybotics/node-rpi-rgb-led-matrix/commit/089e77651b6783d90289d2bd0bce80dc0fd82d05

backend done for this, waiting on frontend

keptan commented 5 years ago

https://github.com/easybotics/node-red-contrib-easybotics-led-matrix/commit/e2f714c79f573dbc2990645d99ad9c7524610376

frontend is done thanks to @ryanmich251 and it'll be published on npm soon here is an example of me overriding the RGB sequence with the cli args

arguments are separated with spaces just as in the command line runtime arguments like dropping privilege after running or daemonizing aren't supported