Edit

Share via


SetPageAddress(PageAddress, PageAddress) Constructor

Definition

This triple byte command specifies page start address and end address of the display data RAM. This command also sets the page address pointer to page start address. This pointer is used to define the current read/write page address in graphic display data RAM. If vertical address increment mode is enabled by command 20h, after finishing read/write one page data, it is incremented automatically to the next page address. Whenever the page address pointer finishes accessing the end page address, it is reset back to start page address. This command is only for horizontal or vertical addressing modes.

public SetPageAddress (Iot.Device.Ssd13xx.Commands.Ssd1306Commands.PageAddress startAddress = Iot.Device.Ssd13xx.Commands.Ssd1306Commands.PageAddress.Page0, Iot.Device.Ssd13xx.Commands.Ssd1306Commands.PageAddress endAddress = Iot.Device.Ssd13xx.Commands.Ssd1306Commands.PageAddress.Page7);
new Iot.Device.Ssd13xx.Commands.Ssd1306Commands.SetPageAddress : Iot.Device.Ssd13xx.Commands.Ssd1306Commands.PageAddress * Iot.Device.Ssd13xx.Commands.Ssd1306Commands.PageAddress -> Iot.Device.Ssd13xx.Commands.Ssd1306Commands.SetPageAddress
Public Sub New (Optional startAddress As PageAddress = Iot.Device.Ssd13xx.Commands.Ssd1306Commands.PageAddress.Page0, Optional endAddress As PageAddress = Iot.Device.Ssd13xx.Commands.Ssd1306Commands.PageAddress.Page7)

Parameters

startAddress
PageAddress

Page start address with a range of 0-7.

endAddress
PageAddress

Page end address with a range of 0-7.

Applies to