Add a thread to RGBController to asynchronously perform device updates. Only implemented for UpdateLEDs for now

This commit is contained in:
Adam Honse 2020-04-25 23:45:48 -05:00
parent 4d6706ce61
commit e3e6c0347e
72 changed files with 206 additions and 112 deletions

View file

@ -20,7 +20,7 @@ public:
void ResizeZone(int zone, int new_size);
void UpdateLEDs();
void DeviceUpdateLEDs();
void UpdateZoneLEDs(int zone);
void UpdateSingleLED(int led);