Send color data over the network when calling color update functions
This commit is contained in:
parent
450f438538
commit
39c5aff864
6 changed files with 250 additions and 26 deletions
|
|
@ -20,9 +20,9 @@ public:
|
|||
|
||||
void SendRequest_RGBController_ResizeZone(unsigned int dev_idx, int zone, int new_size);
|
||||
|
||||
void SendRequest_RGBController_UpdateLEDs(unsigned int dev_idx);
|
||||
void SendRequest_RGBController_UpdateZoneLEDs(unsigned int dev_idx, int zone);
|
||||
void SendRequest_RGBController_UpdateSingleLED(unsigned int dev_idx, int led);
|
||||
void SendRequest_RGBController_UpdateLEDs(unsigned int dev_idx, unsigned char * data, unsigned int size);
|
||||
void SendRequest_RGBController_UpdateZoneLEDs(unsigned int dev_idx, unsigned char * data, unsigned int size);
|
||||
void SendRequest_RGBController_UpdateSingleLED(unsigned int dev_idx, unsigned char * data, unsigned int size);
|
||||
|
||||
void SendRequest_RGBController_SetCustomMode(unsigned int dev_idx);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue