| ST7735ClockFrequency Property |
Gets or sets the clock frequency that SPI will run at in MHz.
Namespace: Microsoft.IoT.Devices.DisplayAssembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int ClockFrequency { get; set; }
Public Property ClockFrequency As Integer
Get
Set
public:
virtual property int ClockFrequency {
int get () sealed;
void set (int value) sealed;
}
abstract ClockFrequency : int with get, set
override ClockFrequency : int with get, set
Property Value
Type:
Int32
The clock frequency in that SPI will run at in MHz. The default is 9500000.
See Also