Skip to main content

Class Gc9a01

Represents a Gc9a01 TFT color display

Assembly: TftSpi.dll
View Source
public class Gc9a01 : 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 display default 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 rotation of the display

View Source
public void SetRotation(RotationType rotation)
Parameters
TypeNameDescription
Meadow.Foundation.Graphics.RotationTyperotationThe rotation

Implements