SetDisplayOffset(Byte) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This command specifies the mapping of the display start line to one of COM0-COM63 (assuming that COM0 is the display start line then the display start line register is equal to 0).
public SetDisplayOffset (byte displayOffset = 0);
new Iot.Device.Ssd13xx.Commands.Ssd1306Commands.SetDisplayOffset : byte -> Iot.Device.Ssd13xx.Commands.Ssd1306Commands.SetDisplayOffset
Public Sub New (Optional displayOffset As Byte = 0)
Parameters
- displayOffset
- Byte
Display offset with a range of 0-63.