SetColumnAddress Class

Definition

Represents SetColumnAddress command

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

Constructors

SetColumnAddress(Byte, Byte)

Set column address. Start from 8th column of driver IC. This is 0th column for OLED. End at (8 + 47)th column. Each column has 2 pixels(or segments).

Properties

EndAddress

Column end address.

Id

The value that represents the command.

StartAddress

Column start address.

Methods

GetBytes()

Gets the bytes that represent the command.

Applies to