Increase JGINYUE delay to prevent flickering at higher frame rate effects when zones have all 100 LEDs enabled

This commit is contained in:
Adam Honse 2024-03-21 00:40:50 -05:00
parent 6378f65ed1
commit d89eb06cb1

View file

@ -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));