Edit

Share via


SetDisplayStartLine(Byte) Constructor

Definition

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.

public SetDisplayStartLine (byte displayStartLine = 0);
new Iot.Device.Ssd13xx.Commands.Ssd1306Commands.SetDisplayStartLine : byte -> Iot.Device.Ssd13xx.Commands.Ssd1306Commands.SetDisplayStartLine
Public Sub New (Optional displayStartLine As Byte = 0)

Parameters

displayStartLine
Byte

Display start line with a range of 0-63.

Applies to