SetHigherColumnStartAddressForPageAddressingMode(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 higher nibble of the 8-bit column start address for the display data RAM under Page Addressing Mode. The column address will be incremented by each data access. This command is only for page addressing mode.
public SetHigherColumnStartAddressForPageAddressingMode (byte higherColumnStartAddress = 0);
new Iot.Device.Ssd13xx.Commands.Ssd1306Commands.SetHigherColumnStartAddressForPageAddressingMode : byte -> Iot.Device.Ssd13xx.Commands.Ssd1306Commands.SetHigherColumnStartAddressForPageAddressingMode
Public Sub New (Optional higherColumnStartAddress As Byte = 0)
Parameters
- higherColumnStartAddress
- Byte
Higher column start address with a range of 0-15.