Table of Contents

Class Ws2812b

Namespace
Iot.Device.Ws28xx
Assembly
Iot.Device.Ws28xx.dll

Represents WS2812B LED driver.

public class Ws2812b : Ws28xx
Inheritance
Ws2812b
Inherited Members

Constructors

Ws2812b(SpiDevice, int, int)

Initializes a new instance of the Ws2812b class.

public Ws2812b(SpiDevice spiDevice, int width, int height = 1)

Parameters

spiDevice SpiDevice

SPI device used for communication with the LED driver.

width int

Width of the screen or LED strip.

height int

Height of the screen or LED strip. Defaults to 1 (LED strip).