Table of Contents

Class DeactivateScroll

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

Represents DeactivateScroll command.

public class DeactivateScroll : ISharedCommand, ICommand
Inheritance
DeactivateScroll
Implements

Constructors

DeactivateScroll()

Initializes a new instance of the DeactivateScroll class. This command stops the motion of scrolling. After sending 2Eh command to deactivate the scrolling action, the ram data needs to be rewritten.

public DeactivateScroll()

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.