Hi there,
I love QLCplus for controlling my RGB LED-Panel (4x Traxon 64PXLwash, makes 8x32 matrix).
Great work, a big thanks to the developpers!
Is there an API for changing values of the RGBMatrix function?
I want to do a script (python) which automatically changes the color-palettes or the presetpattern in use from while to while.
Is there an API or will I have to modify the sources and compile by myself (linux) for creating an API by myself?
Thank you all!
Kind regards, Middi.
API documentation?
- mcallegari
- Posts: 4711
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
Hi, RGB Matrix scripts are written in JavaScript.
Once they are loaded, you cannot change them at runtime.
API are pretty straight forward. Start from here: https://github.com/mcallegari/qlcplus/t ... rgbscripts
and study empty.js. You can test a script with devtool.html.
Once they are loaded, you cannot change them at runtime.
API are pretty straight forward. Start from here: https://github.com/mcallegari/qlcplus/t ... rgbscripts
and study empty.js. You can test a script with devtool.html.