Edit

Share via


SetPageStartAddressForPageAddressingMode(PageAddress) Constructor

Definition

This command positions the page start address from 0 to 7 in GDDRAM under Page Addressing Mode.

public SetPageStartAddressForPageAddressingMode (Iot.Device.Ssd13xx.Commands.Ssd1306Commands.PageAddress startAddress = Iot.Device.Ssd13xx.Commands.Ssd1306Commands.PageAddress.Page0);
new Iot.Device.Ssd13xx.Commands.Ssd1306Commands.SetPageStartAddressForPageAddressingMode : Iot.Device.Ssd13xx.Commands.Ssd1306Commands.PageAddress -> Iot.Device.Ssd13xx.Commands.Ssd1306Commands.SetPageStartAddressForPageAddressingMode
Public Sub New (Optional startAddress As PageAddress = Iot.Device.Ssd13xx.Commands.Ssd1306Commands.PageAddress.Page0)

Parameters

startAddress
PageAddress

Page start address with a range of 0-7.

Applies to