SetColumnAddress(Byte, 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.
Set column address. Start from 8th column of driver IC. This is 0th column for OLED. End at (8 + 47)th column. Each column has 2 pixels(or segments).
public SetColumnAddress (byte startAddress = 8, byte endAddress = 55);
new Iot.Device.Ssd13xx.Commands.Ssd1327Commands.SetColumnAddress : byte * byte -> Iot.Device.Ssd13xx.Commands.Ssd1327Commands.SetColumnAddress
Public Sub New (Optional startAddress As Byte = 8, Optional endAddress As Byte = 55)
Parameters
- startAddress
- Byte
Column start address with a range of 8-55.
- endAddress
- Byte
Column end address with a range of 8-55.