mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-24 22:45:55 -04:00
Increase JGINYUE delay to prevent flickering at higher frame rate effects when zones have all 100 LEDs enabled
This commit is contained in:
@@ -154,7 +154,7 @@ void JGINYUEInternalUSBController::WriteZoneMode
|
||||
|
||||
hid_write(dev, usb_buf, 16);
|
||||
|
||||
std::this_thread::sleep_for(5ms);
|
||||
std::this_thread::sleep_for(20ms);
|
||||
|
||||
memset(usb_buf, 0x00, sizeof(usb_buf));
|
||||
|
||||
@@ -207,7 +207,7 @@ void JGINYUEInternalUSBController::DirectLEDControl
|
||||
|
||||
hid_write(dev, usb_buf, 16);
|
||||
|
||||
std::this_thread::sleep_for(5ms);
|
||||
std::this_thread::sleep_for(20ms);
|
||||
|
||||
memset(usb_buf, 0x00, sizeof(usb_buf));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user