SetLowerColumnStartAddressForPageAddressingMode 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 SetLowerColumnStartAddressForPageAddressingMode command
public class SetLowerColumnStartAddressForPageAddressingMode : Iot.Device.Ssd13xx.Commands.ISsd1306Command
type SetLowerColumnStartAddressForPageAddressingMode = class
interface ISsd1306Command
interface ICommand
Public Class SetLowerColumnStartAddressForPageAddressingMode
Implements ISsd1306Command
- Inheritance
-
SetLowerColumnStartAddressForPageAddressingMode
- Implements
Constructors
SetLowerColumnStartAddressForPageAddressingMode(Byte) |
This command specifies the lower 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. |
Properties
Id |
The value that represents the command. |
LowerColumnStartAddress |
Lower column start address with a range of 0-15. |
Methods
GetBytes() |
Gets the bytes that represent the command. |