MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / SetChannelLEDs

Method SetChannelLEDs

Controllers/NollieController/NollieController.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void NollieController::SetChannelLEDs(unsigned char channel, RGBColor* colors, unsigned int num_colors)
55{
56 SendPacket(channel,&colors[0], num_colors);
57}
58
59void NollieController::SendPacket(unsigned char channel,RGBColor* colors,unsigned int num_colors)
60{

Callers 3

DeviceUpdateLEDsMethod · 0.45
UpdateZoneLEDsMethod · 0.45
UpdateSingleLEDMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected