Table of Contents

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 byte

Spi bus.

chipselect int

Chip select.

dataCommand int

Data command.

reset int

Reset.

backLight int

Back light.

Properties

BackLight

Gets or sets the back light GPIO.

public int BackLight { get; set; }

Property Value

int

ChipSelect

Gets or sets the chip select GPIO.

public int ChipSelect { get; set; }

Property Value

int

DataCommand

Gets or sets the data command GPIO.

public int DataCommand { get; set; }

Property Value

int

Reset

Gets or sets the reset GPIO.

public int Reset { get; set; }

Property Value

int

SpiBus

Z Gets or sets the SPI bus.

public byte SpiBus { get; set; }

Property Value

byte