Hardcoding 1024 Leds for both D_LED channels
This commit is contained in:
parent
7b56ed4fd0
commit
d045a45a10
1 changed files with 3 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue