-
Hi - Artemis will not run or load any RGB schematics. I get the following error in Artemis:
System.InvalidOperationException: Sequence contains no elements
at System.Linq.ThrowHelper.ThrowNoEle…
Y4m4k updated
3 years ago
-
Any plans to support Asus AURA LED Controller which is connected through USB?
-
code
```
const { Client } = require('openrgb-sdk');
async function start() {
const client = new Client({
host: 'localhost',
port: 6742,
name: 'Red Example',
});
await client.conn…
-
### Expected Behaviour
~30ms device response time
### Actual Behaviour
~154ms device response time
### Reproduction steps
When debugging Aurora, I get around a 30ms device response time and…
-
Getting an error when trying to compile CUEORGBPlugin
Severity Code Description Project File Line Suppression State
Error C1083 Cannot open include file: 'unistd.h': No such file or directory CUEO…
-
I don't know if this is a bug or I am doing something wrong but when I try to create a link from `mainpage.md` to `../otherFolder/README.md` the link is broken in html output. I am using Doxygen versi…
bzgec updated
3 years ago
-
## Feature Request Type
- [x] Core functionality
- [ ] Add-on hardware support (eg. audio, RGB, OLED screen, etc.)
- [ ] Alteration (enhancement/optimization) of existing feature(s)
- [ ] New be…
berzi updated
3 years ago
-
Hello!
I would like to contribute to OpenRazer, but it seems that I can't give any help since I'm on Windows, am I right?
Would really like to help get support for the Basilisk Ultimate and the Fire…
-
```
System.AggregateException: One or more errors occurred. (Index was outside the bounds of the array.)
at bool System.Threading.Tasks.Task.Wait(int millisecondsTimeout, CancellationToken cancel…
-
Hi,
I'm using your lib to change the color of my GPU (MSI RTX 3070 Gaming X Trio) in accordance with the temperature of the device every second.
Sometimes, for some reason, either the LED color …