Enum Command
Commands supported by SSD1681.
public enum Command : byte
Fields
AutoWriteRAMForRegularPatternBlackWhite = 71Auto Write B/W RAM for regular pattern. The Busy pin will read high during this operation.
Refer to the datasheet for detailed information about the command and its parameters.
AutoWriteRAMForRegularPatternRed = 70Auto Write RED RAM for regular pattern. The Busy pin will read high during this operation.
Refer to the datasheet for detailed information about the command and its parameters.
BoosterSoftStartControl = 12Booster Enable with Phase 1, Phase 2 and Phase 3 for soft start current and duration setting.
Refer to the datasheet for detailed information about the command and its parameters.
BorderWaveformControl = 60Set Border Waveform Control values.
Refer to the datasheet for detailed information about the command and its parameters.
CrcCalculation = 52CRC Calculation Command. For information, refer to SSD1681 application note. The Busy pin will read high during this operation.
Refer to the datasheet for detailed information about the command and its parameters.
CrcStatusRead = 53CRC Status Read.
Refer to the datasheet for detailed information about the command and its parameters.
DataEntryModeSetting = 17Define data entry sequence.
Refer to the datasheet for detailed information about the command and its parameters.
DeepSleepMode = 16Set Deep Sleep Mode.
Refer to the datasheet for detailed information about the command and its parameters.
DisplayUpdateControl1 = 33Display Update Control 1.
Refer to the datasheet for detailed information about the command and its parameters.
DisplayUpdateControl2 = 34Display Update Sequence Option. Enables the stage for MasterActivation.
Refer to the datasheet for detailed information about the command and its parameters.
DriverOutputControl = 1Driver Output Control Command. Sets the gate, scanning order, etc.
Refer to the datasheet for detailed information about the command and its parameters.
EndOption = 63Option for LUT end.
Refer to the datasheet for detailed information about the command and its parameters.
ExternalTempSensorControlWrite = 28Temperature Sensor Control. Write command to External temperature sensor. The Busy pin will read high during this operation.
Refer to the datasheet for detailed information about the command and its parameters.
GateDrivingVoltage = 3Gate Driving Voltage Command.
Refer to the datasheet for detailed information about the command and its parameters.
HvReadyDetection = 20HV Ready Detection. The Busy pin will read high during this operation.
Refer to the datasheet for detailed information about the command and its parameters.
InitialCodeSettingOtpProgram = 8Program Initial Code Setting.
Refer to the datasheet for detailed information about the command and its parameters.
LoadWSOTP = 49Load OTP of Waveform Setting. The Busy pin will read high during this operation.
Refer to the datasheet for detailed information about the command and its parameters.
MasterActivation = 32Master Activation. Activate display update sequence. The Busy pin will read high during this operation.
Refer to the datasheet for detailed information about the command and its parameters.
NOP = 127NOP. This command is an empty command; it does not have any effect on the display module. However, it can be used to terminate frame memory write or read commands.
Refer to the datasheet for detailed information about the command and its parameters.
OTPProgramMode = 57OTP Program Mode.
Refer to the datasheet for detailed information about the command and its parameters.
OTPRegisterReadDisplayOption = 45OTP Register Read for Display Options.
Refer to the datasheet for detailed information about the command and its parameters.
ProgramOTPSelection = 54Program OTP Selection according to the WriteRegisterForDisplayOption and WriteRegisterForUserId. The Busy pin will read high during this operation.
Refer to the datasheet for detailed information about the command and its parameters.
ProgramVCOMOTP = 42Program VCOM register into OTP. The Busy pin will read high during this operation.
Refer to the datasheet for detailed information about the command and its parameters.
ProgramWSOTP = 48Program Waveform Setting OTP. Contents should be written to RAM before sending this command. The Busy pin will read high during this operation.
Refer to the datasheet for detailed information about the command and its parameters.
ReadRAM = 39Read RAM. After this command, data read on the MCU bus will fetch data from RAM. The first byte read is dummy data.
Refer to the datasheet for detailed information about the command and its parameters.
ReadRAMOption = 65Read RAM Option.
Refer to the datasheet for detailed information about the command and its parameters.
ReadRegisterForInitialCodeSetting = 10Read Register for Initial Code Setting.
Refer to the datasheet for detailed information about the command and its parameters.
SetRAMAddressCounterX = 78Set RAM X-Address Counter.
Refer to the datasheet for detailed information about the command and its parameters.
SetRAMAddressCounterY = 79Set RAM Y-Address Counter.
Refer to the datasheet for detailed information about the command and its parameters.
SetRAMAddressXStartEndPosition = 68Set RAM X-Address Start/End position.
Refer to the datasheet for detailed information about the command and its parameters.
SetRAMAddressYStartEndPosition = 69Set RAM Y-Address Start/End position.
Refer to the datasheet for detailed information about the command and its parameters.
SoftwareReset = 18Software Reset. This resets the commands and parameters to their S/W default values except Deep Sleep Mode. The Busy pin will read high during this operation. RAM contents are not affected by this command.
Refer to the datasheet for detailed information about the command and its parameters.
SourceDrivingVoltageControl = 4Source Driving Voltage Control.
Refer to the datasheet for detailed information about the command and its parameters.
StatusBitRead = 47Read Status Bit.
Refer to the datasheet for detailed information about the command and its parameters.
TempSensorControlReadRegister = 27Read from temperature register.
Refer to the datasheet for detailed information about the command and its parameters.
TempSensorControlSelection = 24Temperature Sensor Selection (External vs Internal).
Refer to the datasheet for detailed information about the command and its parameters.
TempSensorControlWriteRegister = 26Write to temperature register.
Refer to the datasheet for detailed information about the command and its parameters.
UserIdRead = 46Read USER ID.
Refer to the datasheet for detailed information about the command and its parameters.
VCOMSense = 40Enter VCOM sensing conditions. The Busy pin will read high during this operation.
Refer to the datasheet for detailed information about the command and its parameters.
VCOMSenseDuration = 41VCOM Sense Duration. Stabling time between entering VCOM sending mode and reading is acquired.
Refer to the datasheet for detailed information about the command and its parameters.
VciDetection = 21VCI Detection. The Busy pin will read high during this operation.
Refer to the datasheet for detailed information about the command and its parameters.
WriteBackWhiteRAM = 36Write To B/W RAM. After this command, data will be written to the B/W RAM until another command is sent. Address pointers will advance accordingly.
Refer to the datasheet for detailed information about the command and its parameters.
WriteLUTRegister = 50Write LUT Register from MCU interface.
Refer to the datasheet for detailed information about the command and its parameters.
WriteRedRAM = 38Write To RED RAM. After this command, data will be written to the RED RAM until another command is sent. Address pointers will advance accordingly.
Refer to the datasheet for detailed information about the command and its parameters.
WriteRegisterControlVCOM = 43Write Register for VCOM Control. This command is used to reduce glitch when ACVCOM toggle.
Refer to the datasheet for detailed information about the command and its parameters.
WriteRegisterForDisplayOption = 55Write Register for Display Option.
Refer to the datasheet for detailed information about the command and its parameters.
WriteRegisterForInitialCodeSetting = 9Write Register for Initial Code Setting Selection.
Refer to the datasheet for detailed information about the command and its parameters.
WriteRegisterForUserId = 56Write Register for USER ID.
Refer to the datasheet for detailed information about the command and its parameters.
WriteVCOMRegister = 44Write VCOM register from MCU interface.
Refer to the datasheet for detailed information about the command and its parameters.