def set_values(self,values): return ws.ws2811_leds_set(self.channel, values)
def setPixelColors(self, colors): """Set all LED colors to the provided 24-bit color value (in RGB order). """ return ws.ws2811_leds_set(self._channel, colors) #self._led_data.set_values(colors)