Edit

Share via


SetHigherColumnStartAddressForPageAddressingMode(Byte) Constructor

Definition

This command specifies the higher nibble of the 8-bit column start address for the display data RAM under Page Addressing Mode. The column address will be incremented by each data access. This command is only for page addressing mode.

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

Parameters

higherColumnStartAddress
Byte

Higher column start address with a range of 0-15.

Applies to