Edit

Share via


Sk6812 Class

Definition

Represents the SK6812 Driver.

public class Sk6812 : Iot.Device.Ws28xx.Ws28xx
type Sk6812 = class
    inherit Ws28xx
Public Class Sk6812
Inherits Ws28xx
Inheritance
Sk6812

Constructors

Sk6812(SpiDevice, Int32, Int32)

Initializes a new instance of the Sk6812 class.

Fields

_spiDevice

SPI device used for communication with the LED driver

(Inherited from Ws28xx)

Properties

DefaultSpiClockFrequency

Gets the default SPI clock frequency.

Image

Backing image to be updated on the driver

(Inherited from Ws28xx)

Methods

Update()

Sends backing image to the LED driver

(Inherited from Ws28xx)

Applies to

See also