Edit

Share via


ContinuousVerticalAndHorizontalScrollSetup Constructor

Definition

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.

public ContinuousVerticalAndHorizontalScrollSetup (Iot.Device.Ssd13xx.Commands.Ssd1306Commands.ContinuousVerticalAndHorizontalScrollSetup.VerticalHorizontalScrollType scrollType, Iot.Device.Ssd13xx.Commands.Ssd1306Commands.PageAddress startPageAddress, Iot.Device.Ssd13xx.Commands.Ssd1306Commands.FrameFrequencyType frameFrequencyType, Iot.Device.Ssd13xx.Commands.Ssd1306Commands.PageAddress endPageAddress, byte verticalScrollingOffset);
new Iot.Device.Ssd13xx.Commands.Ssd1306Commands.ContinuousVerticalAndHorizontalScrollSetup : Iot.Device.Ssd13xx.Commands.Ssd1306Commands.ContinuousVerticalAndHorizontalScrollSetup.VerticalHorizontalScrollType * Iot.Device.Ssd13xx.Commands.Ssd1306Commands.PageAddress * Iot.Device.Ssd13xx.Commands.Ssd1306Commands.FrameFrequencyType * Iot.Device.Ssd13xx.Commands.Ssd1306Commands.PageAddress * byte -> Iot.Device.Ssd13xx.Commands.Ssd1306Commands.ContinuousVerticalAndHorizontalScrollSetup
Public Sub New (scrollType As ContinuousVerticalAndHorizontalScrollSetup.VerticalHorizontalScrollType, startPageAddress As PageAddress, frameFrequencyType As FrameFrequencyType, endPageAddress As PageAddress, verticalScrollingOffset As Byte)

Parameters

startPageAddress
PageAddress

Start page address with a range of 0-7.

frameFrequencyType
FrameFrequencyType

Frame frequency type with a range of 0-7.

endPageAddress
PageAddress

End page address with a range of 0-7.

verticalScrollingOffset
Byte

Vertical scrolling offset with a range of 0-63.

Applies to