SetPreChargePeriod 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 SetPreChargePeriod command
public class SetPreChargePeriod : Iot.Device.Ssd13xx.Commands.ISsd1306Command
type SetPreChargePeriod = class
interface ISsd1306Command
interface ICommand
Public Class SetPreChargePeriod
Implements ISsd1306Command
- Inheritance
-
SetPreChargePeriod
- Implements
Constructors
SetPreChargePeriod(Byte, Byte) |
This command is used to set the duration of the pre-charge period. The interval is counted in number of DCLK, where RESET equals 2 DCLKs. |
Properties
Id |
The value that represents the command. |
Phase1Period |
Phase 1 period with a range of 1-15. |
Phase2Period |
Phase 2 period with a range of 1-15. |
Methods
GetBytes() |
Gets the bytes that represent the command. |