Delay 200ms after changing Poseidon Z RGB mode so that direct colors are set correctly

This commit is contained in:
Adam Honse
2020-03-01 22:12:51 -06:00
parent c451487401
commit 8c86686d01

View File

@@ -56,6 +56,8 @@ void PoseidonZRGBController::SetMode(unsigned char mode, unsigned char direction
POSEIDONZ_BRIGHTNESS_MAX,
active_speed
);
Sleep(200);
}
void PoseidonZRGBController::SetLEDsDirect(std::vector<RGBColor> colors)