SetDisplayClockDivideRatioOscillatorFrequency(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.
This command sets the divide ratio to generate DCLK (Display Clock) from CLK and programs the oscillator frequency Fosc that is the source of CLK if CLS pin is pulled high.
public SetDisplayClockDivideRatioOscillatorFrequency (byte displayClockDivideRatio = 0, byte oscillatorFrequency = 0);
new Iot.Device.Ssd13xx.Commands.Ssd1327Commands.SetDisplayClockDivideRatioOscillatorFrequency : byte * byte -> Iot.Device.Ssd13xx.Commands.Ssd1327Commands.SetDisplayClockDivideRatioOscillatorFrequency
Public Sub New (Optional displayClockDivideRatio As Byte = 0, Optional oscillatorFrequency As Byte = 0)
Parameters
- displayClockDivideRatio
- Byte
Display clock divide ratio with a range of 0-15. For more information see device documentations.
- oscillatorFrequency
- Byte
Oscillator frequency with a range of 0-15 in Kilohertz. For more information see device documentations.