Skip to main content

Enum Ssd1327.Command

SSD1327 commands

Assembly: Ssd1327.dll
View Source
protected enum Ssd1327.Command : byte

Fields

BLACK

Black

View Source
BLACK = 0

WHITE

White

View Source
WHITE = 15

SETBRIGHTNESS

Set brightness

View Source
SETBRIGHTNESS = 130

SETCOLUMN

Set column

View Source
SETCOLUMN = 21

SETROW

Set row

View Source
SETROW = 117

SETCONTRAST

Set contrast

View Source
SETCONTRAST = 129

SETLUT

Set lookup table

View Source
SETLUT = 145

SEGREMAP

Set reg map

View Source
SEGREMAP = 160

SETSTARTLINE

Set start line

View Source
SETSTARTLINE = 161

SETDISPLAYOFFSET

Set display offset

View Source
SETDISPLAYOFFSET = 162

NORMALDISPLAY

Normal display

View Source
NORMALDISPLAY = 164

DISPLAYALLON

Display all om

View Source
DISPLAYALLON = 165

DISPLAYALLOFF

Display all off

View Source
DISPLAYALLOFF = 166

INVERTDISPLAY

Invert display

View Source
INVERTDISPLAY = 167

SETMULTIPLEX

Set multiplex

View Source
SETMULTIPLEX = 168

REGULATOR

Regulator

View Source
REGULATOR = 171

DISPLAYOFF

Display off

View Source
DISPLAYOFF = 174

DISPLAYON

Display on

View Source
DISPLAYON = 175

PHASELEN

Phase length

View Source
PHASELEN = 177

DCLK

Display clock

View Source
DCLK = 179

PRECHARGE2

Precharge 2

View Source
PRECHARGE2 = 182

GRAYTABLE

Gray table

View Source
GRAYTABLE = 184

PRECHARGE

Precharge 1

View Source
PRECHARGE = 188

SETVCOM

Set VCOM

View Source
SETVCOM = 190

FUNCSELB

FUNCSELB

View Source
FUNCSELB = 213

CMDLOCK

Command lock

View Source
CMDLOCK = 253