Enum Ssd1327.Command
SSD1327 commands
Assembly: Ssd1327.dll
View Source
Declaration
protected enum Ssd1327.Command : byte
Fields
BLACK
Black
View Source
Declaration
BLACK = 0
WHITE
White
View Source
Declaration
WHITE = 15
SETBRIGHTNESS
Set brightness
View Source
Declaration
SETBRIGHTNESS = 130
SETCOLUMN
Set column
View Source
Declaration
SETCOLUMN = 21
SETROW
Set row
View Source
Declaration
SETROW = 117
SETCONTRAST
Set contrast
View Source
Declaration
SETCONTRAST = 129
SETLUT
Set lookup table
View Source
Declaration
SETLUT = 145
SEGREMAP
Set reg map
View Source
Declaration
SEGREMAP = 160
SETSTARTLINE
Set start line
View Source
Declaration
SETSTARTLINE = 161
SETDISPLAYOFFSET
Set display offset
View Source
Declaration
SETDISPLAYOFFSET = 162
NORMALDISPLAY
Normal display
View Source
Declaration
NORMALDISPLAY = 164
DISPLAYALLON
Display all om
View Source
Declaration
DISPLAYALLON = 165
DISPLAYALLOFF
Display all off
View Source
Declaration
DISPLAYALLOFF = 166
INVERTDISPLAY
Invert display
View Source
Declaration
INVERTDISPLAY = 167
SETMULTIPLEX
Set multiplex
View Source
Declaration
SETMULTIPLEX = 168
REGULATOR
Regulator
View Source
Declaration
REGULATOR = 171
DISPLAYOFF
Display off
View Source
Declaration
DISPLAYOFF = 174
DISPLAYON
Display on
View Source
Declaration
DISPLAYON = 175
PHASELEN
Phase length
View Source
Declaration
PHASELEN = 177
DCLK
Display clock
View Source
Declaration
DCLK = 179
PRECHARGE2
Precharge 2
View Source
Declaration
PRECHARGE2 = 182
GRAYTABLE
Gray table
View Source
Declaration
GRAYTABLE = 184
PRECHARGE
Precharge 1
View Source
Declaration
PRECHARGE = 188
SETVCOM
Set VCOM
View Source
Declaration
SETVCOM = 190
FUNCSELB
FUNCSELB
View Source
Declaration
FUNCSELB = 213
CMDLOCK
Command lock
View Source
Declaration
CMDLOCK = 253