Exemplo n.º 1
0
 public RpiWs2812RendererModule(int channel, int pixels)
 {
     _channel = channel;
     _settings = new RpiWs281xSetupInfo(pixels);
 }
Exemplo n.º 2
0
 public RpiWs281xClient(RpiWs281xSetupInfo setupInfo, ILog log = null)
     : this(setupInfo.CreateDataStructure(), setupInfo.PixelOrder, log)
 {
 }
Exemplo n.º 3
0
 public RpiWs2812RendererModule(int channel, int pixels)
 {
     _channel  = channel;
     _settings = new RpiWs281xSetupInfo(pixels);
 }