Table of Contents

Class SetDisplayOn

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

Represents SetDisplayOn command.

public class SetDisplayOn : ISharedCommand, ICommand
Inheritance
SetDisplayOn
Implements

Constructors

SetDisplayOn()

Initializes a new instance of the SetDisplayOn class. This command turns the OLED panel display on.

public SetDisplayOn()

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.