SetDisplayStartLine Class

Definition

Represents SetDisplayStartLine command

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

Constructors

SetDisplayStartLine(Byte)

This command sets the Display Start Line register to determine starting address of display RAM, by selecting a value from 0 to 63. With value equal to 0, RAM row 0 is mapped to COM0. With value equal to 1, RAM row 1 is mapped to COM0 and so on.

Properties

DisplayStartLine

Display start line with a range of 0-63.

Id

The value that represents the command.

Methods

GetBytes()

Gets the bytes that represent the command.

Applies to