Table of Contents

Class Sk6812

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

Represents the SK6812 Driver.

public class Sk6812 : Ws28xx
Inheritance
Sk6812
Inherited Members

Constructors

Sk6812(int, int, int)

Initializes a new instance of the Sk6812 class.

public Sk6812(int gpioPin, int width, int height = 1)

Parameters

gpioPin int

The GPIO pin used for communication with the LED driver.

width int

The width.

height int

The height.