Class St7796s
Represents a St7796s TFT color display
Assembly: TftSpi.dll
View Source
public class St7796s : TftSpiBase, IGraphicsDisplay, ISpiPeripheral, IDisposable, IRotatableDisplay
Inheritance: System.Object -> Meadow.Foundation.Displays.TftSpiBase
Implements:
Meadow.Foundation.Graphics.IGraphicsDisplay, Meadow.Hardware.ISpiPeripheral, System.IDisposable, Meadow.Foundation.Graphics.IRotatableDisplay
Properties
DefaultColorMode
The default display color mode
View Source
public override ColorMode DefaultColorMode { get; }
SupportedColorModes
The color modes supported by the display
View Source
public override ColorMode SupportedColorModes { get; }
Methods
Initialize()
Initialize the display
View Source
protected override void Initialize()
SetRotation(RotationType)
Set the display rotation
View Source
public void SetRotation(RotationType rotation)
Parameters
| Type | Name | Description |
|---|---|---|
| Meadow.Foundation.Graphics.RotationType | rotation | The rotation value |
Implements
- Meadow.Foundation.Graphics.IGraphicsDisplay
Meadow.Hardware.ISpiPeripheralSystem.IDisposable- Meadow.Foundation.Graphics.IRotatableDisplay