mirror of
https://github.com/sudoxnym/open-hyperion.git
synced 2026-05-06 06:06:50 +00:00
Fix mapping
This commit is contained in:
parent
c797dc7ab1
commit
edf7b4e63d
1 changed files with 3 additions and 0 deletions
|
|
@ -279,6 +279,9 @@ void OpenRGBE131ReceiverDialog::E131ReceiverThreadFunction()
|
|||
|
||||
// Set LED color in controller
|
||||
controller->colors[led_idx] = led_color;
|
||||
|
||||
// Increment the channel by 3 to account for red, green, and blue channels
|
||||
channel = channel + 3;
|
||||
}
|
||||
|
||||
// If configured to update the device, update
|
||||
|
|
|
|||
Loading…
Reference in a new issue