Table of Contents

Class ActivateScroll

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

Represents ActivateScroll command.

public class ActivateScroll : ISharedCommand, ICommand
Inheritance
ActivateScroll
Implements

Constructors

ActivateScroll()

Initializes a new instance of the ActivateScroll class. This command starts the motion of scrolling and should only be issued after the scroll setup parameters have been defined by the scrolling setup commands :26h/27h/29h/2Ah. The setting in the last scrolling setup command overwrites the setting in the previous scrolling setup commands.

public ActivateScroll()

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.