Struct SpiConfiguration
- Namespace
- nanoFramework.UI
- Assembly
- nanoFramework.Graphics.dll
The Spi configuration for the scressn
public struct SpiConfiguration
- Inherited Members
Constructors
SpiConfiguration(byte, int, int, int, int)
Creates a Spi configuration.
public SpiConfiguration(byte spiBus, int chipselect, int dataCommand, int reset, int backLight)
Parameters
spiBus
byteSpi bus.
chipselect
intChip select.
dataCommand
intData command.
reset
intReset.
backLight
intBack light.
Properties
BackLight
Gets or sets the back light GPIO.
public int BackLight { get; set; }
Property Value
ChipSelect
Gets or sets the chip select GPIO.
public int ChipSelect { get; set; }
Property Value
DataCommand
Gets or sets the data command GPIO.
public int DataCommand { get; set; }
Property Value
Reset
Gets or sets the reset GPIO.
public int Reset { get; set; }
Property Value
SpiBus
Z Gets or sets the SPI bus.
public byte SpiBus { get; set; }