10.05.2020, 07:14
See Predefined scene example:
https://openrb.com/example-dmx-lighting-...-with-lm2/
The example is for RGB, you need to add extra value to each scene item:
https://openrb.com/example-dmx-lighting-...-with-lm2/
The example is for RGB, you need to add extra value to each scene item:
Code:
scenes = {
{ 255, 0, 0, 0 },
{ 0, 255, 0, 100 },
{ 0, 0, 255, 127 },
}