Edit

Share via


SetPageAddress Class

Definition

Represents SetPageAddress command

public class SetPageAddress : Iot.Device.Ssd13xx.Commands.ISsd1306Command
type SetPageAddress = class
    interface ISsd1306Command
    interface ICommand
Public Class SetPageAddress
Implements ISsd1306Command
Inheritance
SetPageAddress
Implements

Constructors

SetPageAddress(PageAddress, PageAddress)

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.

Properties

EndAddress

Page end address with a range of 0-7.

Id

The value that represents the command.

StartAddress

Page start address with a range of 0-7.

Methods

GetBytes()

Gets the bytes that represent the command.

Applies to