Edit

Share via


SetVerticalScrollArea Class

Definition

Represents SetVerticalScrollArea command

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

Constructors

SetVerticalScrollArea(Byte, Byte)

This command consists of 3 consecutive bytes to set up the vertical scroll area. For the continuous vertical scroll function(command 29/2Ah), the number of rows that in vertical scrolling can be set smaller or equal to the MUX ratio.

Properties

Id

The value that represents the command.

ScrollAreaRows

Scroll area rows with a range of 0-127.

TopFixedAreaRows

Top fixed area rows with a range of 0-63.

Methods

GetBytes()

Gets the bytes that represent the command.

Applies to