Increase JGINYUE delay to prevent flickering at higher frame rate effects when zones have all 100 LEDs enabled
This commit is contained in:
parent
6378f65ed1
commit
d89eb06cb1
1 changed files with 2 additions and 2 deletions
|
|
@ -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));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue