Edit

Share via


SetColumnAddress(Byte, Byte) Constructor

Definition

Set column address. Start from 8th column of driver IC. This is 0th column for OLED. End at (8 + 47)th column. Each column has 2 pixels(or segments).

public SetColumnAddress (byte startAddress = 8, byte endAddress = 55);
new Iot.Device.Ssd13xx.Commands.Ssd1327Commands.SetColumnAddress : byte * byte -> Iot.Device.Ssd13xx.Commands.Ssd1327Commands.SetColumnAddress
Public Sub New (Optional startAddress As Byte = 8, Optional endAddress As Byte = 55)

Parameters

startAddress
Byte

Column start address with a range of 8-55.

endAddress
Byte

Column end address with a range of 8-55.

Applies to