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
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,13 @@ Add [OpenRGB](https://gitlab.com/CalcProgrammer1/OpenRGB) support to [RemoteLigh
13
13
3.[Download OpenRGB](https://gitlab.com/CalcProgrammer1/OpenRGB) and [set it up](https://gitlab.com/CalcProgrammer1/OpenRGB/-/wikis/OpenRGB-Windows-Setup-and-Usage)
6. Define a name, select the previously created virtual output and add your OpenRGB devices. The Device ID corresponds to the index of the device (starting at 0) in the list in OpenRGB (see picture below)
8. Go back to the Output panel and activate the virtual output
23
24
9. Client should be connected
24
25

@@ -27,8 +28,8 @@ Add [OpenRGB](https://gitlab.com/CalcProgrammer1/OpenRGB) support to [RemoteLigh
27
28
### Why do I need to create a virtual output?
28
29
The OpenRGB plugin uses the virtual output to get the LED color data from RemoteLight. It also allows OpenRGB devices to be used together with other regular RemoteLight output devices. With the Chain and Multi outputs, it is also possible to control multiple devices simultaneously.
29
30
30
-
### Can I use multiple OpenRGB devices with the same virtual output?
31
-
Yes, but also no. The plugin overwrites the pixel number of the configured virtual output with the number of LEDs received from OpenRGB. If the OpenRGB devices have different amount of LEDs, they will try to overwrite the pixel number of the virtual output and interfere with each other. To be safe that everything works, just **create a separate virtual output for each OpenRGB device**. To be able to use them simultaneously, you can use for example a Chain or Multi output.
31
+
### Can I use multiple OpenRGB device groups with the same virtual output?
32
+
No, he plugin overwrites the pixel number of the configured virtual output with the number of LEDs received from OpenRGB. If the OpenRGB devices have different amount of LEDs, they will try to overwrite the pixel number of the virtual output and interfere with each other. To be safe that everything works, just **create a separate virtual output for each OpenRGB device group**. To be able to use them simultaneously, you can use for example a Chain or Multi output.
32
33
33
34
### Do I have to keep OpenRGB running?
34
35
Yes, the plugin only sends the color data generated by RemoteLight to the OpenRGB SDK server. OpenRGB does the controlling of the hardware and must therefore of course keep running.
0 commit comments