From edf7b4e63d1683334773d1d4a04591aa05d1bc22 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Fri, 8 Jan 2021 12:26:34 -0600 Subject: [PATCH] Fix mapping --- OpenRGBE131ReceiverDialog.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/OpenRGBE131ReceiverDialog.cpp b/OpenRGBE131ReceiverDialog.cpp index 11a38c6..a568bf0 100644 --- a/OpenRGBE131ReceiverDialog.cpp +++ b/OpenRGBE131ReceiverDialog.cpp @@ -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