Table of Contents

Class SetMultiplexRatio

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

Represents SetMultiplexRatio command.

public class SetMultiplexRatio : ISharedCommand, ICommand
Inheritance
SetMultiplexRatio
Implements

Constructors

SetMultiplexRatio(byte)

Initializes a new instance of the SetMultiplexRatio class. This command switches the default 63 multiplex mode to any multiplex ratio, ranging from 15 to 127. The output pads COM0-COM63 will be switched to the corresponding COM signal.

public SetMultiplexRatio(byte multiplexRatio = 63)

Parameters

multiplexRatio byte

Multiplex ratio with a range of 15-127.

Properties

Id

The value that represents the command.

public byte Id { get; }

Property Value

byte

MultiplexRatio

Gets multiplex ratio with a range of 15-63.

public byte MultiplexRatio { get; }

Property Value

byte

Methods

GetBytes()

Gets the bytes that represent the command.

public byte[] GetBytes()

Returns

byte[]

The bytes that represent the command.