SetDisplayStartLine(Byte) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This command sets the Display Start Line register to determine starting address of display RAM, by selecting a value from 0 to 127. 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.Ssd1327Commands.SetDisplayStartLine : byte -> Iot.Device.Ssd13xx.Commands.Ssd1327Commands.SetDisplayStartLine
Public Sub New (Optional displayStartLine As Byte = 0)
Parameters
- displayStartLine
- Byte
Display start line with a range of 0-63.