Edit

Share via


SetColumnAddress Class

Definition

Represents SetColumnAddress

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

Constructors

SetColumnAddress(Byte, Byte)

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

Properties

EndAddress

Column end address with a range of 0-127.

Id

The value that represents the command.

StartAddress

Column start address with a range of 0-127.

Methods

GetBytes()

Gets the bytes that represent the command.

Applies to