Edit

Share via


ContinuousVerticalAndHorizontalScrollSetup Class

Definition

Represents ContinuousVerticalAndHorizontalScrollSetup command

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

Constructors

ContinuousVerticalAndHorizontalScrollSetup(ContinuousVerticalAndHorizontalScrollSetup+VerticalHorizontalScrollType, PageAddress, FrameFrequencyType, PageAddress, Byte)

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

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

Vertical/Horizontal scroll type.

StartPageAddress

Start page address with a range of 0-7.

VerticalScrollingOffset

Vertical scrolling offset with a range of 0-63.

Methods

GetBytes()

Gets the bytes that represent the command.

Applies to