Add a thread to RGBController to asynchronously perform device updates. Only implemented for UpdateLEDs for now
This commit is contained in:
parent
4d6706ce61
commit
e3e6c0347e
72 changed files with 206 additions and 112 deletions
|
|
@ -20,7 +20,7 @@ public:
|
|||
|
||||
void ResizeZone(int zone, int new_size);
|
||||
|
||||
void UpdateLEDs();
|
||||
void DeviceUpdateLEDs();
|
||||
void UpdateZoneLEDs(int zone);
|
||||
void UpdateSingleLED(int led);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue