Click or drag to resize
ST7735ClockFrequency Property
Gets or sets the clock frequency that SPI will run at in MHz.

Namespace: Microsoft.IoT.Devices.Display
Assembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int ClockFrequency { get; set; }

Property Value

Type: Int32
The clock frequency in that SPI will run at in MHz. The default is 9500000.
See Also