mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-15 19:38:43 -04:00
Hardcoding 1024 Leds for both D_LED channels
This commit is contained in:
@@ -116,8 +116,9 @@ void RGBFusion2USBController::SetCalibration()
|
||||
|
||||
void RGBFusion2USBController::SetLedCount(unsigned int led, unsigned int count)
|
||||
{
|
||||
led == HDR_D_LED1_RGB ? D_LED1_count = LedCountToEnum(count) : D_LED2_count = LedCountToEnum(count);
|
||||
SendPacket(0x34, D_LED1_count | (D_LED2_count << 4));
|
||||
//led == HDR_D_LED1_RGB ? D_LED1_count = LedCountToEnum(count) : D_LED2_count = LedCountToEnum(count);
|
||||
//SendPacket(0x34, D_LED1_count | (D_LED2_count << 4));
|
||||
SendPacket(0x34, 0x44); //Hardcoding 1024 Leds
|
||||
}
|
||||
|
||||
bool RGBFusion2USBController::DisableBuiltinEffect(int enable_bit, int mask)
|
||||
|
||||
Reference in New Issue
Block a user