SteelSeries / gamesense-sdk

472 stars 146 forks source link

Maximum update rate/refresh rate/best practices for full-keyboard lighting effects? #120

Open larryqiann opened 2 years ago

larryqiann commented 2 years ago

Hi,

I'd like to use this SDK to program an app that will render full keyboard lighting bitmap updates. I'm wondering what's the recommended maximum update rate and what would be the best practices for sending them - Should I be sending the arrays of 132 colors each as an individual event? I'm also wondering what the maximum framerate supported would be, for updating the lighting of each key without slowing down the Engine or the computer

Thanks!