Table of Contents

Class SetInverseDisplay

Namespace
Iot.Device.Ssd13xx.Commands
Assembly
Iot.Device.Ssd13xx.dll

Represents SetInverseDisplay command.

public class SetInverseDisplay : ISharedCommand, ICommand
Inheritance
SetInverseDisplay
Implements

Constructors

SetInverseDisplay()

Initializes a new instance of the SetInverseDisplay class. This command sets the display to be inverse. Displays a RAM data of 0 indicates an ON pixel.

public SetInverseDisplay()

Properties

Id

The value that represents the command.

public byte Id { get; }

Property Value

byte

Methods

GetBytes()

Gets the bytes that represent the command.

public byte[] GetBytes()

Returns

byte[]

The bytes that represent the command.