SetSegmentReMap Class
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.
Represents SetSegmentReMap command
public class SetSegmentReMap : Iot.Device.Ssd13xx.Commands.ISsd1306Command
type SetSegmentReMap = class
interface ISsd1306Command
interface ICommand
Public Class SetSegmentReMap
Implements ISsd1306Command
- Inheritance
-
SetSegmentReMap
- Implements
Constructors
SetSegmentReMap(Boolean) |
This command changes the mapping between the display data column address and the segment driver. It allows flexibility in OLED module design. This command only affects subsequent data input. Data already stored in GDDRAM will have no changes. |
Properties
ColumnAddress127 |
Column Address 127. Column address 127 is mapped to SEG0 when FALSE. Column address 127 is mapped to SEG0 when TRUE. |
Id |
The value that represents the command. |
Methods
GetBytes() |
Gets the bytes that represent the command. |