Class SetInverseDisplay
Represents SetInverseDisplay command.
public class SetInverseDisplay : ISharedCommand, ICommand
- Inheritance
-
SetInverseDisplay
- Implements
Constructors
SetInverseDisplay()
Initializes a new instance of the SetInverseDisplay class. This command sets the display to be inverse. Displays a RAM data of 0 indicates an ON pixel.
public SetInverseDisplay()
Properties
Id
The value that represents the command.
public byte Id { get; }
Property Value
Methods
GetBytes()
Gets the bytes that represent the command.
public byte[] GetBytes()
Returns
- byte[]
The bytes that represent the command.