SenseHatLedMatrixSysFs Class

Definition

SenseHAT - LED matrix (using Linux driver)

public class SenseHatLedMatrixSysFs : Iot.Device.SenseHat.SenseHatLedMatrix
type SenseHatLedMatrixSysFs = class
    inherit SenseHatLedMatrix
Public Class SenseHatLedMatrixSysFs
Inherits SenseHatLedMatrix
Inheritance
SenseHatLedMatrixSysFs

Constructors

SenseHatLedMatrixSysFs()

Constructs SenseHatLedMatrixSysFs instance

Fields

NumberOfPixels

Total number of pixels

(Inherited from SenseHatLedMatrix)
NumberOfPixelsPerColumn

Number of pixels per column

(Inherited from SenseHatLedMatrix)
NumberOfPixelsPerRow

Number of pixels per row

(Inherited from SenseHatLedMatrix)

Methods

Dispose() System.Object.Dispose
Fill(Color)

Fill LED matrix with a specific color

SetPixel(Int32, Int32, Color)

Sets color on specific position of the LED matrix

Write(ReadOnlySpan<Color>)

Write colors to the device

Applies to