HorizontalScrollSetup Class

Definition

Represents HorizontalScrollSetup command

public class HorizontalScrollSetup : Iot.Device.Ssd13xx.Commands.ISsd1306Command
type HorizontalScrollSetup = class
    interface ISsd1306Command
    interface ICommand
Public Class HorizontalScrollSetup
Implements ISsd1306Command
Inheritance
HorizontalScrollSetup
Implements

Constructors

HorizontalScrollSetup(HorizontalScrollSetup+HorizontalScrollType, PageAddress, FrameFrequencyType, PageAddress)

This command consists of consecutive bytes to set up the horizontal scroll parameters and determines the scrolling start page, end page and scrolling speed.

Properties

EndPageAddress

End page address with a range of 0-7.

FrameFrequencyType

Frame frequency type with a range of 0-7.

Id

The value that represents the command.

ScrollType

Horizontal scroll type.

StartPageAddress

Start page address with a range of 0-7.

Methods

GetBytes()

Gets the bytes that represent the command.

Applies to