Edit

Share via


Ws28xx Class

Definition

Represents base class for WS28XX LED drivers (i.e. WS2812B or WS2808)

public class Ws28xx
type Ws28xx = class
Public Class Ws28xx
Inheritance
Ws28xx
Derived

Constructors

Ws28xx(SpiDevice)

Constructs Ws28xx instance

Ws28xx(SpiDevice, BitmapImage)

Constructs Ws28xx instance

Ws28xx(SpiDevice, RawPixelContainer)

Constructs Ws28xx instance

Fields

_spiDevice

SPI device used for communication with the LED driver

Properties

Image

Backing image to be updated on the driver

Methods

Update()

Sends backing image to the LED driver

Applies to