Edit

Share via


SetLowerColumnStartAddressForPageAddressingMode(Byte) Constructor

Definition

This command specifies the lower 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 SetLowerColumnStartAddressForPageAddressingMode (byte lowerColumnStartAddress = 0);
new Iot.Device.Ssd13xx.Commands.Ssd1306Commands.SetLowerColumnStartAddressForPageAddressingMode : byte -> Iot.Device.Ssd13xx.Commands.Ssd1306Commands.SetLowerColumnStartAddressForPageAddressingMode
Public Sub New (Optional lowerColumnStartAddress As Byte = 0)

Parameters

lowerColumnStartAddress
Byte

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

Applies to